Statistics
| Branch: | Tag: | Revision:

root / web_client / src / gr / grnet / pithos / web / public / pithos.css @ c658bf66

History | View | Annotate | Download (7 kB)

1 ab1eb3f8 Christos Stathis
body {
2 ab1eb3f8 Christos Stathis
        color: black;
3 9d8eee31 Christos Stathis
        font-family: Verdana, 'PT Sans', sans-serif;
4 9d8eee31 Christos Stathis
        font-size: 16px;
5 ab1eb3f8 Christos Stathis
        margin: 8px;
6 ab1eb3f8 Christos Stathis
        margin-top: 3px;
7 c3fb77bb Christos Stathis
        background-color: transparent;
8 9d8eee31 Christos Stathis
}
9 9d8eee31 Christos Stathis
10 a99b1e18 Christos Stathis
table td {
11 a99b1e18 Christos Stathis
        font-family: Verdana, 'PT Sans', sans-serif;
12 a99b1e18 Christos Stathis
}
13 a99b1e18 Christos Stathis
14 9d8eee31 Christos Stathis
.pithos-outer {
15 67601147 Christos Stathis
        background: url(images/background.png) repeat-x;
16 ab1eb3f8 Christos Stathis
}
17 ab1eb3f8 Christos Stathis
18 ab1eb3f8 Christos Stathis
a {
19 60207db6 Christos Stathis
        color: white;
20 60207db6 Christos Stathis
        text-decoration: none;
21 60207db6 Christos Stathis
}
22 60207db6 Christos Stathis
23 60207db6 Christos Stathis
a:hover {
24 60207db6 Christos Stathis
        color: white;
25 ab1eb3f8 Christos Stathis
}
26 ab1eb3f8 Christos Stathis
27 ab1eb3f8 Christos Stathis
a:visited {
28 60207db6 Christos Stathis
        color: white;
29 ab1eb3f8 Christos Stathis
}
30 ab1eb3f8 Christos Stathis
31 0ae83d19 Christos Stathis
a.info {
32 0ae83d19 Christos Stathis
        position: relative; /*this is the key*/
33 0ae83d19 Christos Stathis
        z-index: 24;
34 0ae83d19 Christos Stathis
        color: black;
35 0ae83d19 Christos Stathis
        text-decoration: none
36 ab1eb3f8 Christos Stathis
}
37 ab1eb3f8 Christos Stathis
38 0ae83d19 Christos Stathis
a.info:hover {
39 0ae83d19 Christos Stathis
        z-index: 25;
40 0ae83d19 Christos Stathis
        background-color: yellow;
41 ab1eb3f8 Christos Stathis
}
42 ab1eb3f8 Christos Stathis
43 0ae83d19 Christos Stathis
a.info div {
44 0ae83d19 Christos Stathis
        display: none
45 ab1eb3f8 Christos Stathis
}
46 ab1eb3f8 Christos Stathis
47 0ae83d19 Christos Stathis
a.info:hover span {
48 0ae83d19 Christos Stathis
        cursor: pointer;
49 ab1eb3f8 Christos Stathis
}
50 ab1eb3f8 Christos Stathis
51 0ae83d19 Christos Stathis
/* The span will only display on :hover state. */
52 0ae83d19 Christos Stathis
a.info:hover div {
53 0ae83d19 Christos Stathis
        display: block;
54 0ae83d19 Christos Stathis
        position: absolute;
55 0ae83d19 Christos Stathis
        bottom: 2em;
56 0ae83d19 Christos Stathis
        right: 1em;
57 0ae83d19 Christos Stathis
        width: 10em;
58 0ae83d19 Christos Stathis
        border: 1px solid lightblue;
59 0ae83d19 Christos Stathis
        background-color: #D0E4F6;
60 0ae83d19 Christos Stathis
        color: black;
61 0ae83d19 Christos Stathis
        text-align: center
62 ab1eb3f8 Christos Stathis
}
63 ab1eb3f8 Christos Stathis
64 294d2ea9 Christos Stathis
.pithos-DialogBox .inner {
65 294d2ea9 Christos Stathis
        width: 95%;
66 294d2ea9 Christos Stathis
        background: url(images/white50.png);
67 294d2ea9 Christos Stathis
}
68 294d2ea9 Christos Stathis
69 294d2ea9 Christos Stathis
.pithos-DialogBox .button {
70 294d2ea9 Christos Stathis
        background: none;
71 294d2ea9 Christos Stathis
        background-color: #4085A5;
72 294d2ea9 Christos Stathis
        color: white;
73 294d2ea9 Christos Stathis
        padding: 5px 6px;
74 fe452461 Christos Stathis
        white-space: nowrap;
75 fe452461 Christos Stathis
        
76 294d2ea9 Christos Stathis
}
77 294d2ea9 Christos Stathis
78 294d2ea9 Christos Stathis
.pithos-DialogBox .Caption {
79 294d2ea9 Christos Stathis
        color: white;
80 294d2ea9 Christos Stathis
        background-color: #4085a5;
81 294d2ea9 Christos Stathis
        padding: 4px 4px 4px 8px;
82 294d2ea9 Christos Stathis
        border-bottom: 1px solid white;
83 294d2ea9 Christos Stathis
}
84 294d2ea9 Christos Stathis
85 294d2ea9 Christos Stathis
.pithos-DialogBox .close {
86 294d2ea9 Christos Stathis
        background: url(images/close-popup.png) no-repeat;
87 294d2ea9 Christos Stathis
        cursor: pointer;
88 294d2ea9 Christos Stathis
        position: absolute;
89 294d2ea9 Christos Stathis
        width: 13px;
90 294d2ea9 Christos Stathis
        height: 13px;
91 294d2ea9 Christos Stathis
        top: 7px;
92 294d2ea9 Christos Stathis
        right: 7px;
93 294d2ea9 Christos Stathis
}
94 294d2ea9 Christos Stathis
95 294d2ea9 Christos Stathis
.pithos-DialogBox .dialogMiddleCenter {
96 294d2ea9 Christos Stathis
        background: url(images/popup-bg.png) repeat-x;
97 294d2ea9 Christos Stathis
        background-color: white;
98 294d2ea9 Christos Stathis
        padding: 3px;
99 294d2ea9 Christos Stathis
}
100 294d2ea9 Christos Stathis
101 294d2ea9 Christos Stathis
.pithos-DialogBox .dialogBottomCenter {
102 294d2ea9 Christos Stathis
        border-bottom: 5px solid #4085A5;
103 ab1eb3f8 Christos Stathis
}
104 ab1eb3f8 Christos Stathis
105 af428752 Christos Stathis
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
106 af428752 Christos Stathis
  background-position: 0px -55px;
107 af428752 Christos Stathis
}
108 af428752 Christos Stathis
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
109 af428752 Christos Stathis
  background-position: -6px -55px;
110 af428752 Christos Stathis
}
111 af428752 Christos Stathis
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
112 af428752 Christos Stathis
        background: #D0E4F6;
113 af428752 Christos Stathis
}
114 af428752 Christos Stathis
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
115 af428752 Christos Stathis
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter,
116 af428752 Christos Stathis
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
117 af428752 Christos Stathis
        background: #D0E4F6;
118 af428752 Christos Stathis
        color:#d45500;
119 af428752 Christos Stathis
}
120 af428752 Christos Stathis
.pithos-TabPanelBottom {
121 af428752 Christos Stathis
        border: none;
122 af428752 Christos Stathis
}
123 af428752 Christos Stathis
124 0ae83d19 Christos Stathis
table.pithos-permList {
125 0ae83d19 Christos Stathis
        border-spacing: 3px;
126 0ae83d19 Christos Stathis
        border-collapse: collapse;
127 0ae83d19 Christos Stathis
128 ab1eb3f8 Christos Stathis
}
129 ab1eb3f8 Christos Stathis
130 0ae83d19 Christos Stathis
table.pithos-permList td {
131 0ae83d19 Christos Stathis
        padding: 5px 5px 5px 5px;
132 0ae83d19 Christos Stathis
        font-size:80%;
133 ab1eb3f8 Christos Stathis
}
134 ab1eb3f8 Christos Stathis
135 0ae83d19 Christos Stathis
table.pithos-permList.props-labels {
136 0ae83d19 Christos Stathis
        font-weight: bold;
137 ab1eb3f8 Christos Stathis
}
138 ab1eb3f8 Christos Stathis
139 0ae83d19 Christos Stathis
.props-labels {
140 ab1eb3f8 Christos Stathis
        font-size: 80%;
141 ab1eb3f8 Christos Stathis
        font-weight: bold;
142 ab1eb3f8 Christos Stathis
}
143 ab1eb3f8 Christos Stathis
144 0ae83d19 Christos Stathis
.props-toplabels {
145 0ae83d19 Christos Stathis
        font-size: 80%;
146 ab1eb3f8 Christos Stathis
        font-weight: bold;
147 ab1eb3f8 Christos Stathis
        font-style: italic;
148 ab1eb3f8 Christos Stathis
}
149 ab1eb3f8 Christos Stathis
150 0ae83d19 Christos Stathis
.props-values {
151 ab1eb3f8 Christos Stathis
        font-size: 80%;
152 ab1eb3f8 Christos Stathis
}
153 ab1eb3f8 Christos Stathis
154 0ae83d19 Christos Stathis
.hidden-link {
155 0ae83d19 Christos Stathis
        text-decoration: none !important;
156 0ae83d19 Christos Stathis
        color: black !important;
157 ab1eb3f8 Christos Stathis
}
158 ab1eb3f8 Christos Stathis
159 0ae83d19 Christos Stathis
.hidden-link:visited {
160 0ae83d19 Christos Stathis
        text-decoration: none !important;
161 0ae83d19 Christos Stathis
        color: black !important;
162 ab1eb3f8 Christos Stathis
}
163 ab1eb3f8 Christos Stathis
164 0ae83d19 Christos Stathis
.pithos-topPanel {
165 0ae83d19 Christos Stathis
        background-color: #4085a5;
166 9d8eee31 Christos Stathis
        font-size: 75%;
167 9d8eee31 Christos Stathis
        height: 59px;
168 60207db6 Christos Stathis
        border-bottom: 1px solid white;
169 ab1eb3f8 Christos Stathis
}
170 ab1eb3f8 Christos Stathis
171 0ae83d19 Christos Stathis
.pithos-usernameMenu {
172 0ae83d19 Christos Stathis
    cursor: pointer;
173 ab1eb3f8 Christos Stathis
}
174 ab1eb3f8 Christos Stathis
175 0ae83d19 Christos Stathis
.pithos-usernameMenuItem {
176 af428752 Christos Stathis
        background: url(images/down-arrow-light.png) no-repeat scroll right 8px transparent;
177 af428752 Christos Stathis
        padding-right: 13px;
178 af428752 Christos Stathis
        cursor: pointer;
179 af428752 Christos Stathis
    color: white;
180 af428752 Christos Stathis
}
181 af428752 Christos Stathis
182 fe452461 Christos Stathis
.pithos-usernameMenuItem:HOVER {
183 af428752 Christos Stathis
        background: url(images/down-arrow-lighter.png) no-repeat scroll right 8px transparent;
184 fe452461 Christos Stathis
        background-color: #599EBD;
185 fe452461 Christos Stathis
}
186 fe452461 Christos Stathis
187 fe452461 Christos Stathis
.pithos-usernameMenuItem:ACTIVE {
188 fe452461 Christos Stathis
        background: url(images/down-arrow-lighter.png) no-repeat scroll right 8px transparent;
189 fe452461 Christos Stathis
        background-color: #BED5E0;
190 fe452461 Christos Stathis
}
191 fe452461 Christos Stathis
192 fe452461 Christos Stathis
.pithos-langMenuItem {
193 fe452461 Christos Stathis
        cursor: pointer;
194 fe452461 Christos Stathis
    color: #72ADC8;
195 fe452461 Christos Stathis
}
196 fe452461 Christos Stathis
197 fe452461 Christos Stathis
.gwt-MenuBar-vertical {
198 fe452461 Christos Stathis
        background: #D0E3ED;
199 fe452461 Christos Stathis
}
200 fe452461 Christos Stathis
201 fe452461 Christos Stathis
.gwt-MenuBarPopup .menuPopupTopLeft {
202 fe452461 Christos Stathis
        background: none;
203 fe452461 Christos Stathis
        background-color: #D0E3ED;
204 fe452461 Christos Stathis
}
205 fe452461 Christos Stathis
206 fe452461 Christos Stathis
.gwt-MenuBarPopup .menuPopupTopCenter {
207 fe452461 Christos Stathis
        background: none;
208 fe452461 Christos Stathis
        background-color: #D0E3ED;
209 fe452461 Christos Stathis
}
210 fe452461 Christos Stathis
211 fe452461 Christos Stathis
.gwt-MenuBarPopup .menuPopupTopRight {
212 fe452461 Christos Stathis
        background: none;
213 fe452461 Christos Stathis
        background-color: #D0E3ED;
214 fe452461 Christos Stathis
}
215 fe452461 Christos Stathis
216 fe452461 Christos Stathis
.gwt-MenuBarPopup .menuPopupMiddleLeft {
217 fe452461 Christos Stathis
        background: none;
218 fe452461 Christos Stathis
        background-color: #D0E3ED;
219 fe452461 Christos Stathis
}
220 fe452461 Christos Stathis
221 fe452461 Christos Stathis
.gwt-MenuBarPopup .menuPopupMiddleRight {
222 fe452461 Christos Stathis
        background: none;
223 fe452461 Christos Stathis
        background-color: #D0E3ED;
224 fe452461 Christos Stathis
}
225 fe452461 Christos Stathis
226 fe452461 Christos Stathis
.pithos-userItemMenu {
227 fe452461 Christos Stathis
        background-color: #D0E3ED;
228 fe452461 Christos Stathis
}
229 fe452461 Christos Stathis
230 fe452461 Christos Stathis
.gwt-popuppanel {
231 fe452461 Christos Stathis
    border: 3px solid #D0E3ED;
232 fe452461 Christos Stathis
    padding: 3px;
233 fe452461 Christos Stathis
    background: #D0E3ED;
234 fe452461 Christos Stathis
    border-image: initial;
235 fe452461 Christos Stathis
}
236 fe452461 Christos Stathis
237 fe452461 Christos Stathis
.gwt-MenuBar .gwt-MenuItem {
238 fe452461 Christos Stathis
        border-bottom: 1px solid #EFEFEF;
239 fe452461 Christos Stathis
}
240 fe452461 Christos Stathis
241 fe452461 Christos Stathis
.gwt-MenuBar .gwt-MenuItem-selected {
242 fe452461 Christos Stathis
        background-color: #E1EFF6;
243 fe452461 Christos Stathis
}
244 fe452461 Christos Stathis
245 fe452461 Christos Stathis
.gwt-MenuBarPopup .menuPopupBottomLeft {
246 fe452461 Christos Stathis
        background: none;
247 fe452461 Christos Stathis
        background-color: #D0E3ED;
248 fe452461 Christos Stathis
}
249 fe452461 Christos Stathis
250 fe452461 Christos Stathis
.gwt-MenuBarPopup .menuPopupBottomCenter {
251 fe452461 Christos Stathis
        background: none;
252 fe452461 Christos Stathis
        background-color: #D0E3ED;
253 fe452461 Christos Stathis
}
254 fe452461 Christos Stathis
255 fe452461 Christos Stathis
.gwt-MenuBarPopup .menuPopupBottomRight {
256 fe452461 Christos Stathis
        background: none;
257 fe452461 Christos Stathis
        background-color: #D0E3ED;
258 ab1eb3f8 Christos Stathis
}
259 ab1eb3f8 Christos Stathis
260 0ae83d19 Christos Stathis
.pithos-sessionExpired {
261 0ae83d19 Christos Stathis
        width: 24em;
262 0ae83d19 Christos Stathis
        /* Restore the padding we remove when overriding the gwt-DialogBox style */
263 0ae83d19 Christos Stathis
        padding: 3px;
264 0ae83d19 Christos Stathis
}
265 0ae83d19 Christos Stathis
266 0ae83d19 Christos Stathis
.pithos-statusbar {
267 0ae83d19 Christos Stathis
        background-color: #4085a5;
268 0ae83d19 Christos Stathis
        border: none;
269 0ae83d19 Christos Stathis
        font-size: 90%;
270 0ae83d19 Christos Stathis
        vertical-align: middle;
271 0ae83d19 Christos Stathis
        font-weight: normal;
272 9d8eee31 Christos Stathis
        height:119px;
273 60207db6 Christos Stathis
        color: white;
274 0ae83d19 Christos Stathis
}
275 0ae83d19 Christos Stathis
276 a99b1e18 Christos Stathis
.pithos-FileListContainer {
277 a99b1e18 Christos Stathis
    padding-left: 10px;
278 a99b1e18 Christos Stathis
}
279 a99b1e18 Christos Stathis
280 0ae83d19 Christos Stathis
.pithos-List {
281 0ae83d19 Christos Stathis
        cursor: default;
282 0ae83d19 Christos Stathis
        border-collapse: collapse;
283 0ae83d19 Christos Stathis
        /* prevents selecting text in table with shift and ctrl*/
284 0ae83d19 Christos Stathis
        -moz-user-select: none;
285 ab1eb3f8 Christos Stathis
}
286 ab1eb3f8 Christos Stathis
287 9cf2782f Christos Stathis
.pithos-errorMessage {
288 ab1eb3f8 Christos Stathis
        font-size: 90%;
289 c658bf66 Christos Stathis
        background-color: #880000;
290 c658bf66 Christos Stathis
        color: #fff;
291 ab1eb3f8 Christos Stathis
        cursor: pointer;
292 ab1eb3f8 Christos Stathis
}
293 ab1eb3f8 Christos Stathis
294 9cf2782f Christos Stathis
.pithos-warnMessage {
295 ab1eb3f8 Christos Stathis
        font-size: 90%;
296 ab1eb3f8 Christos Stathis
        background-color: #eeee99;
297 ab1eb3f8 Christos Stathis
        cursor: pointer;
298 ab1eb3f8 Christos Stathis
}
299 ab1eb3f8 Christos Stathis
300 9cf2782f Christos Stathis
.pithos-infoMessage {
301 ab1eb3f8 Christos Stathis
        font-size: 90%;
302 ab1eb3f8 Christos Stathis
        background-color: #ccffcc;
303 ab1eb3f8 Christos Stathis
        cursor: pointer;
304 ab1eb3f8 Christos Stathis
}
305 ab1eb3f8 Christos Stathis
306 9cf2782f Christos Stathis
.pithos-clearMessage {
307 ab1eb3f8 Christos Stathis
        font-size: 90%;
308 ab1eb3f8 Christos Stathis
        font-weight: bold;
309 ab1eb3f8 Christos Stathis
        text-decoration: none;
310 ab1eb3f8 Christos Stathis
        color: black;
311 ab1eb3f8 Christos Stathis
}
312 ab1eb3f8 Christos Stathis
313 9cf2782f Christos Stathis
.pithos-clearMessage:visited {
314 ab1eb3f8 Christos Stathis
        font-size: 90%;
315 ab1eb3f8 Christos Stathis
        font-weight: bold;
316 ab1eb3f8 Christos Stathis
        text-decoration: none;
317 ab1eb3f8 Christos Stathis
        color: black;
318 ab1eb3f8 Christos Stathis
}
319 ab1eb3f8 Christos Stathis
320 9cf2782f Christos Stathis
.pithos-readForAllNote {
321 ab1eb3f8 Christos Stathis
        width: 240px;
322 ab1eb3f8 Christos Stathis
        text-align: justify;
323 ab1eb3f8 Christos Stathis
        font-style: italic;
324 ab1eb3f8 Christos Stathis
        font-size: 12px;
325 ab1eb3f8 Christos Stathis
        padding-left: 4;
326 ab1eb3f8 Christos Stathis
}
327 ab1eb3f8 Christos Stathis
328 67601147 Christos Stathis
.pithos-treeHeader {
329 67601147 Christos Stathis
        background-color: #74aec9;
330 9d8eee31 Christos Stathis
        height: 25px;
331 a99b1e18 Christos Stathis
    width: 100%;
332 9d8eee31 Christos Stathis
}
333 9d8eee31 Christos Stathis
334 9d8eee31 Christos Stathis
.pithos-statistics {
335 9d8eee31 Christos Stathis
        color: white;
336 30c4655a Christos Stathis
        padding: 5px;
337 67601147 Christos Stathis
}
338 67601147 Christos Stathis
339 a99b1e18 Christos Stathis
.pithos-statistics .gwt-html {
340 a99b1e18 Christos Stathis
    font-size: 80%;
341 a99b1e18 Christos Stathis
}
342 a99b1e18 Christos Stathis
343 9cf2782f Christos Stathis
.pithos-splitPanel {
344 c658bf66 Christos Stathis
        background: url(images/white50.png) transparent;
345 9d8eee31 Christos Stathis
        margin-bottom: 34px;
346 ab1eb3f8 Christos Stathis
}
347 ab1eb3f8 Christos Stathis
348 c3fb77bb Christos Stathis
.pithos-splitPanel-noframe {
349 c3fb77bb Christos Stathis
        margin-bottom: 0;
350 c3fb77bb Christos Stathis
}
351 c3fb77bb Christos Stathis
352 ab1eb3f8 Christos Stathis
/* Use the background color for the splitter. */
353 ab1eb3f8 Christos Stathis
.gwt-HorizontalSplitPanel .hsplitter {
354 ab1eb3f8 Christos Stathis
        cursor: move;
355 0ae83d19 Christos Stathis
        border: 0px;
356 67601147 Christos Stathis
        background: url(images/background.png) repeat-x;
357 ab1eb3f8 Christos Stathis
}
358 ab1eb3f8 Christos Stathis
359 0ae83d19 Christos Stathis
.pithos-tag {
360 0ae83d19 Christos Stathis
        display:inline;
361 ab1eb3f8 Christos Stathis
}
362 ab1eb3f8 Christos Stathis
363 0ae83d19 Christos Stathis
.pithos-uploadButton {
364 0ae83d19 Christos Stathis
    background: none;
365 9d8eee31 Christos Stathis
    background-color: #ff7f2a;
366 a99b1e18 Christos Stathis
    font-size: 120%;
367 0ae83d19 Christos Stathis
    text-align: center;
368 c658bf66 Christos Stathis
    height: auto;
369 c658bf66 Christos Stathis
    padding: 8px;
370 9d8eee31 Christos Stathis
    width: 146px;
371 9d8eee31 Christos Stathis
    border: none;
372 9d8eee31 Christos Stathis
}
373 9d8eee31 Christos Stathis
374 9d8eee31 Christos Stathis
.pithos-uploadButton:HOVER {
375 9d8eee31 Christos Stathis
    background-color: #f95;
376 0ae83d19 Christos Stathis
}
377 0ae83d19 Christos Stathis
378 0ae83d19 Christos Stathis
.pithos-rightSide {
379 0ae83d19 Christos Stathis
    vertical-align: middle;
380 3891f679 Christos Stathis
    width: 100%;
381 9d8eee31 Christos Stathis
    padding-left: 7px;
382 0ae83d19 Christos Stathis
}
383 0ae83d19 Christos Stathis
.pithos-parentButton {
384 0ae83d19 Christos Stathis
    background: none;
385 0ae83d19 Christos Stathis
    background-color: #a1c8da;
386 ab1eb3f8 Christos Stathis
}
387 ab1eb3f8 Christos Stathis
388 0ae83d19 Christos Stathis
.pithos-folderStatistics {
389 0ae83d19 Christos Stathis
    background-color: #a1c8da;
390 0ae83d19 Christos Stathis
    text-align: center;
391 0ae83d19 Christos Stathis
    color: white;
392 9d8eee31 Christos Stathis
    height: 32px;
393 30c4655a Christos Stathis
        padding-left: 5px;
394 30c4655a Christos Stathis
        padding-right: 5px;
395 ab1eb3f8 Christos Stathis
}
396 69d74a2b Christos Stathis
397 69d74a2b Christos Stathis
.pithos-credentialsText {
398 294d2ea9 Christos Stathis
        padding: 10px;
399 69d74a2b Christos Stathis
}
400 60207db6 Christos Stathis
401 60207db6 Christos Stathis
.grnet-sign {
402 60207db6 Christos Stathis
        color: #72ADC8;
403 fe452461 Christos Stathis
}
404 9d8eee31 Christos Stathis
405 9d8eee31 Christos Stathis
.pithos-logo {
406 9d8eee31 Christos Stathis
        position: absolute;
407 9d8eee31 Christos Stathis
        top: 25;
408 9d8eee31 Christos Stathis
}
409 9d8eee31 Christos Stathis
410 9d8eee31 Christos Stathis
.pithos-header {
411 9d8eee31 Christos Stathis
        background: url(images/white50.png);
412 9d8eee31 Christos Stathis
        margin-top: 34;
413 c658bf66 Christos Stathis
        height: 60px;
414 30c4655a Christos Stathis
}
415 30c4655a Christos Stathis
416 c3fb77bb Christos Stathis
.pithos-header-noframe {
417 c3fb77bb Christos Stathis
        margin-top: 0;
418 c3fb77bb Christos Stathis
}
419 c3fb77bb Christos Stathis
420 c658bf66 Christos Stathis
/*.cellTreeWidget-selectedTree {
421 c658bf66 Christos Stathis
    background-color: #BCD7E3;
422 c658bf66 Christos Stathis
}*/
423 c658bf66 Christos Stathis
424 c658bf66 Christos Stathis
.pithos-list thead th img {
425 c658bf66 Christos Stathis
    top: 5px;
426 30c4655a Christos Stathis
}
427 c658bf66 Christos Stathis
428 c658bf66 Christos Stathis
.effectPanel-inner {
429 c658bf66 Christos Stathis
        background-color: #4085A5;
430 c658bf66 Christos Stathis
}