summaryrefslogtreecommitdiff
path: root/frontend/beta/css/clipperz/compact.css
Unidiff
Diffstat (limited to 'frontend/beta/css/clipperz/compact.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/clipperz/compact.css22
1 files changed, 10 insertions, 12 deletions
diff --git a/frontend/beta/css/clipperz/compact.css b/frontend/beta/css/clipperz/compact.css
index c6e8661..6ec0c71 100644
--- a/frontend/beta/css/clipperz/compact.css
+++ b/frontend/beta/css/clipperz/compact.css
@@ -1,118 +1,116 @@
1/* 1/*
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2013 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz, the online password manager.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 6For further information about its features and functionalities please
8refer to http://www.clipperz.com. 7refer to http://www.clipperz.com.
9 8
10* Clipperz Community Edition is free software: you can redistribute 9* Clipperz is free software: you can redistribute it and/or modify it
11 it and/or modify it under the terms of the GNU Affero General Public 10 under the terms of the GNU Affero General Public License as published
12 License as published by the Free Software Foundation, either version 11 by the Free Software Foundation, either version 3 of the License, or
13 3 of the License, or (at your option) any later version. 12 (at your option) any later version.
14 13
15* Clipperz Community Edition is distributed in the hope that it will 14* Clipperz is distributed in the hope that it will be useful, but
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 15 WITHOUT ANY WARRANTY; without even the implied warranty of
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 17 See the GNU Affero General Public License for more details.
19 18
20* You should have received a copy of the GNU Affero General Public 19* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 20 License along with Clipperz. If not, see http://www.gnu.org/licenses/.
22 <http://www.gnu.org/licenses/>.
23 21
24*/ 22*/
25 23
26/* @override https://www.example.com/css/compact.css */ 24/* @override https://www.example.com/css/compact.css */
27 25
28body.compact div#mainDiv { 26body.compact div#mainDiv {
29/* 27/*
30 width: 250px; 28 width: 250px;
31 height: 95%; 29 height: 95%;
32 border: 1px solid #333366; 30 border: 1px solid #333366;
33*/ 31*/
34 padding: 0px; 32 padding: 0px;
35} 33}
36 34
37body.compact div#compactHeader { 35body.compact div#compactHeader {
38 background-color: #333366; 36 background-color: #333366;
39} 37}
40 38
41body.compact div#compactHeader img { 39body.compact div#compactHeader img {
42 padding: 2px 20px 2px 4px; 40 padding: 2px 20px 2px 4px;
43 width: 60; 41 width: 60;
44} 42}
45 43
46body.compact div#compactHeader a { 44body.compact div#compactHeader a {
47 color: white; 45 color: white;
48 text-decoration: none; 46 text-decoration: none;
49 font-size: 10pt; 47 font-size: 10pt;
50 /*position: absolute; */ 48 /*position: absolute; */
51 right: 10px; 49 right: 10px;
52 top: 6px; 50 top: 6px;
53} 51}
54 52
55body.compact div#compactHeader a:hover { 53body.compact div#compactHeader a:hover {
56 color: #ff9400; 54 color: #ff9400;
57} 55}
58 56
59body.compact h4 { 57body.compact h4 {
60 color: #999999; 58 color: #999999;
61 text-align: center; 59 text-align: center;
62 padding: 20px; 60 padding: 20px;
63 font-weight: normal; 61 font-weight: normal;
64 font-size: 12pt; 62 font-size: 12pt;
65 font-style: italic; 63 font-style: italic;
66} 64}
67 65
68body.compact div.loginPanel form { 66body.compact div.loginPanel form {
69 padding: 10px; 67 padding: 10px;
70} 68}
71 69
72body.compact div.loginPanel dt { 70body.compact div.loginPanel dt {
73 color: #aaaaaa; 71 color: #aaaaaa;
74 font-size: 10pt; 72 font-size: 10pt;
75} 73}
76 74
77body.compact div.loginPanel input { 75body.compact div.loginPanel input {
78 width: 180px; 76 width: 180px;
79} 77}
80 78
81body.compact ul#directLogins { 79body.compact ul#directLogins {
82 background-image: none; 80 background-image: none;
83 padding: 4px 0px; 81 padding: 4px 0px;
84} 82}
85 83
86body.compact ul#directLogins li { 84body.compact ul#directLogins li {
87 width:auto; 85 width:auto;
88} 86}
89 87
90body.compact ul#directLogins li.hover { 88body.compact ul#directLogins li.hover {
91 width:auto; 89 width:auto;
92 padding-right: 0px; 90 padding-right: 0px;
93} 91}
94 92
95body.compact div.lockPanel { 93body.compact div.lockPanel {
96 color: #999999; 94 color: #999999;
97 font-size: 10pt; 95 font-size: 10pt;
98 padding: 10px; 96 padding: 10px;
99} 97}
100 98
101div#compactMiscLinks ul { 99div#compactMiscLinks ul {
102 /* text-align: center;*/ 100 /* text-align: center;*/
103 display: block; 101 display: block;
104 padding-left: 22px; 102 padding-left: 22px;
105 background-color: #ff9400; 103 background-color: #ff9400;
106} 104}
107 105
108div#compactMiscLinks ul li { 106div#compactMiscLinks ul li {
109 display: inline; 107 display: inline;
110 padding: 2px 5px; 108 padding: 2px 5px;
111} 109}
112 110
113div#compactHeader div#compactMiscLinks ul li a { 111div#compactHeader div#compactMiscLinks ul li a {
114 font-size: 9pt; 112 font-size: 9pt;
115} 113}
116 114
117div#compactHeader div#compactMiscLinks ul li a:hover { 115div#compactHeader div#compactMiscLinks ul li a:hover {
118 color: #333366; 116 color: #333366;