summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui/container.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui/container.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui/container.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui/container.css b/frontend/beta/css/yui/container.css
index 337fe70..69c5cef 100644
--- a/frontend/beta/css/yui/container.css
+++ b/frontend/beta/css/yui/container.css
@@ -1,217 +1,192 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30Version 0.11.4 5Version 0.11.4
31*/ 6*/
32 7
33.overlay { 8.overlay {
34 position:absolute; 9 position:absolute;
35 display:block; 10 display:block;
36} 11}
37 12
38.tt { 13.tt {
39 visibility:hidden; 14 visibility:hidden;
40 position:absolute; 15 position:absolute;
41 color:#333; 16 color:#333;
42 background-color:#FDFFB4; 17 background-color:#FDFFB4;
43 font-family:arial,helvetica,verdana,sans-serif; 18 font-family:arial,helvetica,verdana,sans-serif;
44 padding:2px; 19 padding:2px;
45 border:1px solid #FCC90D; 20 border:1px solid #FCC90D;
46 font:100% sans-serif; 21 font:100% sans-serif;
47 width:auto; 22 width:auto;
48} 23}
49 24
50* html body.masked select { 25* html body.masked select {
51 visibility:hidden; 26 visibility:hidden;
52} 27}
53 28
54* html div.panel-container select { 29* html div.panel-container select {
55 visibility:inherit; 30 visibility:inherit;
56} 31}
57 32
58* html div.drag select { 33* html div.drag select {
59 visibility:hidden; 34 visibility:hidden;
60} 35}
61 36
62* html div.hide-select select { 37* html div.hide-select select {
63 visibility:hidden; 38 visibility:hidden;
64} 39}
65 40
66.mask { 41.mask {
67 z-index:0; 42 z-index:0;
68 display:none; 43 display:none;
69 position:absolute; 44 position:absolute;
70 top:0; 45 top:0;
71 left:0; 46 left:0;
72 -moz-opacity: 0.5; 47 -moz-opacity: 0.5;
73 opacity:.50; 48 opacity:.50;
74 filter: alpha(opacity=50); 49 filter: alpha(opacity=50);
75 background-color:#CCC; 50 background-color:#CCC;
76} 51}
77 52
78.hide-scrollbars * { 53.hide-scrollbars * {
79 overflow:hidden; 54 overflow:hidden;
80} 55}
81 56
82.hide-scrollbars textarea, .hide-scrollbars select { 57.hide-scrollbars textarea, .hide-scrollbars select {
83 overflow:hidden; 58 overflow:hidden;
84 display:none; 59 display:none;
85} 60}
86 61
87.show-scrollbars textarea, .show-scrollbars select { 62.show-scrollbars textarea, .show-scrollbars select {
88 overflow:visible; 63 overflow:visible;
89} 64}
90 65
91.panel-container { 66.panel-container {
92 position:absolute; 67 position:absolute;
93 background-color:transparent; 68 background-color:transparent;
94 z-index:6; 69 z-index:6;
95 visibility:hidden; 70 visibility:hidden;
96 overflow:visible; 71 overflow:visible;
97 width:auto; 72 width:auto;
98} 73}
99 74
100.panel-container.matte { 75.panel-container.matte {
101 padding:3px; 76 padding:3px;
102 background-color:#FFF; 77 background-color:#FFF;
103} 78}
104 79
105.panel-container.matte .underlay { 80.panel-container.matte .underlay {
106 display:none; 81 display:none;
107} 82}
108 83
109.panel-container.shadow { 84.panel-container.shadow {
110 padding:0px; 85 padding:0px;
111 background-color:transparent; 86 background-color:transparent;
112} 87}
113 88
114.panel-container.shadow .underlay { 89.panel-container.shadow .underlay {
115 visibility:inherit; 90 visibility:inherit;
116 position:absolute; 91 position:absolute;
117 background-color:#CCC; 92 background-color:#CCC;
118 top:3px;left:3px; 93 top:3px;left:3px;
119 z-index:0; 94 z-index:0;
120 width:100%; 95 width:100%;
121 height:100%; 96 height:100%;
122 -moz-opacity: 0.7; 97 -moz-opacity: 0.7;
123 opacity:.70; 98 opacity:.70;
124 filter:alpha(opacity=70); 99 filter:alpha(opacity=70);
125 zoom:1; 100 zoom:1;
126} 101}
127 102
128.panel { 103.panel {
129 visibility:hidden; 104 visibility:hidden;
130 border-collapse:separate; 105 border-collapse:separate;
131 position:relative; 106 position:relative;
132 left:0px;top:0px; 107 left:0px;top:0px;
133 font:1em Arial; 108 font:1em Arial;
134 background-color:#FFF; 109 background-color:#FFF;
135 border:1px solid #000; 110 border:1px solid #000;
136 z-index:1; 111 z-index:1;
137 overflow:hidden; 112 overflow:hidden;
138} 113}
139 114
140.panel .hd { 115.panel .hd {
141 background-color:#3d77cb; 116 background-color:#3d77cb;
142 color:#FFF; 117 color:#FFF;
143 font-size:100%; 118 font-size:100%;
144 line-height:100%; 119 line-height:100%;
145 border:1px solid #FFF; 120 border:1px solid #FFF;
146 border-bottom:1px solid #000; 121 border-bottom:1px solid #000;
147 font-weight:bold; 122 font-weight:bold;
148 overflow:hidden; 123 overflow:hidden;
149 padding:4px; 124 padding:4px;
150} 125}
151 126
152.panel .bd { 127.panel .bd {
153 overflow:hidden; 128 overflow:hidden;
154 padding:4px; 129 padding:4px;
155} 130}
156 131
157.panel .bd p { 132.panel .bd p {
158 margin:0 0 1em; 133 margin:0 0 1em;
159} 134}
160 135
161.panel .close { 136.panel .close {
162 position:absolute; 137 position:absolute;
163 top:5px; 138 top:5px;
164 right:4px; 139 right:4px;
165 z-index:6; 140 z-index:6;
166 height:12px; 141 height:12px;
167 width:12px; 142 width:12px;
168 margin:0px; 143 margin:0px;
169 padding:0px; 144 padding:0px;
170 background-repeat:no-repeat; 145 background-repeat:no-repeat;
171 cursor:pointer; 146 cursor:pointer;
172 visibility:inherit; 147 visibility:inherit;
173} 148}
174 149
175.panel .close.nonsecure { 150.panel .close.nonsecure {
176 background-image:url(../../images/yui/container/close12_1.gif); 151 background-image:url(../../images/yui/container/close12_1.gif);
177} 152}
178 153
179.panel .close.secure { 154.panel .close.secure {
180 background-image:url(../../images/yui/container/close12_1.gif); 155 background-image:url(../../images/yui/container/close12_1.gif);
181} 156}
182 157
183.panel .ft { 158.panel .ft {
184 padding:4px; 159 padding:4px;
185 overflow:hidden; 160 overflow:hidden;
186} 161}
187 162
188.simple-dialog .bd .icon { 163.simple-dialog .bd .icon {
189 background-repeat:no-repeat; 164 background-repeat:no-repeat;
190 width:16px; 165 width:16px;
191 height:16px; 166 height:16px;
192 margin-right:10px; 167 margin-right:10px;
193 float:left; 168 float:left;
194} 169}
195 170
196.dialog .ft, .simple-dialog .ft { 171.dialog .ft, .simple-dialog .ft {
197 padding-bottom:5px; 172 padding-bottom:5px;
198 padding-right:5px; 173 padding-right:5px;
199 text-align:right; 174 text-align:right;
200} 175}
201 176
202.dialog form, .simple-dialog form { 177.dialog form, .simple-dialog form {
203 margin:0; 178 margin:0;
204} 179}
205 180
206.button-group button { 181.button-group button {
207 font:100 76% verdana; 182 font:100 76% verdana;
208 text-decoration:none; 183 text-decoration:none;
209 background-color: #E4E4E4; 184 background-color: #E4E4E4;
210 color: #333; 185 color: #333;
211 cursor: hand; 186 cursor: hand;
212 vertical-align: middle; 187 vertical-align: middle;
213 border: 2px solid #797979; 188 border: 2px solid #797979;
214 border-top-color:#FFF; 189 border-top-color:#FFF;
215 border-left-color:#FFF; 190 border-left-color:#FFF;
216 margin:2px; 191 margin:2px;
217 padding:2px; 192 padding:2px;