recover admin interface
[pithos] / src / gr / ebs / gss / admin / public / gss.css
1 body {
2         background-color: #f5f5f5;
3         color: black;
4         font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
5         font-size: small;
6         margin: 8px;
7         margin-top: 3px;
8 }
9
10 a {
11         color: darkblue;
12 }
13
14 a:visited {
15         color: darkblue;
16 }
17
18 .hidden-link {
19         text-decoration: none !important;
20         color: black !important;
21 }
22
23 .hidden-link:visited {
24         text-decoration: none !important;
25         color: black !important;
26 }
27
28 .gss-TopPanel {
29         font-size: 100%;
30 }
31
32 .gss-TopPanelLinks {
33         font-size: 100%;
34 }
35
36 .gss-AboutText {
37         width: 24em;
38         /* Restore the padding we remove when overriding the gwt-DialogBox style */
39         padding: 3px;
40 }
41
42 .gss-Groups {
43         background-color: white;
44         font-size: 80%;
45 }
46
47 .toolbar {
48         border-bottom: 1px solid darkgrey;
49         background-color: #F5F5F5;
50         font-size: 80%;
51         cursor: pointer;
52 }
53
54 .toolbarmenu {
55         font-size: 80%;
56         cursor: pointer;
57 }
58
59 .statusbar-inner {
60         border: none;
61         font-size: 90%;
62         vertical-align: middle;
63         font-weight: normal;
64 }
65
66 .gss-List {
67         background-color: white;
68         font-size: 80%;
69         cursor: default;
70         border-collapse: collapse;
71         /* prevents selecting text in table with shift and ctrl*/
72         -moz-user-select: none;
73 }
74
75 .gss-ListHeader {
76         border: 1px darkgrey solid;
77         background-color: #DCDCDC;
78         font-weight: bold;
79         cursor: pointer;
80 }
81
82 .gss-searchLabel {
83         font-weight: bold;
84         font-style: italic;
85         font-size: 90%;
86         padding:5px;
87 }
88
89 .gss-ListNavBar {
90         font-size: 80%;
91 }
92
93 .gss-SelectedRow {
94         background-color: #DCDCDC;
95 }
96 .gss-fileRow{
97         cursor: pointer;
98 }
99
100 .gss-Toolbar {
101         
102 }
103
104 .gss-ToolButton {
105         font-size: 80%;
106         width: 10em;
107 }
108
109 .props-labels {
110         font-size: 80%;
111         font-weight: bold;
112 }
113
114 .props-toplabels {
115         font-size: 80%;
116         font-weight: bold;
117         font-style: italic;
118 }
119
120 .props-values {
121         font-size: 80%;
122 }
123
124 .gss-errorMessage {
125         font-size: 90%;
126         background-color: #ff9999;
127         cursor: pointer;
128 }
129
130 .gss-warnMessage {
131         font-size: 90%;
132         background-color: #eeee99;
133         cursor: pointer;
134 }
135
136 .gss-infoMessage {
137         font-size: 90%;
138         background-color: #ccffcc;
139         cursor: pointer;
140 }
141
142 .gss-clearMessage {
143         font-size: 90%;
144         font-weight: bold;
145         text-decoration: none;
146         color: black;
147 }
148
149 .gss-clearMessage:visited {
150         font-size: 90%;
151         font-weight: bold;
152         text-decoration: none;
153         color: black;
154 }
155
156 .gss-search {
157         color: black;
158 }
159
160 .gss-search-empty {
161         color: #d3d3d3;
162 }
163
164 .gss-DialogBox {
165 }
166
167 .gss-readForAllNote {
168         width: 240px;
169         text-align: justify;
170         font-style: italic;
171         font-size: 12px;
172         padding-left: 4;
173 }
174
175 /* Tooltips */
176 a.info {
177         position: relative; /*this is the key*/
178         z-index: 24;
179         color: black;
180         text-decoration: none
181 }
182
183 a.info:hover {
184         z-index: 25;
185         background-color: yellow;
186 }
187
188 a.info div {
189         display: none
190 }
191
192 a.info:hover span {
193         cursor: pointer;
194 }
195
196 /* The span will only display on :hover state. */
197 a.info:hover div {
198         display: block;
199         position: absolute;
200         bottom: 2em;
201         right: 1em;
202         width: 10em;
203         border: 1px solid darkgrey;
204         background-color: #DCDCDC;
205         color: black;
206         text-align: center
207 }
208
209 table.gss-permList.props-labels {
210         font-weight: bold;
211 }
212
213 table.gss-permList {
214         border-spacing: 3px;
215         border-collapse: collapse;
216         
217 }
218
219 table.gss-permList td {
220         padding: 5px 5px 5px 5px;
221         font-size:80%;
222 }
223
224 .progressbar-text {
225         font-weight: bold;
226 }
227
228 .progressbar-remaining {
229         font-size: 12px;
230         font-style: italic;
231 }
232
233 .progressbar-outer {
234 }
235
236 .progressbar-inner {
237         border: 1px solid darkgrey;
238         margin: 1px;
239 }
240
241 .progressbar-bar {
242         width: 5px;
243         height: 15px;
244         margin: 0px;
245 }
246
247 .progressbar-fullbar {
248         background: #DCDCDC;
249 }
250
251 .progressbar-blankbar {
252         background: white;
253 }
254
255 .gss-uploadNote {
256         text-align: justify;
257         font-style: italic;
258         font-size: 12px;
259         padding-top: 16;
260         padding-bottom: 16;
261         padding-right: 4;
262         padding-left: 4;
263 }
264
265 .gss-MainTabBar {
266         padding-top: 4px;
267 }
268
269 .gss-MainTabPanelBottom {
270         border-bottom: none;
271         border-left: none;
272         border-right: none;
273         overflow: hidden;
274         padding: 6px;
275 }
276
277 .gss-TabPanelBottom {
278         border-color: darkgrey;
279         border-width: 1px 1px 1px;
280         overflow: hidden;
281         padding: 6px;
282 }
283
284 .gss-splitPanel {
285         background-color: white;
286         border: 1px solid darkgrey;
287 }
288
289 /* Avoid extended background color in tree nodes. */
290 .gwt-TreeItem-selected .gwt-HTML {
291         display: inline;        
292 }
293
294 /*
295  * Remove the padding inside the dialog boxes so that our background color
296  * appears uniform in warnings and errors.
297  */
298 .gwt-DialogBox .dialogMiddleCenter {
299         background:none repeat scroll 0 0 white;
300         padding: 0;
301 }