##// END OF EJS Templates
fixed css issue in filebrowser
marcink -
r924:c6c97b7b default
parent child Browse files
Show More
@@ -1,2404 +1,2405
1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
2 border:0;
2 border:0;
3 outline:0;
3 outline:0;
4 font-size:100%;
4 font-size:100%;
5 vertical-align:baseline;
5 vertical-align:baseline;
6 background:transparent;
6 background:transparent;
7 margin:0;
7 margin:0;
8 padding:0;
8 padding:0;
9 }
9 }
10
10
11 body {
11 body {
12 line-height:1;
12 line-height:1;
13 height:100%;
13 height:100%;
14 background:url("../images/background.png") repeat scroll 0 0 #B0B0B0;
14 background:url("../images/background.png") repeat scroll 0 0 #B0B0B0;
15 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
15 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
16 font-size:12px;
16 font-size:12px;
17 color:#000;
17 color:#000;
18 margin:0;
18 margin:0;
19 padding:0;
19 padding:0;
20 }
20 }
21
21
22 ol,ul {
22 ol,ul {
23 list-style:none;
23 list-style:none;
24 }
24 }
25
25
26 blockquote,q {
26 blockquote,q {
27 quotes:none;
27 quotes:none;
28 }
28 }
29
29
30 blockquote:before,blockquote:after,q:before,q:after {
30 blockquote:before,blockquote:after,q:before,q:after {
31 content:none;
31 content:none;
32 }
32 }
33
33
34 :focus {
34 :focus {
35 outline:0;
35 outline:0;
36 }
36 }
37
37
38 del {
38 del {
39 text-decoration:line-through;
39 text-decoration:line-through;
40 }
40 }
41
41
42 table {
42 table {
43 border-collapse:collapse;
43 border-collapse:collapse;
44 border-spacing:0;
44 border-spacing:0;
45 }
45 }
46
46
47 html {
47 html {
48 height:100%;
48 height:100%;
49 }
49 }
50
50
51 a {
51 a {
52 color:#003367;
52 color:#003367;
53 text-decoration:none;
53 text-decoration:none;
54 cursor:pointer;
54 cursor:pointer;
55 font-weight:700;
55 font-weight:700;
56 }
56 }
57
57
58 a:hover {
58 a:hover {
59 color:#316293;
59 color:#316293;
60 text-decoration:underline;
60 text-decoration:underline;
61 }
61 }
62
62
63 h1,h2,h3,h4,h5,h6 {
63 h1,h2,h3,h4,h5,h6 {
64 color:#292929;
64 color:#292929;
65 font-weight:700;
65 font-weight:700;
66 }
66 }
67
67
68 h1 {
68 h1 {
69 font-size:22px;
69 font-size:22px;
70 }
70 }
71
71
72 h2 {
72 h2 {
73 font-size:20px;
73 font-size:20px;
74 }
74 }
75
75
76 h3 {
76 h3 {
77 font-size:18px;
77 font-size:18px;
78 }
78 }
79
79
80 h4 {
80 h4 {
81 font-size:16px;
81 font-size:16px;
82 }
82 }
83
83
84 h5 {
84 h5 {
85 font-size:14px;
85 font-size:14px;
86 }
86 }
87
87
88 h6 {
88 h6 {
89 font-size:11px;
89 font-size:11px;
90 }
90 }
91
91
92 ul.circle {
92 ul.circle {
93 list-style-type:circle;
93 list-style-type:circle;
94 }
94 }
95
95
96 ul.disc {
96 ul.disc {
97 list-style-type:disc;
97 list-style-type:disc;
98 }
98 }
99
99
100 ul.square {
100 ul.square {
101 list-style-type:square;
101 list-style-type:square;
102 }
102 }
103
103
104 ol.lower-roman {
104 ol.lower-roman {
105 list-style-type:lower-roman;
105 list-style-type:lower-roman;
106 }
106 }
107
107
108 ol.upper-roman {
108 ol.upper-roman {
109 list-style-type:upper-roman;
109 list-style-type:upper-roman;
110 }
110 }
111
111
112 ol.lower-alpha {
112 ol.lower-alpha {
113 list-style-type:lower-alpha;
113 list-style-type:lower-alpha;
114 }
114 }
115
115
116 ol.upper-alpha {
116 ol.upper-alpha {
117 list-style-type:upper-alpha;
117 list-style-type:upper-alpha;
118 }
118 }
119
119
120 ol.decimal {
120 ol.decimal {
121 list-style-type:decimal;
121 list-style-type:decimal;
122 }
122 }
123
123
124 div.color {
124 div.color {
125 clear:both;
125 clear:both;
126 overflow:hidden;
126 overflow:hidden;
127 position:absolute;
127 position:absolute;
128 background:#FFF;
128 background:#FFF;
129 margin:7px 0 0 60px;
129 margin:7px 0 0 60px;
130 padding:1px 1px 1px 0;
130 padding:1px 1px 1px 0;
131 }
131 }
132
132
133 div.color a {
133 div.color a {
134 width:15px;
134 width:15px;
135 height:15px;
135 height:15px;
136 display:block;
136 display:block;
137 float:left;
137 float:left;
138 margin:0 0 0 1px;
138 margin:0 0 0 1px;
139 padding:0;
139 padding:0;
140 }
140 }
141
141
142 div.options {
142 div.options {
143 clear:both;
143 clear:both;
144 overflow:hidden;
144 overflow:hidden;
145 position:absolute;
145 position:absolute;
146 background:#FFF;
146 background:#FFF;
147 margin:7px 0 0 162px;
147 margin:7px 0 0 162px;
148 padding:0;
148 padding:0;
149 }
149 }
150
150
151 div.options a {
151 div.options a {
152 height:1%;
152 height:1%;
153 display:block;
153 display:block;
154 text-decoration:none;
154 text-decoration:none;
155 margin:0;
155 margin:0;
156 padding:3px 8px;
156 padding:3px 8px;
157 }
157 }
158
158
159 .top-left-rounded-corner {
159 .top-left-rounded-corner {
160 -webkit-border-top-left-radius: 8px;
160 -webkit-border-top-left-radius: 8px;
161 -khtml-border-radius-topleft: 8px;
161 -khtml-border-radius-topleft: 8px;
162 -moz-border-radius-topleft: 8px;
162 -moz-border-radius-topleft: 8px;
163 border-top-left-radius: 8px;
163 border-top-left-radius: 8px;
164 }
164 }
165
165
166 .top-right-rounded-corner {
166 .top-right-rounded-corner {
167 -webkit-border-top-right-radius: 8px;
167 -webkit-border-top-right-radius: 8px;
168 -khtml-border-radius-topright: 8px;
168 -khtml-border-radius-topright: 8px;
169 -moz-border-radius-topright: 8px;
169 -moz-border-radius-topright: 8px;
170 border-top-right-radius: 8px;
170 border-top-right-radius: 8px;
171 }
171 }
172
172
173 .bottom-left-rounded-corner {
173 .bottom-left-rounded-corner {
174 -webkit-border-bottom-left-radius: 8px;
174 -webkit-border-bottom-left-radius: 8px;
175 -khtml-border-radius-bottomleft: 8px;
175 -khtml-border-radius-bottomleft: 8px;
176 -moz-border-radius-bottomleft: 8px;
176 -moz-border-radius-bottomleft: 8px;
177 border-bottom-left-radius: 8px;
177 border-bottom-left-radius: 8px;
178 }
178 }
179
179
180 .bottom-right-rounded-corner {
180 .bottom-right-rounded-corner {
181 -webkit-border-bottom-right-radius: 8px;
181 -webkit-border-bottom-right-radius: 8px;
182 -khtml-border-radius-bottomright: 8px;
182 -khtml-border-radius-bottomright: 8px;
183 -moz-border-radius-bottomright: 8px;
183 -moz-border-radius-bottomright: 8px;
184 border-bottom-right-radius: 8px;
184 border-bottom-right-radius: 8px;
185 }
185 }
186
186
187
187
188 #header {
188 #header {
189 margin:0;
189 margin:0;
190 padding:0 30px;
190 padding:0 30px;
191 }
191 }
192
192
193
193
194 #header ul#logged-user{
194 #header ul#logged-user{
195 margin-bottom:5px !important;
195 margin-bottom:5px !important;
196 -webkit-border-radius: 0px 0px 8px 8px;
196 -webkit-border-radius: 0px 0px 8px 8px;
197 -khtml-border-radius: 0px 0px 8px 8px;
197 -khtml-border-radius: 0px 0px 8px 8px;
198 -moz-border-radius: 0px 0px 8px 8px;
198 -moz-border-radius: 0px 0px 8px 8px;
199 border-radius: 0px 0px 8px 8px;
199 border-radius: 0px 0px 8px 8px;
200 height:37px;
200 height:37px;
201 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367
201 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367
202 }
202 }
203
203
204 #header ul#logged-user li {
204 #header ul#logged-user li {
205 list-style:none;
205 list-style:none;
206 float:left;
206 float:left;
207 margin:8px 0 0;
207 margin:8px 0 0;
208 padding:4px 12px;
208 padding:4px 12px;
209 border-left: 1px solid #316293;
209 border-left: 1px solid #316293;
210 }
210 }
211
211
212 #header ul#logged-user li.first {
212 #header ul#logged-user li.first {
213 border-left:none;
213 border-left:none;
214 margin:4px;
214 margin:4px;
215 }
215 }
216
216
217 #header ul#logged-user li.first div.gravatar {
217 #header ul#logged-user li.first div.gravatar {
218 margin-top:-2px;
218 margin-top:-2px;
219 }
219 }
220
220
221 #header ul#logged-user li.first div.account {
221 #header ul#logged-user li.first div.account {
222 padding-top:4px;
222 padding-top:4px;
223 float:left;
223 float:left;
224 }
224 }
225
225
226 #header ul#logged-user li.last {
226 #header ul#logged-user li.last {
227 border-right:none;
227 border-right:none;
228 }
228 }
229
229
230 #header ul#logged-user li a {
230 #header ul#logged-user li a {
231 color:#fff;
231 color:#fff;
232 font-weight:700;
232 font-weight:700;
233 text-decoration:none;
233 text-decoration:none;
234 }
234 }
235
235
236 #header ul#logged-user li a:hover {
236 #header ul#logged-user li a:hover {
237 text-decoration:underline;
237 text-decoration:underline;
238 }
238 }
239
239
240 #header ul#logged-user li.highlight a {
240 #header ul#logged-user li.highlight a {
241 color:#fff;
241 color:#fff;
242 }
242 }
243
243
244 #header ul#logged-user li.highlight a:hover {
244 #header ul#logged-user li.highlight a:hover {
245 color:#FFF;
245 color:#FFF;
246 }
246 }
247
247
248 #header #header-inner {
248 #header #header-inner {
249 height:40px;
249 height:40px;
250 clear:both;
250 clear:both;
251 position:relative;
251 position:relative;
252 background:#003367 url("../images/header_inner.png") repeat-x;
252 background:#003367 url("../images/header_inner.png") repeat-x;
253 border-bottom:2px solid #fff;
253 border-bottom:2px solid #fff;
254 margin:0;
254 margin:0;
255 padding:0;
255 padding:0;
256 }
256 }
257
257
258 #header #header-inner #home a {
258 #header #header-inner #home a {
259 height:40px;
259 height:40px;
260 width:46px;
260 width:46px;
261 display:block;
261 display:block;
262 background:url("../images/button_home.png");
262 background:url("../images/button_home.png");
263 background-position:0 0;
263 background-position:0 0;
264 margin:0;
264 margin:0;
265 padding:0;
265 padding:0;
266 }
266 }
267
267
268 #header #header-inner #home a:hover {
268 #header #header-inner #home a:hover {
269 background-position:0 -40px;
269 background-position:0 -40px;
270 }
270 }
271
271
272 #header #header-inner #logo h1 {
272 #header #header-inner #logo h1 {
273 color:#FFF;
273 color:#FFF;
274 font-size:18px;
274 font-size:18px;
275 margin:10px 0 0 13px;
275 margin:10px 0 0 13px;
276 padding:0;
276 padding:0;
277 }
277 }
278
278
279 #header #header-inner #logo a {
279 #header #header-inner #logo a {
280 color:#fff;
280 color:#fff;
281 text-decoration:none;
281 text-decoration:none;
282 }
282 }
283
283
284 #header #header-inner #logo a:hover {
284 #header #header-inner #logo a:hover {
285 color:#bfe3ff;
285 color:#bfe3ff;
286 }
286 }
287
287
288 #header #header-inner #quick,#header #header-inner #quick ul {
288 #header #header-inner #quick,#header #header-inner #quick ul {
289 position:relative;
289 position:relative;
290 float:right;
290 float:right;
291 list-style-type:none;
291 list-style-type:none;
292 list-style-position:outside;
292 list-style-position:outside;
293 margin:10px 5px 0 0;
293 margin:10px 5px 0 0;
294 padding:0;
294 padding:0;
295 }
295 }
296
296
297 #header #header-inner #quick li {
297 #header #header-inner #quick li {
298 position:relative;
298 position:relative;
299 float:left;
299 float:left;
300 margin:0 5px 0 0;
300 margin:0 5px 0 0;
301 padding:0;
301 padding:0;
302 }
302 }
303
303
304 #header #header-inner #quick li a {
304 #header #header-inner #quick li a {
305 top:0;
305 top:0;
306 left:0;
306 left:0;
307 height:1%;
307 height:1%;
308 display:block;
308 display:block;
309 clear:both;
309 clear:both;
310 overflow:hidden;
310 overflow:hidden;
311 color:#FFF;
311 color:#FFF;
312 font-weight:700;
312 font-weight:700;
313 text-decoration:none;
313 text-decoration:none;
314 background:#369 url("../../images/quick_l.png") no-repeat top left;
314 background:#369 url("../../images/quick_l.png") no-repeat top left;
315 padding:0;
315 padding:0;
316 }
316 }
317
317
318 #header #header-inner #quick li span.short {
318 #header #header-inner #quick li span.short {
319 padding:9px 6px 8px 6px;
319 padding:9px 6px 8px 6px;
320 }
320 }
321
321
322 #header #header-inner #quick li span {
322 #header #header-inner #quick li span {
323 top:0;
323 top:0;
324 right:0;
324 right:0;
325 height:1%;
325 height:1%;
326 display:block;
326 display:block;
327 float:left;
327 float:left;
328 background:url("../../images/quick_r.png") no-repeat top right;
328 background:url("../../images/quick_r.png") no-repeat top right;
329 border-left:1px solid #3f6f9f;
329 border-left:1px solid #3f6f9f;
330 margin:0;
330 margin:0;
331 padding:10px 12px 8px 10px;
331 padding:10px 12px 8px 10px;
332 }
332 }
333
333
334 #header #header-inner #quick li span.normal {
334 #header #header-inner #quick li span.normal {
335 border:none;
335 border:none;
336 padding:10px 12px 8px;
336 padding:10px 12px 8px;
337 }
337 }
338
338
339 #header #header-inner #quick li span.icon {
339 #header #header-inner #quick li span.icon {
340 top:0;
340 top:0;
341 left:0;
341 left:0;
342 border-left:none;
342 border-left:none;
343 background:url("../../images/quick_l.png") no-repeat top left;
343 background:url("../../images/quick_l.png") no-repeat top left;
344 border-right:1px solid #2e5c89;
344 border-right:1px solid #2e5c89;
345 padding:8px 8px 4px;
345 padding:8px 8px 4px;
346 }
346 }
347
347
348 #header #header-inner #quick li span.icon_short {
348 #header #header-inner #quick li span.icon_short {
349 top:0;
349 top:0;
350 left:0;
350 left:0;
351 border-left:none;
351 border-left:none;
352 background:url("../../images/quick_l.png") no-repeat top left;
352 background:url("../../images/quick_l.png") no-repeat top left;
353 border-right:1px solid #2e5c89;
353 border-right:1px solid #2e5c89;
354 padding:9px 4px 4px;
354 padding:9px 4px 4px;
355 }
355 }
356
356
357 #header #header-inner #quick li a:hover {
357 #header #header-inner #quick li a:hover {
358 background:#4e4e4e url("../../images/quick_l_selected.png") no-repeat top left;
358 background:#4e4e4e url("../../images/quick_l_selected.png") no-repeat top left;
359 }
359 }
360
360
361 #header #header-inner #quick li a:hover span {
361 #header #header-inner #quick li a:hover span {
362 border-left:1px solid #545454;
362 border-left:1px solid #545454;
363 background:url("../../images/quick_r_selected.png") no-repeat top right;
363 background:url("../../images/quick_r_selected.png") no-repeat top right;
364 }
364 }
365
365
366 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short {
366 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short {
367 border-left:none;
367 border-left:none;
368 border-right:1px solid #464646;
368 border-right:1px solid #464646;
369 background:url("../../images/quick_l_selected.png") no-repeat top left;
369 background:url("../../images/quick_l_selected.png") no-repeat top left;
370 }
370 }
371
371
372
372
373 #header #header-inner #quick ul {
373 #header #header-inner #quick ul {
374 top:29px;
374 top:29px;
375 right:0;
375 right:0;
376 min-width:200px;
376 min-width:200px;
377 display:none;
377 display:none;
378 position:absolute;
378 position:absolute;
379 background:#FFF;
379 background:#FFF;
380 border:1px solid #666;
380 border:1px solid #666;
381 border-top:1px solid #003367;
381 border-top:1px solid #003367;
382 z-index:100;
382 z-index:100;
383 margin:0;
383 margin:0;
384 padding:0;
384 padding:0;
385 }
385 }
386
386
387 #header #header-inner #quick ul.repo_switcher {
387 #header #header-inner #quick ul.repo_switcher {
388 max-height:275px;
388 max-height:275px;
389 overflow-x:hidden;
389 overflow-x:hidden;
390 overflow-y:auto;
390 overflow-y:auto;
391 }
391 }
392
392
393 #header #header-inner #quick .repo_switcher_type{
393 #header #header-inner #quick .repo_switcher_type{
394 position:absolute;
394 position:absolute;
395 left:0;
395 left:0;
396 top:9px;
396 top:9px;
397
397
398 }
398 }
399 #header #header-inner #quick li ul li {
399 #header #header-inner #quick li ul li {
400 border-bottom:1px solid #ddd;
400 border-bottom:1px solid #ddd;
401 }
401 }
402
402
403 #header #header-inner #quick li ul li a {
403 #header #header-inner #quick li ul li a {
404 width:182px;
404 width:182px;
405 height:auto;
405 height:auto;
406 display:block;
406 display:block;
407 float:left;
407 float:left;
408 background:#FFF;
408 background:#FFF;
409 color:#003367;
409 color:#003367;
410 font-weight:400;
410 font-weight:400;
411 margin:0;
411 margin:0;
412 padding:7px 9px;
412 padding:7px 9px;
413 }
413 }
414
414
415 #header #header-inner #quick li ul li a:hover {
415 #header #header-inner #quick li ul li a:hover {
416 color:#000;
416 color:#000;
417 background:#FFF;
417 background:#FFF;
418 }
418 }
419
419
420 #header #header-inner #quick ul ul {
420 #header #header-inner #quick ul ul {
421 top:auto;
421 top:auto;
422 }
422 }
423
423
424 #header #header-inner #quick li ul ul {
424 #header #header-inner #quick li ul ul {
425 right:200px;
425 right:200px;
426 max-height:275px;
426 max-height:275px;
427 overflow:auto;
427 overflow:auto;
428 overflow-x:hidden;
428 overflow-x:hidden;
429 white-space:normal;
429 white-space:normal;
430 }
430 }
431
431
432 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover {
432 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover {
433 background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFF;
433 background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFF;
434 width:167px;
434 width:167px;
435 margin:0;
435 margin:0;
436 padding:12px 9px 7px 24px;
436 padding:12px 9px 7px 24px;
437 }
437 }
438
438
439 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover {
439 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover {
440 background:url("../images/icons/lock.png") no-repeat scroll 4px 9px #FFF;
440 background:url("../images/icons/lock.png") no-repeat scroll 4px 9px #FFF;
441 min-width:167px;
441 min-width:167px;
442 margin:0;
442 margin:0;
443 padding:12px 9px 7px 24px;
443 padding:12px 9px 7px 24px;
444 }
444 }
445
445
446 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover {
446 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover {
447 background:url("../images/icons/lock_open.png") no-repeat scroll 4px 9px #FFF;
447 background:url("../images/icons/lock_open.png") no-repeat scroll 4px 9px #FFF;
448 min-width:167px;
448 min-width:167px;
449 margin:0;
449 margin:0;
450 padding:12px 9px 7px 24px;
450 padding:12px 9px 7px 24px;
451 }
451 }
452
452
453 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover {
453 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover {
454 background:url("../images/icons/hgicon.png") no-repeat scroll 4px 9px #FFF;
454 background:url("../images/icons/hgicon.png") no-repeat scroll 4px 9px #FFF;
455 min-width:167px;
455 min-width:167px;
456 margin:0 0 0 14px;
456 margin:0 0 0 14px;
457 padding:12px 9px 7px 24px;
457 padding:12px 9px 7px 24px;
458 }
458 }
459
459
460 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover {
460 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover {
461 background:url("../images/icons/giticon.png") no-repeat scroll 4px 9px #FFF;
461 background:url("../images/icons/giticon.png") no-repeat scroll 4px 9px #FFF;
462 min-width:167px;
462 min-width:167px;
463 margin:0 0 0 14px;
463 margin:0 0 0 14px;
464 padding:12px 9px 7px 24px;
464 padding:12px 9px 7px 24px;
465 }
465 }
466
466
467 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover {
467 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover {
468 background:url("../images/icons/database_edit.png") no-repeat scroll 4px 9px #FFF;
468 background:url("../images/icons/database_edit.png") no-repeat scroll 4px 9px #FFF;
469 width:167px;
469 width:167px;
470 margin:0;
470 margin:0;
471 padding:12px 9px 7px 24px;
471 padding:12px 9px 7px 24px;
472 }
472 }
473
473
474 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover {
474 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover {
475 background:#FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
475 background:#FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
476 width:167px;
476 width:167px;
477 margin:0;
477 margin:0;
478 padding:12px 9px 7px 24px;
478 padding:12px 9px 7px 24px;
479 }
479 }
480
480
481 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover {
481 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover {
482 background:#FFF url("../images/icons/cog.png") no-repeat 4px 9px;
482 background:#FFF url("../images/icons/cog.png") no-repeat 4px 9px;
483 width:167px;
483 width:167px;
484 margin:0;
484 margin:0;
485 padding:12px 9px 7px 24px;
485 padding:12px 9px 7px 24px;
486 }
486 }
487
487
488 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover {
488 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover {
489 background:#FFF url("../images/icons/key.png") no-repeat 4px 9px;
489 background:#FFF url("../images/icons/key.png") no-repeat 4px 9px;
490 width:167px;
490 width:167px;
491 margin:0;
491 margin:0;
492 padding:12px 9px 7px 24px;
492 padding:12px 9px 7px 24px;
493 }
493 }
494
494
495 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover {
495 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover {
496 background:#FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
496 background:#FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
497 width:167px;
497 width:167px;
498 margin:0;
498 margin:0;
499 padding:12px 9px 7px 24px;
499 padding:12px 9px 7px 24px;
500 }
500 }
501
501
502 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover {
502 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover {
503 background:#FFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px;
503 background:#FFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px;
504 width:167px;
504 width:167px;
505 margin:0;
505 margin:0;
506 padding:12px 9px 7px 24px;
506 padding:12px 9px 7px 24px;
507 }
507 }
508
508
509 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover {
509 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover {
510 background:#FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
510 background:#FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
511 width:167px;
511 width:167px;
512 margin:0;
512 margin:0;
513 padding:12px 9px 7px 24px;
513 padding:12px 9px 7px 24px;
514 }
514 }
515
515
516 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover {
516 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover {
517 background:#FFF url("../images/icons/delete.png") no-repeat 4px 9px;
517 background:#FFF url("../images/icons/delete.png") no-repeat 4px 9px;
518 width:167px;
518 width:167px;
519 margin:0;
519 margin:0;
520 padding:12px 9px 7px 24px;
520 padding:12px 9px 7px 24px;
521 }
521 }
522
522
523 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover {
523 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover {
524 background:#FFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px;
524 background:#FFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px;
525 width:167px;
525 width:167px;
526 margin:0;
526 margin:0;
527 padding:12px 9px 7px 24px;
527 padding:12px 9px 7px 24px;
528 }
528 }
529
529
530 #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover {
530 #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover {
531 background:#FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
531 background:#FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
532 width:167px;
532 width:167px;
533 margin:0;
533 margin:0;
534 padding:12px 9px 7px 24px;
534 padding:12px 9px 7px 24px;
535 }
535 }
536
536
537 #header #header-inner #quick li ul li a.admin,#header #header-inner #quick li ul li a.admin:hover {
537 #header #header-inner #quick li ul li a.admin,#header #header-inner #quick li ul li a.admin:hover {
538 background:#FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
538 background:#FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
539 width:167px;
539 width:167px;
540 margin:0;
540 margin:0;
541 padding:12px 9px 7px 24px;
541 padding:12px 9px 7px 24px;
542 }
542 }
543
543
544 #content #left {
544 #content #left {
545 left:0;
545 left:0;
546 width:280px;
546 width:280px;
547 position:absolute;
547 position:absolute;
548 }
548 }
549
549
550 #content #right {
550 #content #right {
551 margin:0 60px 10px 290px;
551 margin:0 60px 10px 290px;
552 }
552 }
553
553
554 #content div.box {
554 #content div.box {
555 clear:both;
555 clear:both;
556 overflow:hidden;
556 overflow:hidden;
557 background:#fff;
557 background:#fff;
558 margin:0 0 10px;
558 margin:0 0 10px;
559 padding:0 0 10px;
559 padding:0 0 10px;
560 }
560 }
561
561
562 #content div.box-left {
562 #content div.box-left {
563 width:49%;
563 width:49%;
564 clear:none;
564 clear:none;
565 float:left;
565 float:left;
566 margin:0 0 10px;
566 margin:0 0 10px;
567 }
567 }
568
568
569 #content div.box-right {
569 #content div.box-right {
570 width:49%;
570 width:49%;
571 clear:none;
571 clear:none;
572 float:right;
572 float:right;
573 margin:0 0 10px;
573 margin:0 0 10px;
574 }
574 }
575
575
576 #content div.box div.title {
576 #content div.box div.title {
577 clear:both;
577 clear:both;
578 overflow:hidden;
578 overflow:hidden;
579 background:#369 url("../images/header_inner.png") repeat-x;
579 background:#369 url("../images/header_inner.png") repeat-x;
580 margin:0 0 20px;
580 margin:0 0 20px;
581 padding:0;
581 padding:0;
582 }
582 }
583
583
584 #content div.box div.title h5 {
584 #content div.box div.title h5 {
585 float:left;
585 float:left;
586 border:none;
586 border:none;
587 color:#fff;
587 color:#fff;
588 text-transform:uppercase;
588 text-transform:uppercase;
589 margin:0;
589 margin:0;
590 padding:11px 0 11px 10px;
590 padding:11px 0 11px 10px;
591 }
591 }
592
592
593 #content div.box div.title ul.links li {
593 #content div.box div.title ul.links li {
594 list-style:none;
594 list-style:none;
595 float:left;
595 float:left;
596 margin:0;
596 margin:0;
597 padding:0;
597 padding:0;
598 }
598 }
599
599
600 #content div.box div.title ul.links li a {
600 #content div.box div.title ul.links li a {
601 height:1%;
601 height:1%;
602 display:block;
602 display:block;
603 float:left;
603 float:left;
604 border-left:1px solid #316293;
604 border-left:1px solid #316293;
605 color:#fff;
605 color:#fff;
606 font-size:11px;
606 font-size:11px;
607 font-weight:700;
607 font-weight:700;
608 text-decoration:none;
608 text-decoration:none;
609 margin:0;
609 margin:0;
610 padding:13px 16px 12px;
610 padding:13px 16px 12px;
611 }
611 }
612
612
613 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6 {
613 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6 {
614 clear:both;
614 clear:both;
615 overflow:hidden;
615 overflow:hidden;
616 border-bottom:1px solid #DDD;
616 border-bottom:1px solid #DDD;
617 margin:10px 20px;
617 margin:10px 20px;
618 padding:0 0 15px;
618 padding:0 0 15px;
619 }
619 }
620
620
621 #content div.box p {
621 #content div.box p {
622 color:#5f5f5f;
622 color:#5f5f5f;
623 font-size:12px;
623 font-size:12px;
624 line-height:150%;
624 line-height:150%;
625 margin:0 24px 10px;
625 margin:0 24px 10px;
626 padding:0;
626 padding:0;
627 }
627 }
628
628
629 #content div.box blockquote {
629 #content div.box blockquote {
630 border-left:4px solid #DDD;
630 border-left:4px solid #DDD;
631 color:#5f5f5f;
631 color:#5f5f5f;
632 font-size:11px;
632 font-size:11px;
633 line-height:150%;
633 line-height:150%;
634 margin:0 34px;
634 margin:0 34px;
635 padding:0 0 0 14px;
635 padding:0 0 0 14px;
636 }
636 }
637
637
638 #content div.box blockquote p {
638 #content div.box blockquote p {
639 margin:10px 0;
639 margin:10px 0;
640 padding:0;
640 padding:0;
641 }
641 }
642
642
643 #content div.box dl {
643 #content div.box dl {
644 margin:10px 24px;
644 margin:10px 24px;
645 }
645 }
646
646
647 #content div.box dt {
647 #content div.box dt {
648 font-size:12px;
648 font-size:12px;
649 margin:0;
649 margin:0;
650 }
650 }
651
651
652 #content div.box dd {
652 #content div.box dd {
653 font-size:12px;
653 font-size:12px;
654 margin:0;
654 margin:0;
655 padding:8px 0 8px 15px;
655 padding:8px 0 8px 15px;
656 }
656 }
657
657
658 #content div.box li {
658 #content div.box li {
659 font-size:12px;
659 font-size:12px;
660 padding:4px 0;
660 padding:4px 0;
661 }
661 }
662
662
663 #content div.box ul.disc,#content div.box ul.circle {
663 #content div.box ul.disc,#content div.box ul.circle {
664 margin:10px 24px 10px 38px;
664 margin:10px 24px 10px 38px;
665 }
665 }
666
666
667 #content div.box ul.square {
667 #content div.box ul.square {
668 margin:10px 24px 10px 40px;
668 margin:10px 24px 10px 40px;
669 }
669 }
670
670
671 #content div.box img.left {
671 #content div.box img.left {
672 border:none;
672 border:none;
673 float:left;
673 float:left;
674 margin:10px 10px 10px 0;
674 margin:10px 10px 10px 0;
675 }
675 }
676
676
677 #content div.box img.right {
677 #content div.box img.right {
678 border:none;
678 border:none;
679 float:right;
679 float:right;
680 margin:10px 0 10px 10px;
680 margin:10px 0 10px 10px;
681 }
681 }
682
682
683 #content div.box div.messages {
683 #content div.box div.messages {
684 clear:both;
684 clear:both;
685 overflow:hidden;
685 overflow:hidden;
686 margin:0 20px;
686 margin:0 20px;
687 padding:0;
687 padding:0;
688 }
688 }
689
689
690 #content div.box div.message {
690 #content div.box div.message {
691 clear:both;
691 clear:both;
692 overflow:hidden;
692 overflow:hidden;
693 margin:0;
693 margin:0;
694 padding:10px 0;
694 padding:10px 0;
695 }
695 }
696
696
697 #content div.box div.message a {
697 #content div.box div.message a {
698 font-weight:400 !important;
698 font-weight:400 !important;
699 }
699 }
700
700
701 #content div.box div.message div.image {
701 #content div.box div.message div.image {
702 float:left;
702 float:left;
703 margin:9px 0 0 5px;
703 margin:9px 0 0 5px;
704 padding:6px;
704 padding:6px;
705 }
705 }
706
706
707 #content div.box div.message div.image img {
707 #content div.box div.message div.image img {
708 vertical-align:middle;
708 vertical-align:middle;
709 margin:0;
709 margin:0;
710 }
710 }
711
711
712 #content div.box div.message div.text {
712 #content div.box div.message div.text {
713 float:left;
713 float:left;
714 margin:0;
714 margin:0;
715 padding:9px 6px;
715 padding:9px 6px;
716 }
716 }
717
717
718 #content div.box div.message div.dismiss a {
718 #content div.box div.message div.dismiss a {
719 height:16px;
719 height:16px;
720 width:16px;
720 width:16px;
721 display:block;
721 display:block;
722 background:url("../images/icons/cross.png") no-repeat;
722 background:url("../images/icons/cross.png") no-repeat;
723 margin:15px 14px 0 0;
723 margin:15px 14px 0 0;
724 padding:0;
724 padding:0;
725 }
725 }
726
726
727 #content div.box div.message div.text h1,#content div.box div.message div.text h2,#content div.box div.message div.text h3,#content div.box div.message div.text h4,#content div.box div.message div.text h5,#content div.box div.message div.text h6 {
727 #content div.box div.message div.text h1,#content div.box div.message div.text h2,#content div.box div.message div.text h3,#content div.box div.message div.text h4,#content div.box div.message div.text h5,#content div.box div.message div.text h6 {
728 border:none;
728 border:none;
729 margin:0;
729 margin:0;
730 padding:0;
730 padding:0;
731 }
731 }
732
732
733 #content div.box div.message div.text span {
733 #content div.box div.message div.text span {
734 height:1%;
734 height:1%;
735 display:block;
735 display:block;
736 margin:0;
736 margin:0;
737 padding:5px 0 0;
737 padding:5px 0 0;
738 }
738 }
739
739
740 #content div.box div.message-error {
740 #content div.box div.message-error {
741 height:1%;
741 height:1%;
742 clear:both;
742 clear:both;
743 overflow:hidden;
743 overflow:hidden;
744 background:#FBE3E4;
744 background:#FBE3E4;
745 border:1px solid #FBC2C4;
745 border:1px solid #FBC2C4;
746 color:#860006;
746 color:#860006;
747 }
747 }
748
748
749 #content div.box div.message-error h6 {
749 #content div.box div.message-error h6 {
750 color:#860006;
750 color:#860006;
751 }
751 }
752
752
753 #content div.box div.message-warning {
753 #content div.box div.message-warning {
754 height:1%;
754 height:1%;
755 clear:both;
755 clear:both;
756 overflow:hidden;
756 overflow:hidden;
757 background:#FFF6BF;
757 background:#FFF6BF;
758 border:1px solid #FFD324;
758 border:1px solid #FFD324;
759 color:#5f5200;
759 color:#5f5200;
760 }
760 }
761
761
762 #content div.box div.message-warning h6 {
762 #content div.box div.message-warning h6 {
763 color:#5f5200;
763 color:#5f5200;
764 }
764 }
765
765
766 #content div.box div.message-notice {
766 #content div.box div.message-notice {
767 height:1%;
767 height:1%;
768 clear:both;
768 clear:both;
769 overflow:hidden;
769 overflow:hidden;
770 background:#8FBDE0;
770 background:#8FBDE0;
771 border:1px solid #6BACDE;
771 border:1px solid #6BACDE;
772 color:#003863;
772 color:#003863;
773 }
773 }
774
774
775 #content div.box div.message-notice h6 {
775 #content div.box div.message-notice h6 {
776 color:#003863;
776 color:#003863;
777 }
777 }
778
778
779 #content div.box div.message-success {
779 #content div.box div.message-success {
780 height:1%;
780 height:1%;
781 clear:both;
781 clear:both;
782 overflow:hidden;
782 overflow:hidden;
783 background:#E6EFC2;
783 background:#E6EFC2;
784 border:1px solid #C6D880;
784 border:1px solid #C6D880;
785 color:#4e6100;
785 color:#4e6100;
786 }
786 }
787
787
788 #content div.box div.message-success h6 {
788 #content div.box div.message-success h6 {
789 color:#4e6100;
789 color:#4e6100;
790 }
790 }
791
791
792 #content div.box div.form div.fields div.field {
792 #content div.box div.form div.fields div.field {
793 height:1%;
793 height:1%;
794 border-bottom:1px solid #DDD;
794 border-bottom:1px solid #DDD;
795 clear:both;
795 clear:both;
796 margin:0;
796 margin:0;
797 padding:10px 0;
797 padding:10px 0;
798 }
798 }
799
799
800 #content div.box div.form div.fields div.field-first {
800 #content div.box div.form div.fields div.field-first {
801 padding:0 0 10px;
801 padding:0 0 10px;
802 }
802 }
803
803
804 #content div.box div.form div.fields div.field-noborder {
804 #content div.box div.form div.fields div.field-noborder {
805 border-bottom:0 !important;
805 border-bottom:0 !important;
806 }
806 }
807
807
808 #content div.box div.form div.fields div.field span.error-message {
808 #content div.box div.form div.fields div.field span.error-message {
809 height:1%;
809 height:1%;
810 display:inline-block;
810 display:inline-block;
811 color:red;
811 color:red;
812 margin:8px 0 0 4px;
812 margin:8px 0 0 4px;
813 padding:0;
813 padding:0;
814 }
814 }
815
815
816 #content div.box div.form div.fields div.field span.success {
816 #content div.box div.form div.fields div.field span.success {
817 height:1%;
817 height:1%;
818 display:block;
818 display:block;
819 color:#316309;
819 color:#316309;
820 margin:8px 0 0;
820 margin:8px 0 0;
821 padding:0;
821 padding:0;
822 }
822 }
823
823
824 #content div.box div.form div.fields div.field div.label {
824 #content div.box div.form div.fields div.field div.label {
825 left:80px;
825 left:80px;
826 width:auto;
826 width:auto;
827 position:absolute;
827 position:absolute;
828 margin:0;
828 margin:0;
829 padding:8px 0 0 5px;
829 padding:8px 0 0 5px;
830 }
830 }
831
831
832 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label {
832 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label {
833 clear:both;
833 clear:both;
834 overflow:hidden;
834 overflow:hidden;
835 left:0;
835 left:0;
836 width:auto;
836 width:auto;
837 position:relative;
837 position:relative;
838 margin:0;
838 margin:0;
839 padding:0 0 8px;
839 padding:0 0 8px;
840 }
840 }
841
841
842 #content div.box div.form div.fields div.field div.label-select {
842 #content div.box div.form div.fields div.field div.label-select {
843 padding:5px 0 0 5px;
843 padding:5px 0 0 5px;
844 }
844 }
845
845
846 #content div.box-left div.form div.fields div.field div.label-select,#content div.box-right div.form div.fields div.field div.label-select {
846 #content div.box-left div.form div.fields div.field div.label-select,#content div.box-right div.form div.fields div.field div.label-select {
847 padding:0 0 8px;
847 padding:0 0 8px;
848 }
848 }
849
849
850 #content div.box-left div.form div.fields div.field div.label-textarea,#content div.box-right div.form div.fields div.field div.label-textarea {
850 #content div.box-left div.form div.fields div.field div.label-textarea,#content div.box-right div.form div.fields div.field div.label-textarea {
851 padding:0 0 8px !important;
851 padding:0 0 8px !important;
852 }
852 }
853
853
854 #content div.box div.form div.fields div.field div.label label {
854 #content div.box div.form div.fields div.field div.label label {
855 color:#393939;
855 color:#393939;
856 font-weight:700;
856 font-weight:700;
857 }
857 }
858
858
859 #content div.box div.form div.fields div.field div.input {
859 #content div.box div.form div.fields div.field div.input {
860 margin:0 0 0 200px;
860 margin:0 0 0 200px;
861 }
861 }
862 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input {
862 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input {
863 margin:0 0 0 0px;
863 margin:0 0 0 0px;
864 }
864 }
865
865
866 #content div.box div.form div.fields div.field div.input input {
866 #content div.box div.form div.fields div.field div.input input {
867 background:#FFF;
867 background:#FFF;
868 border-top:1px solid #b3b3b3;
868 border-top:1px solid #b3b3b3;
869 border-left:1px solid #b3b3b3;
869 border-left:1px solid #b3b3b3;
870 border-right:1px solid #eaeaea;
870 border-right:1px solid #eaeaea;
871 border-bottom:1px solid #eaeaea;
871 border-bottom:1px solid #eaeaea;
872 color:#000;
872 color:#000;
873 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
873 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
874 font-size:11px;
874 font-size:11px;
875 margin:0;
875 margin:0;
876 padding:7px 7px 6px;
876 padding:7px 7px 6px;
877 }
877 }
878
878
879
879
880
880
881 #content div.box div.form div.fields div.field div.input input.small {
881 #content div.box div.form div.fields div.field div.input input.small {
882 width:30%;
882 width:30%;
883 }
883 }
884
884
885 #content div.box div.form div.fields div.field div.input input.medium {
885 #content div.box div.form div.fields div.field div.input input.medium {
886 width:55%;
886 width:55%;
887 }
887 }
888
888
889 #content div.box div.form div.fields div.field div.input input.large {
889 #content div.box div.form div.fields div.field div.input input.large {
890 width:85%;
890 width:85%;
891 }
891 }
892
892
893 #content div.box div.form div.fields div.field div.input input.date {
893 #content div.box div.form div.fields div.field div.input input.date {
894 width:177px;
894 width:177px;
895 }
895 }
896
896
897 #content div.box div.form div.fields div.field div.input input.button {
897 #content div.box div.form div.fields div.field div.input input.button {
898 background:#D4D0C8;
898 background:#D4D0C8;
899 border-top:1px solid #FFF;
899 border-top:1px solid #FFF;
900 border-left:1px solid #FFF;
900 border-left:1px solid #FFF;
901 border-right:1px solid #404040;
901 border-right:1px solid #404040;
902 border-bottom:1px solid #404040;
902 border-bottom:1px solid #404040;
903 color:#000;
903 color:#000;
904 margin:0;
904 margin:0;
905 padding:4px 8px;
905 padding:4px 8px;
906 }
906 }
907
907
908 #content div.box div.form div.fields div.field div.textarea {
908 #content div.box div.form div.fields div.field div.textarea {
909 border-top:1px solid #b3b3b3;
909 border-top:1px solid #b3b3b3;
910 border-left:1px solid #b3b3b3;
910 border-left:1px solid #b3b3b3;
911 border-right:1px solid #eaeaea;
911 border-right:1px solid #eaeaea;
912 border-bottom:1px solid #eaeaea;
912 border-bottom:1px solid #eaeaea;
913 margin:0 0 0 200px;
913 margin:0 0 0 200px;
914 padding:10px;
914 padding:10px;
915 }
915 }
916
916
917 #content div.box div.form div.fields div.field div.textarea-editor {
917 #content div.box div.form div.fields div.field div.textarea-editor {
918 border:1px solid #ddd;
918 border:1px solid #ddd;
919 padding:0;
919 padding:0;
920 }
920 }
921
921
922 #content div.box div.form div.fields div.field div.textarea textarea {
922 #content div.box div.form div.fields div.field div.textarea textarea {
923 width:100%;
923 width:100%;
924 height:220px;
924 height:220px;
925 overflow:hidden;
925 overflow:hidden;
926 background:#FFF;
926 background:#FFF;
927 color:#000;
927 color:#000;
928 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
928 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
929 font-size:11px;
929 font-size:11px;
930 outline:none;
930 outline:none;
931 border-width:0;
931 border-width:0;
932 margin:0;
932 margin:0;
933 padding:0;
933 padding:0;
934 }
934 }
935
935
936 #content div.box-left div.form div.fields div.field div.textarea textarea,#content div.box-right div.form div.fields div.field div.textarea textarea {
936 #content div.box-left div.form div.fields div.field div.textarea textarea,#content div.box-right div.form div.fields div.field div.textarea textarea {
937 width:100%;
937 width:100%;
938 height:100px;
938 height:100px;
939 }
939 }
940
940
941 #content div.box div.form div.fields div.field div.textarea table {
941 #content div.box div.form div.fields div.field div.textarea table {
942 width:100%;
942 width:100%;
943 border:none;
943 border:none;
944 margin:0;
944 margin:0;
945 padding:0;
945 padding:0;
946 }
946 }
947
947
948 #content div.box div.form div.fields div.field div.textarea table td {
948 #content div.box div.form div.fields div.field div.textarea table td {
949 background:#DDD;
949 background:#DDD;
950 border:none;
950 border:none;
951 padding:0;
951 padding:0;
952 }
952 }
953
953
954 #content div.box div.form div.fields div.field div.textarea table td table {
954 #content div.box div.form div.fields div.field div.textarea table td table {
955 width:auto;
955 width:auto;
956 border:none;
956 border:none;
957 margin:0;
957 margin:0;
958 padding:0;
958 padding:0;
959 }
959 }
960
960
961 #content div.box div.form div.fields div.field div.textarea table td table td {
961 #content div.box div.form div.fields div.field div.textarea table td table td {
962 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
962 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
963 font-size:11px;
963 font-size:11px;
964 padding:5px 5px 5px 0;
964 padding:5px 5px 5px 0;
965 }
965 }
966
966
967 #content div.box div.form div.fields div.field input[type=text]:focus,#content div.box div.form div.fields div.field input[type=password]:focus,#content div.box div.form div.fields div.field input[type=file]:focus,#content div.box div.form div.fields div.field textarea:focus,#content div.box div.form div.fields div.field select:focus {
967 #content div.box div.form div.fields div.field input[type=text]:focus,#content div.box div.form div.fields div.field input[type=password]:focus,#content div.box div.form div.fields div.field input[type=file]:focus,#content div.box div.form div.fields div.field textarea:focus,#content div.box div.form div.fields div.field select:focus {
968 background:#f6f6f6;
968 background:#f6f6f6;
969 border-color:#666;
969 border-color:#666;
970 }
970 }
971
971
972 div.form div.fields div.field div.button {
972 div.form div.fields div.field div.button {
973 margin:0;
973 margin:0;
974 padding:0 0 0 8px;
974 padding:0 0 0 8px;
975 }
975 }
976
976
977 div.form div.fields div.field div.highlight .ui-button {
977 div.form div.fields div.field div.highlight .ui-button {
978 background:#4e85bb url("../images/button_highlight.png") repeat-x;
978 background:#4e85bb url("../images/button_highlight.png") repeat-x;
979 border-top:1px solid #5c91a4;
979 border-top:1px solid #5c91a4;
980 border-left:1px solid #2a6f89;
980 border-left:1px solid #2a6f89;
981 border-right:1px solid #2b7089;
981 border-right:1px solid #2b7089;
982 border-bottom:1px solid #1a6480;
982 border-bottom:1px solid #1a6480;
983 color:#FFF;
983 color:#FFF;
984 margin:0;
984 margin:0;
985 padding:6px 12px;
985 padding:6px 12px;
986 }
986 }
987
987
988 div.form div.fields div.field div.highlight .ui-state-hover {
988 div.form div.fields div.field div.highlight .ui-state-hover {
989 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
989 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
990 border-top:1px solid #78acbf;
990 border-top:1px solid #78acbf;
991 border-left:1px solid #34819e;
991 border-left:1px solid #34819e;
992 border-right:1px solid #35829f;
992 border-right:1px solid #35829f;
993 border-bottom:1px solid #257897;
993 border-bottom:1px solid #257897;
994 color:#FFF;
994 color:#FFF;
995 margin:0;
995 margin:0;
996 padding:6px 12px;
996 padding:6px 12px;
997 }
997 }
998
998
999 #content div.box div.form div.fields div.buttons div.highlight input.ui-button {
999 #content div.box div.form div.fields div.buttons div.highlight input.ui-button {
1000 background:#4e85bb url("../../images/button_highlight.png") repeat-x;
1000 background:#4e85bb url("../../images/button_highlight.png") repeat-x;
1001 border-top:1px solid #5c91a4;
1001 border-top:1px solid #5c91a4;
1002 border-left:1px solid #2a6f89;
1002 border-left:1px solid #2a6f89;
1003 border-right:1px solid #2b7089;
1003 border-right:1px solid #2b7089;
1004 border-bottom:1px solid #1a6480;
1004 border-bottom:1px solid #1a6480;
1005 color:#fff;
1005 color:#fff;
1006 margin:0;
1006 margin:0;
1007 padding:6px 12px;
1007 padding:6px 12px;
1008 }
1008 }
1009
1009
1010 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover {
1010 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover {
1011 background:#46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
1011 background:#46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
1012 border-top:1px solid #78acbf;
1012 border-top:1px solid #78acbf;
1013 border-left:1px solid #34819e;
1013 border-left:1px solid #34819e;
1014 border-right:1px solid #35829f;
1014 border-right:1px solid #35829f;
1015 border-bottom:1px solid #257897;
1015 border-bottom:1px solid #257897;
1016 color:#fff;
1016 color:#fff;
1017 margin:0;
1017 margin:0;
1018 padding:6px 12px;
1018 padding:6px 12px;
1019 }
1019 }
1020
1020
1021 #content div.box table {
1021 #content div.box table {
1022 width:100%;
1022 width:100%;
1023 border-collapse:collapse;
1023 border-collapse:collapse;
1024 margin:0;
1024 margin:0;
1025 padding:0;
1025 padding:0;
1026 }
1026 }
1027
1027
1028 #content div.box table th {
1028 #content div.box table th {
1029 background:#eee;
1029 background:#eee;
1030 border-bottom:1px solid #ddd;
1030 border-bottom:1px solid #ddd;
1031 padding:5px 0px 5px 5px;
1031 padding:5px 0px 5px 5px;
1032 }
1032 }
1033
1033
1034 #content div.box table th.left {
1034 #content div.box table th.left {
1035 text-align:left;
1035 text-align:left;
1036 }
1036 }
1037
1037
1038 #content div.box table th.right {
1038 #content div.box table th.right {
1039 text-align:right;
1039 text-align:right;
1040 }
1040 }
1041
1041
1042 #content div.box table th.center {
1042 #content div.box table th.center {
1043 text-align:center;
1043 text-align:center;
1044 }
1044 }
1045
1045
1046 #content div.box table th.selected {
1046 #content div.box table th.selected {
1047 vertical-align:middle;
1047 vertical-align:middle;
1048 padding:0;
1048 padding:0;
1049 }
1049 }
1050
1050
1051 #content div.box table td {
1051 #content div.box table td {
1052 background:#fff;
1052 background:#fff;
1053 border-bottom:1px solid #cdcdcd;
1053 border-bottom:1px solid #cdcdcd;
1054 vertical-align:middle;
1054 vertical-align:middle;
1055 padding:5px;
1055 padding:5px;
1056 }
1056 }
1057
1057
1058 #content div.box table tr.selected td {
1058 #content div.box table tr.selected td {
1059 background:#FFC;
1059 background:#FFC;
1060 }
1060 }
1061
1061
1062 #content div.box table td.selected {
1062 #content div.box table td.selected {
1063 width:3%;
1063 width:3%;
1064 text-align:center;
1064 text-align:center;
1065 vertical-align:middle;
1065 vertical-align:middle;
1066 padding:0;
1066 padding:0;
1067 }
1067 }
1068
1068
1069 #content div.box table td.action {
1069 #content div.box table td.action {
1070 width:45%;
1070 width:45%;
1071 text-align:left;
1071 text-align:left;
1072 }
1072 }
1073
1073
1074 #content div.box table td.date {
1074 #content div.box table td.date {
1075 width:33%;
1075 width:33%;
1076 text-align:center;
1076 text-align:center;
1077 }
1077 }
1078
1078
1079 #content div.box div.action {
1079 #content div.box div.action {
1080 float:right;
1080 float:right;
1081 background:#FFF;
1081 background:#FFF;
1082 text-align:right;
1082 text-align:right;
1083 margin:10px 0 0;
1083 margin:10px 0 0;
1084 padding:0;
1084 padding:0;
1085 }
1085 }
1086
1086
1087 #content div.box div.action select {
1087 #content div.box div.action select {
1088 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1088 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1089 font-size:11px;
1089 font-size:11px;
1090 margin:0;
1090 margin:0;
1091 }
1091 }
1092
1092
1093 #content div.box div.action .ui-selectmenu {
1093 #content div.box div.action .ui-selectmenu {
1094 margin:0;
1094 margin:0;
1095 padding:0;
1095 padding:0;
1096 }
1096 }
1097
1097
1098 #content div.box div.pagination {
1098 #content div.box div.pagination {
1099 height:1%;
1099 height:1%;
1100 clear:both;
1100 clear:both;
1101 overflow:hidden;
1101 overflow:hidden;
1102 margin:10px 0 0;
1102 margin:10px 0 0;
1103 padding:0;
1103 padding:0;
1104 }
1104 }
1105
1105
1106 #content div.box div.pagination ul.pager {
1106 #content div.box div.pagination ul.pager {
1107 float:right;
1107 float:right;
1108 text-align:right;
1108 text-align:right;
1109 margin:0;
1109 margin:0;
1110 padding:0;
1110 padding:0;
1111 }
1111 }
1112
1112
1113 #content div.box div.pagination ul.pager li {
1113 #content div.box div.pagination ul.pager li {
1114 height:1%;
1114 height:1%;
1115 float:left;
1115 float:left;
1116 list-style:none;
1116 list-style:none;
1117 background:#ebebeb url("../images/pager.png") repeat-x;
1117 background:#ebebeb url("../images/pager.png") repeat-x;
1118 border-top:1px solid #dedede;
1118 border-top:1px solid #dedede;
1119 border-left:1px solid #cfcfcf;
1119 border-left:1px solid #cfcfcf;
1120 border-right:1px solid #c4c4c4;
1120 border-right:1px solid #c4c4c4;
1121 border-bottom:1px solid #c4c4c4;
1121 border-bottom:1px solid #c4c4c4;
1122 color:#4A4A4A;
1122 color:#4A4A4A;
1123 font-weight:700;
1123 font-weight:700;
1124 margin:0 0 0 4px;
1124 margin:0 0 0 4px;
1125 padding:0;
1125 padding:0;
1126 }
1126 }
1127
1127
1128 #content div.box div.pagination ul.pager li.separator {
1128 #content div.box div.pagination ul.pager li.separator {
1129 padding:6px;
1129 padding:6px;
1130 }
1130 }
1131
1131
1132 #content div.box div.pagination ul.pager li.current {
1132 #content div.box div.pagination ul.pager li.current {
1133 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1133 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1134 border-top:1px solid #ccc;
1134 border-top:1px solid #ccc;
1135 border-left:1px solid #bebebe;
1135 border-left:1px solid #bebebe;
1136 border-right:1px solid #b1b1b1;
1136 border-right:1px solid #b1b1b1;
1137 border-bottom:1px solid #afafaf;
1137 border-bottom:1px solid #afafaf;
1138 color:#515151;
1138 color:#515151;
1139 padding:6px;
1139 padding:6px;
1140 }
1140 }
1141
1141
1142 #content div.box div.pagination ul.pager li a {
1142 #content div.box div.pagination ul.pager li a {
1143 height:1%;
1143 height:1%;
1144 display:block;
1144 display:block;
1145 float:left;
1145 float:left;
1146 color:#515151;
1146 color:#515151;
1147 text-decoration:none;
1147 text-decoration:none;
1148 margin:0;
1148 margin:0;
1149 padding:6px;
1149 padding:6px;
1150 }
1150 }
1151
1151
1152 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active {
1152 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active {
1153 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1153 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1154 border-top:1px solid #ccc;
1154 border-top:1px solid #ccc;
1155 border-left:1px solid #bebebe;
1155 border-left:1px solid #bebebe;
1156 border-right:1px solid #b1b1b1;
1156 border-right:1px solid #b1b1b1;
1157 border-bottom:1px solid #afafaf;
1157 border-bottom:1px solid #afafaf;
1158 margin:-1px;
1158 margin:-1px;
1159 }
1159 }
1160
1160
1161 #content div.box div.pagination-wh {
1161 #content div.box div.pagination-wh {
1162 height:1%;
1162 height:1%;
1163 clear:both;
1163 clear:both;
1164 overflow:hidden;
1164 overflow:hidden;
1165 text-align:right;
1165 text-align:right;
1166 margin:10px 0 0;
1166 margin:10px 0 0;
1167 padding:0;
1167 padding:0;
1168 }
1168 }
1169
1169
1170 #content div.box div.pagination-right {
1170 #content div.box div.pagination-right {
1171 float:right;
1171 float:right;
1172 }
1172 }
1173
1173
1174 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot {
1174 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot {
1175 height:1%;
1175 height:1%;
1176 float:left;
1176 float:left;
1177 background:#ebebeb url("../images/pager.png") repeat-x;
1177 background:#ebebeb url("../images/pager.png") repeat-x;
1178 border-top:1px solid #dedede;
1178 border-top:1px solid #dedede;
1179 border-left:1px solid #cfcfcf;
1179 border-left:1px solid #cfcfcf;
1180 border-right:1px solid #c4c4c4;
1180 border-right:1px solid #c4c4c4;
1181 border-bottom:1px solid #c4c4c4;
1181 border-bottom:1px solid #c4c4c4;
1182 color:#4A4A4A;
1182 color:#4A4A4A;
1183 font-weight:700;
1183 font-weight:700;
1184 margin:0 0 0 4px;
1184 margin:0 0 0 4px;
1185 padding:6px;
1185 padding:6px;
1186 }
1186 }
1187
1187
1188 #content div.box div.pagination-wh span.pager_curpage {
1188 #content div.box div.pagination-wh span.pager_curpage {
1189 height:1%;
1189 height:1%;
1190 float:left;
1190 float:left;
1191 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1191 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1192 border-top:1px solid #ccc;
1192 border-top:1px solid #ccc;
1193 border-left:1px solid #bebebe;
1193 border-left:1px solid #bebebe;
1194 border-right:1px solid #b1b1b1;
1194 border-right:1px solid #b1b1b1;
1195 border-bottom:1px solid #afafaf;
1195 border-bottom:1px solid #afafaf;
1196 color:#515151;
1196 color:#515151;
1197 font-weight:700;
1197 font-weight:700;
1198 margin:0 0 0 4px;
1198 margin:0 0 0 4px;
1199 padding:6px;
1199 padding:6px;
1200 }
1200 }
1201
1201
1202 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active {
1202 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active {
1203 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1203 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1204 border-top:1px solid #ccc;
1204 border-top:1px solid #ccc;
1205 border-left:1px solid #bebebe;
1205 border-left:1px solid #bebebe;
1206 border-right:1px solid #b1b1b1;
1206 border-right:1px solid #b1b1b1;
1207 border-bottom:1px solid #afafaf;
1207 border-bottom:1px solid #afafaf;
1208 text-decoration:none;
1208 text-decoration:none;
1209 }
1209 }
1210
1210
1211 #content div.box div.traffic div.legend {
1211 #content div.box div.traffic div.legend {
1212 clear:both;
1212 clear:both;
1213 overflow:hidden;
1213 overflow:hidden;
1214 border-bottom:1px solid #ddd;
1214 border-bottom:1px solid #ddd;
1215 margin:0 0 10px;
1215 margin:0 0 10px;
1216 padding:0 0 10px;
1216 padding:0 0 10px;
1217 }
1217 }
1218
1218
1219 #content div.box div.traffic div.legend h6 {
1219 #content div.box div.traffic div.legend h6 {
1220 float:left;
1220 float:left;
1221 border:none;
1221 border:none;
1222 margin:0;
1222 margin:0;
1223 padding:0;
1223 padding:0;
1224 }
1224 }
1225
1225
1226 #content div.box div.traffic div.legend li {
1226 #content div.box div.traffic div.legend li {
1227 list-style:none;
1227 list-style:none;
1228 float:left;
1228 float:left;
1229 font-size:11px;
1229 font-size:11px;
1230 margin:0;
1230 margin:0;
1231 padding:0 8px 0 4px;
1231 padding:0 8px 0 4px;
1232 }
1232 }
1233
1233
1234 #content div.box div.traffic div.legend li.visits {
1234 #content div.box div.traffic div.legend li.visits {
1235 border-left:12px solid #edc240;
1235 border-left:12px solid #edc240;
1236 }
1236 }
1237
1237
1238 #content div.box div.traffic div.legend li.pageviews {
1238 #content div.box div.traffic div.legend li.pageviews {
1239 border-left:12px solid #afd8f8;
1239 border-left:12px solid #afd8f8;
1240 }
1240 }
1241
1241
1242 #content div.box div.traffic table {
1242 #content div.box div.traffic table {
1243 width:auto;
1243 width:auto;
1244 }
1244 }
1245
1245
1246 #content div.box div.traffic table td {
1246 #content div.box div.traffic table td {
1247 background:transparent;
1247 background:transparent;
1248 border:none;
1248 border:none;
1249 padding:2px 3px 3px;
1249 padding:2px 3px 3px;
1250 }
1250 }
1251
1251
1252 #content div.box div.traffic table td.legendLabel {
1252 #content div.box div.traffic table td.legendLabel {
1253 padding:0 3px 2px;
1253 padding:0 3px 2px;
1254 }
1254 }
1255
1255
1256 #footer {
1256 #footer {
1257 clear:both;
1257 clear:both;
1258 overflow:hidden;
1258 overflow:hidden;
1259 text-align:right;
1259 text-align:right;
1260 margin:0;
1260 margin:0;
1261 padding:0 30px 4px;
1261 padding:0 30px 4px;
1262 margin:-10px 0 0;
1262 margin:-10px 0 0;
1263 }
1263 }
1264
1264
1265 #footer div#footer-inner {
1265 #footer div#footer-inner {
1266 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
1266 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
1267 border-top:2px solid #FFFFFF;
1267 border-top:2px solid #FFFFFF;
1268 }
1268 }
1269
1269
1270 #footer div#footer-inner p {
1270 #footer div#footer-inner p {
1271 padding:15px 25px 15px 0;
1271 padding:15px 25px 15px 0;
1272 color:#FFF;
1272 color:#FFF;
1273 font-weight:700;
1273 font-weight:700;
1274 }
1274 }
1275 #footer div#footer-inner .footer-link {
1275 #footer div#footer-inner .footer-link {
1276 float:left;
1276 float:left;
1277 padding-left:10px;
1277 padding-left:10px;
1278 }
1278 }
1279 #footer div#footer-inner .footer-link a {
1279 #footer div#footer-inner .footer-link a {
1280 color:#FFF;
1280 color:#FFF;
1281 }
1281 }
1282
1282
1283 #login div.title {
1283 #login div.title {
1284 width:420px;
1284 width:420px;
1285 clear:both;
1285 clear:both;
1286 overflow:hidden;
1286 overflow:hidden;
1287 position:relative;
1287 position:relative;
1288 background:#003367 url("../../images/header_inner.png") repeat-x;
1288 background:#003367 url("../../images/header_inner.png") repeat-x;
1289 margin:0 auto;
1289 margin:0 auto;
1290 padding:0;
1290 padding:0;
1291 }
1291 }
1292
1292
1293 #login div.inner {
1293 #login div.inner {
1294 width:380px;
1294 width:380px;
1295 background:#FFF url("../images/login.png") no-repeat top left;
1295 background:#FFF url("../images/login.png") no-repeat top left;
1296 border-top:none;
1296 border-top:none;
1297 border-bottom:none;
1297 border-bottom:none;
1298 margin:0 auto;
1298 margin:0 auto;
1299 padding:20px;
1299 padding:20px;
1300 }
1300 }
1301
1301
1302 #login div.form div.fields div.field div.label {
1302 #login div.form div.fields div.field div.label {
1303 width:173px;
1303 width:173px;
1304 float:left;
1304 float:left;
1305 text-align:right;
1305 text-align:right;
1306 margin:2px 10px 0 0;
1306 margin:2px 10px 0 0;
1307 padding:5px 0 0 5px;
1307 padding:5px 0 0 5px;
1308 }
1308 }
1309
1309
1310 #login div.form div.fields div.field div.input input {
1310 #login div.form div.fields div.field div.input input {
1311 width:176px;
1311 width:176px;
1312 background:#FFF;
1312 background:#FFF;
1313 border-top:1px solid #b3b3b3;
1313 border-top:1px solid #b3b3b3;
1314 border-left:1px solid #b3b3b3;
1314 border-left:1px solid #b3b3b3;
1315 border-right:1px solid #eaeaea;
1315 border-right:1px solid #eaeaea;
1316 border-bottom:1px solid #eaeaea;
1316 border-bottom:1px solid #eaeaea;
1317 color:#000;
1317 color:#000;
1318 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1318 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1319 font-size:11px;
1319 font-size:11px;
1320 margin:0;
1320 margin:0;
1321 padding:7px 7px 6px;
1321 padding:7px 7px 6px;
1322 }
1322 }
1323
1323
1324 #login div.form div.fields div.buttons {
1324 #login div.form div.fields div.buttons {
1325 clear:both;
1325 clear:both;
1326 overflow:hidden;
1326 overflow:hidden;
1327 border-top:1px solid #DDD;
1327 border-top:1px solid #DDD;
1328 text-align:right;
1328 text-align:right;
1329 margin:0;
1329 margin:0;
1330 padding:10px 0 0;
1330 padding:10px 0 0;
1331 }
1331 }
1332
1332
1333 #login div.form div.links {
1333 #login div.form div.links {
1334 clear:both;
1334 clear:both;
1335 overflow:hidden;
1335 overflow:hidden;
1336 margin:10px 0 0;
1336 margin:10px 0 0;
1337 padding:0 0 2px;
1337 padding:0 0 2px;
1338 }
1338 }
1339
1339
1340 #register div.title {
1340 #register div.title {
1341 clear:both;
1341 clear:both;
1342 overflow:hidden;
1342 overflow:hidden;
1343 position:relative;
1343 position:relative;
1344 background:#003367 url("../images/header_inner.png") repeat-x;
1344 background:#003367 url("../images/header_inner.png") repeat-x;
1345 margin:0 auto;
1345 margin:0 auto;
1346 padding:0;
1346 padding:0;
1347 }
1347 }
1348
1348
1349 #register div.inner {
1349 #register div.inner {
1350 background:#FFF;
1350 background:#FFF;
1351 border-top:none;
1351 border-top:none;
1352 border-bottom:none;
1352 border-bottom:none;
1353 margin:0 auto;
1353 margin:0 auto;
1354 padding:20px;
1354 padding:20px;
1355 }
1355 }
1356
1356
1357 #register div.form div.fields div.field div.label {
1357 #register div.form div.fields div.field div.label {
1358 width:135px;
1358 width:135px;
1359 float:left;
1359 float:left;
1360 text-align:right;
1360 text-align:right;
1361 margin:2px 10px 0 0;
1361 margin:2px 10px 0 0;
1362 padding:5px 0 0 5px;
1362 padding:5px 0 0 5px;
1363 }
1363 }
1364
1364
1365 #register div.form div.fields div.field div.input input {
1365 #register div.form div.fields div.field div.input input {
1366 width:300px;
1366 width:300px;
1367 background:#FFF;
1367 background:#FFF;
1368 border-top:1px solid #b3b3b3;
1368 border-top:1px solid #b3b3b3;
1369 border-left:1px solid #b3b3b3;
1369 border-left:1px solid #b3b3b3;
1370 border-right:1px solid #eaeaea;
1370 border-right:1px solid #eaeaea;
1371 border-bottom:1px solid #eaeaea;
1371 border-bottom:1px solid #eaeaea;
1372 color:#000;
1372 color:#000;
1373 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1373 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1374 font-size:11px;
1374 font-size:11px;
1375 margin:0;
1375 margin:0;
1376 padding:7px 7px 6px;
1376 padding:7px 7px 6px;
1377 }
1377 }
1378
1378
1379 #register div.form div.fields div.buttons {
1379 #register div.form div.fields div.buttons {
1380 clear:both;
1380 clear:both;
1381 overflow:hidden;
1381 overflow:hidden;
1382 border-top:1px solid #DDD;
1382 border-top:1px solid #DDD;
1383 text-align:left;
1383 text-align:left;
1384 margin:0;
1384 margin:0;
1385 padding:10px 0 0 150px;
1385 padding:10px 0 0 150px;
1386 }
1386 }
1387
1387
1388 #register div.form div.fields div.buttons div.highlight input.ui-button {
1388 #register div.form div.fields div.buttons div.highlight input.ui-button {
1389 background:url("../images/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
1389 background:url("../images/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
1390 color:#FFF;
1390 color:#FFF;
1391 border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
1391 border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
1392 border-style:solid;
1392 border-style:solid;
1393 border-width:1px;
1393 border-width:1px;
1394 }
1394 }
1395
1395
1396 #register div.form div.activation_msg {
1396 #register div.form div.activation_msg {
1397 padding-top:4px;
1397 padding-top:4px;
1398 padding-bottom:4px;
1398 padding-bottom:4px;
1399 }
1399 }
1400
1400
1401 .trending_language_tbl,.trending_language_tbl td {
1401 .trending_language_tbl,.trending_language_tbl td {
1402 border:0 !important;
1402 border:0 !important;
1403 margin:0 !important;
1403 margin:0 !important;
1404 padding:0 !important;
1404 padding:0 !important;
1405 }
1405 }
1406
1406
1407 .trending_language {
1407 .trending_language {
1408 background-color:#003367;
1408 background-color:#003367;
1409 color:#FFF;
1409 color:#FFF;
1410 display:block;
1410 display:block;
1411 min-width:20px;
1411 min-width:20px;
1412 text-decoration:none;
1412 text-decoration:none;
1413 height:12px;
1413 height:12px;
1414 margin-bottom:4px;
1414 margin-bottom:4px;
1415 margin-left:5px;
1415 margin-left:5px;
1416 white-space:pre;
1416 white-space:pre;
1417 padding:3px;
1417 padding:3px;
1418 }
1418 }
1419
1419
1420 h3.files_location {
1420 h3.files_location {
1421 font-size:1.8em;
1421 font-size:1.8em;
1422 font-weight:700;
1422 font-weight:700;
1423 border-bottom:none !important;
1423 border-bottom:none !important;
1424 margin:10px 0 !important;
1424 margin:10px 0 !important;
1425 }
1425 }
1426
1426
1427 #files_data dl dt {
1427 #files_data dl dt {
1428 float:left;
1428 float:left;
1429 width:115px;
1429 width:115px;
1430 margin:0 !important;
1430 margin:0 !important;
1431 padding:5px;
1431 padding:5px;
1432 }
1432 }
1433
1433
1434 #files_data dl dd {
1434 #files_data dl dd {
1435 margin:0 !important;
1435 margin:0 !important;
1436 padding:5px !important;
1436 padding:5px !important;
1437 }
1437 }
1438
1438
1439 #changeset_content {
1439 #changeset_content {
1440 border:1px solid #CCC;
1440 border:1px solid #CCC;
1441 padding:5px;
1441 padding:5px;
1442 }
1442 }
1443
1443
1444 #changeset_content .container {
1444 #changeset_content .container {
1445 min-height:120px;
1445 min-height:120px;
1446 font-size:1.2em;
1446 font-size:1.2em;
1447 overflow:hidden;
1447 overflow:hidden;
1448 }
1448 }
1449
1449
1450 #changeset_content .container .right {
1450 #changeset_content .container .right {
1451 float:right;
1451 float:right;
1452 width:25%;
1452 width:25%;
1453 text-align:right;
1453 text-align:right;
1454 }
1454 }
1455
1455
1456 #changeset_content .container .left .message {
1456 #changeset_content .container .left .message {
1457 font-style:italic;
1457 font-style:italic;
1458 color:#556CB5;
1458 color:#556CB5;
1459 white-space:pre-wrap;
1459 white-space:pre-wrap;
1460 }
1460 }
1461
1461
1462 .cs_files .cs_added {
1462 .cs_files .cs_added {
1463 background:url("../images/icons/page_white_add.png") no-repeat scroll 3px;
1463 background:url("../images/icons/page_white_add.png") no-repeat scroll 3px;
1464 height:16px;
1464 height:16px;
1465 padding-left:20px;
1465 padding-left:20px;
1466 margin-top:7px;
1466 margin-top:7px;
1467 text-align:left;
1467 text-align:left;
1468 }
1468 }
1469
1469
1470 .cs_files .cs_changed {
1470 .cs_files .cs_changed {
1471 background:url("../images/icons/page_white_edit.png") no-repeat scroll 3px;
1471 background:url("../images/icons/page_white_edit.png") no-repeat scroll 3px;
1472 height:16px;
1472 height:16px;
1473 padding-left:20px;
1473 padding-left:20px;
1474 margin-top:7px;
1474 margin-top:7px;
1475 text-align:left;
1475 text-align:left;
1476 }
1476 }
1477
1477
1478 .cs_files .cs_removed {
1478 .cs_files .cs_removed {
1479 background:url("../images/icons/page_white_delete.png") no-repeat scroll 3px;
1479 background:url("../images/icons/page_white_delete.png") no-repeat scroll 3px;
1480 height:16px;
1480 height:16px;
1481 padding-left:20px;
1481 padding-left:20px;
1482 margin-top:7px;
1482 margin-top:7px;
1483 text-align:left;
1483 text-align:left;
1484 }
1484 }
1485
1485
1486 #graph {
1486 #graph {
1487 overflow:hidden;
1487 overflow:hidden;
1488 }
1488 }
1489
1489
1490 #graph_nodes {
1490 #graph_nodes {
1491 width:160px;
1491 width:160px;
1492 float:left;
1492 float:left;
1493 margin-left:-50px;
1493 margin-left:-50px;
1494 margin-top:5px;
1494 margin-top:5px;
1495 }
1495 }
1496
1496
1497 #graph_content {
1497 #graph_content {
1498 width:800px;
1498 width:800px;
1499 float:left;
1499 float:left;
1500 }
1500 }
1501
1501
1502 #graph_content .container_header {
1502 #graph_content .container_header {
1503 border:1px solid #CCC;
1503 border:1px solid #CCC;
1504 padding:10px;
1504 padding:10px;
1505 }
1505 }
1506
1506
1507 #graph_content .container {
1507 #graph_content .container {
1508 border-bottom:1px solid #CCC;
1508 border-bottom:1px solid #CCC;
1509 border-left:1px solid #CCC;
1509 border-left:1px solid #CCC;
1510 border-right:1px solid #CCC;
1510 border-right:1px solid #CCC;
1511 min-height:80px;
1511 min-height:80px;
1512 overflow:hidden;
1512 overflow:hidden;
1513 font-size:1.2em;
1513 font-size:1.2em;
1514 }
1514 }
1515
1515
1516 #graph_content .container .right {
1516 #graph_content .container .right {
1517 float:right;
1517 float:right;
1518 width:28%;
1518 width:28%;
1519 text-align:right;
1519 text-align:right;
1520 padding-bottom:5px;
1520 padding-bottom:5px;
1521 }
1521 }
1522
1522
1523 #graph_content .container .left .date {
1523 #graph_content .container .left .date {
1524 font-weight:700;
1524 font-weight:700;
1525 padding-bottom:5px;
1525 padding-bottom:5px;
1526 }
1526 }
1527
1527
1528 #graph_content .container .left .message {
1528 #graph_content .container .left .message {
1529 font-size:100%;
1529 font-size:100%;
1530 padding-top:3px;
1530 padding-top:3px;
1531 white-space:pre-wrap;
1531 white-space:pre-wrap;
1532 }
1532 }
1533
1533
1534 .right div {
1534 .right div {
1535 clear:both;
1535 clear:both;
1536 }
1536 }
1537
1537
1538 .right .changes .added,.changed,.removed {
1538 .right .changes .added,.changed,.removed {
1539 border:1px solid #DDD;
1539 border:1px solid #DDD;
1540 display:block;
1540 display:block;
1541 float:right;
1541 float:right;
1542 text-align:center;
1542 text-align:center;
1543 min-width:15px;
1543 min-width:15px;
1544 cursor: help;
1544 cursor: help;
1545 }
1545 }
1546
1546
1547 .right .changes .added {
1547 .right .changes .added {
1548 background:#BFB;
1548 background:#BFB;
1549 }
1549 }
1550
1550
1551 .right .changes .changed {
1551 .right .changes .changed {
1552 background:#FD8;
1552 background:#FD8;
1553 }
1553 }
1554
1554
1555 .right .changes .removed {
1555 .right .changes .removed {
1556 background:#F88;
1556 background:#F88;
1557 }
1557 }
1558
1558
1559 .right .merge {
1559 .right .merge {
1560 vertical-align:top;
1560 vertical-align:top;
1561 font-size:0.75em;
1561 font-size:0.75em;
1562 font-weight:700;
1562 font-weight:700;
1563 }
1563 }
1564
1564
1565 .right .parent {
1565 .right .parent {
1566 font-size:90%;
1566 font-size:90%;
1567 font-family:monospace;
1567 font-family:monospace;
1568 }
1568 }
1569
1569
1570 .right .logtags .branchtag {
1570 .right .logtags .branchtag {
1571 background:#FFF url("../images/icons/arrow_branch.png") no-repeat right 6px;
1571 background:#FFF url("../images/icons/arrow_branch.png") no-repeat right 6px;
1572 display:block;
1572 display:block;
1573 font-size:0.8em;
1573 font-size:0.8em;
1574 padding:11px 16px 0 0;
1574 padding:11px 16px 0 0;
1575 }
1575 }
1576
1576
1577 .right .logtags .tagtag {
1577 .right .logtags .tagtag {
1578 background:#FFF url("../images/icons/tag_blue.png") no-repeat right 6px;
1578 background:#FFF url("../images/icons/tag_blue.png") no-repeat right 6px;
1579 display:block;
1579 display:block;
1580 font-size:0.8em;
1580 font-size:0.8em;
1581 padding:11px 16px 0 0;
1581 padding:11px 16px 0 0;
1582 }
1582 }
1583
1583
1584 div.browserblock {
1584 div.browserblock {
1585 overflow:hidden;
1585 overflow:hidden;
1586 border:1px solid #ccc;
1586 border:1px solid #ccc;
1587 background:#f8f8f8;
1587 background:#f8f8f8;
1588 font-size:100%;
1588 font-size:100%;
1589 line-height:125%;
1589 line-height:125%;
1590 padding:0;
1590 padding:0;
1591 }
1591 }
1592
1592
1593 div.browserblock .browser-header {
1593 div.browserblock .browser-header {
1594 background:#FFF;
1594 background:#FFF;
1595 padding:10px 0;
1595 padding:10px 0;
1596 float:left;
1596 float:left;
1597 width: 100%;
1597 }
1598 }
1598
1599
1599 div.browserblock .browser-branch {
1600 div.browserblock .browser-branch {
1600 background:#FFF;
1601 background:#FFF;
1601 padding:20px 0 0 0;
1602 padding:20px 0 0 0;
1602 float:left;
1603 float:left;
1603 }
1604 }
1604 div.browserblock .browser-branch label {
1605 div.browserblock .browser-branch label {
1605 color:#4A4A4A;
1606 color:#4A4A4A;
1606 }
1607 }
1607
1608
1608 div.browserblock .browser-header span {
1609 div.browserblock .browser-header span {
1609 margin-left:25px;
1610 margin-left:25px;
1610 font-weight:700;
1611 font-weight:700;
1611 }
1612 }
1612
1613
1613 div.browserblock .browser-body {
1614 div.browserblock .browser-body {
1614 background:#EEE;
1615 background:#EEE;
1615 border-top:1px solid #CCC;
1616 border-top:1px solid #CCC;
1616 }
1617 }
1617
1618
1618 table.code-browser {
1619 table.code-browser {
1619 border-collapse:collapse;
1620 border-collapse:collapse;
1620 width:100%;
1621 width:100%;
1621 }
1622 }
1622
1623
1623 table.code-browser tr {
1624 table.code-browser tr {
1624 margin:3px;
1625 margin:3px;
1625 }
1626 }
1626
1627
1627 table.code-browser thead th {
1628 table.code-browser thead th {
1628 background-color:#EEE;
1629 background-color:#EEE;
1629 height:20px;
1630 height:20px;
1630 font-size:1.1em;
1631 font-size:1.1em;
1631 font-weight:700;
1632 font-weight:700;
1632 text-align:left;
1633 text-align:left;
1633 padding-left:10px;
1634 padding-left:10px;
1634 }
1635 }
1635
1636
1636 table.code-browser tbody td {
1637 table.code-browser tbody td {
1637 padding-left:10px;
1638 padding-left:10px;
1638 height:20px;
1639 height:20px;
1639 }
1640 }
1640
1641
1641 table.code-browser .browser-file {
1642 table.code-browser .browser-file {
1642 background:url("../images/icons/document_16.png") no-repeat scroll 3px;
1643 background:url("../images/icons/document_16.png") no-repeat scroll 3px;
1643 height:16px;
1644 height:16px;
1644 padding-left:20px;
1645 padding-left:20px;
1645 text-align:left;
1646 text-align:left;
1646 }
1647 }
1647 .diffblock .changeset_file{
1648 .diffblock .changeset_file{
1648 background:url("../images/icons/file.png") no-repeat scroll 3px;
1649 background:url("../images/icons/file.png") no-repeat scroll 3px;
1649 height:16px;
1650 height:16px;
1650 padding-left:22px;
1651 padding-left:22px;
1651 text-align:left;
1652 text-align:left;
1652 font-size: 14px;
1653 font-size: 14px;
1653 }
1654 }
1654
1655
1655 .diffblock .changeset_header{
1656 .diffblock .changeset_header{
1656 margin-left: 6px !important;
1657 margin-left: 6px !important;
1657 }
1658 }
1658
1659
1659 table.code-browser .browser-dir {
1660 table.code-browser .browser-dir {
1660 background:url("../images/icons/folder_16.png") no-repeat scroll 3px;
1661 background:url("../images/icons/folder_16.png") no-repeat scroll 3px;
1661 height:16px;
1662 height:16px;
1662 padding-left:20px;
1663 padding-left:20px;
1663 text-align:left;
1664 text-align:left;
1664 }
1665 }
1665
1666
1666 .box .search {
1667 .box .search {
1667 clear:both;
1668 clear:both;
1668 overflow:hidden;
1669 overflow:hidden;
1669 margin:0;
1670 margin:0;
1670 padding:0 20px 10px;
1671 padding:0 20px 10px;
1671 }
1672 }
1672
1673
1673 .box .search div.search_path {
1674 .box .search div.search_path {
1674 background:none repeat scroll 0 0 #EEE;
1675 background:none repeat scroll 0 0 #EEE;
1675 border:1px solid #CCC;
1676 border:1px solid #CCC;
1676 color:blue;
1677 color:blue;
1677 margin-bottom:10px;
1678 margin-bottom:10px;
1678 padding:10px 0;
1679 padding:10px 0;
1679 }
1680 }
1680
1681
1681 .box .search div.search_path div.link {
1682 .box .search div.search_path div.link {
1682 font-weight:700;
1683 font-weight:700;
1683 margin-left:25px;
1684 margin-left:25px;
1684 }
1685 }
1685
1686
1686 .box .search div.search_path div.link a {
1687 .box .search div.search_path div.link a {
1687 color:#003367;
1688 color:#003367;
1688 cursor:pointer;
1689 cursor:pointer;
1689 text-decoration:none;
1690 text-decoration:none;
1690 }
1691 }
1691
1692
1692 #path_unlock {
1693 #path_unlock {
1693 color:red;
1694 color:red;
1694 font-size:1.2em;
1695 font-size:1.2em;
1695 padding-left:4px;
1696 padding-left:4px;
1696 }
1697 }
1697
1698
1698 .info_box * {
1699 .info_box * {
1699 background:url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB;
1700 background:url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB;
1700 color:#4A4A4A;
1701 color:#4A4A4A;
1701 font-weight:700;
1702 font-weight:700;
1702 height:1%;
1703 height:1%;
1703 display:inline;
1704 display:inline;
1704 border-color:#DEDEDE #C4C4C4 #C4C4C4 #CFCFCF;
1705 border-color:#DEDEDE #C4C4C4 #C4C4C4 #CFCFCF;
1705 border-style:solid;
1706 border-style:solid;
1706 border-width:1px;
1707 border-width:1px;
1707 padding:4px 6px;
1708 padding:4px 6px;
1708 }
1709 }
1709
1710
1710 .info_box span {
1711 .info_box span {
1711 margin-left:3px;
1712 margin-left:3px;
1712 margin-right:3px;
1713 margin-right:3px;
1713 }
1714 }
1714
1715
1715 .info_box input#at_rev {
1716 .info_box input#at_rev {
1716 text-align:center;
1717 text-align:center;
1717 padding:5px 3px 3px 2px;
1718 padding:5px 3px 3px 2px;
1718 }
1719 }
1719
1720
1720 .info_box input#view {
1721 .info_box input#view {
1721 text-align:center;
1722 text-align:center;
1722 padding:4px 3px 2px 2px;
1723 padding:4px 3px 2px 2px;
1723 }
1724 }
1724
1725
1725 .yui-overlay,.yui-panel-container {
1726 .yui-overlay,.yui-panel-container {
1726 visibility:hidden;
1727 visibility:hidden;
1727 position:absolute;
1728 position:absolute;
1728 z-index:2;
1729 z-index:2;
1729 }
1730 }
1730
1731
1731 .yui-tt {
1732 .yui-tt {
1732 visibility:hidden;
1733 visibility:hidden;
1733 position:absolute;
1734 position:absolute;
1734 color:#666;
1735 color:#666;
1735 background-color:#FFF;
1736 background-color:#FFF;
1736 font-family:arial, helvetica, verdana, sans-serif;
1737 font-family:arial, helvetica, verdana, sans-serif;
1737 border:2px solid #003367;
1738 border:2px solid #003367;
1738 font:100% sans-serif;
1739 font:100% sans-serif;
1739 width:auto;
1740 width:auto;
1740 opacity:1px;
1741 opacity:1px;
1741 padding:8px;
1742 padding:8px;
1742 white-space: pre;
1743 white-space: pre;
1743 -webkit-border-radius: 8px 8px 8px 8px;
1744 -webkit-border-radius: 8px 8px 8px 8px;
1744 -khtml-border-radius: 8px 8px 8px 8px;
1745 -khtml-border-radius: 8px 8px 8px 8px;
1745 -moz-border-radius: 8px 8px 8px 8px;
1746 -moz-border-radius: 8px 8px 8px 8px;
1746 border-radius: 8px 8px 8px 8px;
1747 border-radius: 8px 8px 8px 8px;
1747 }
1748 }
1748
1749
1749 .ac {
1750 .ac {
1750 vertical-align:top;
1751 vertical-align:top;
1751 }
1752 }
1752
1753
1753 .ac .yui-ac {
1754 .ac .yui-ac {
1754 position:relative;
1755 position:relative;
1755 font-family:arial;
1756 font-family:arial;
1756 font-size:100%;
1757 font-size:100%;
1757 }
1758 }
1758
1759
1759 .ac .perm_ac {
1760 .ac .perm_ac {
1760 width:15em;
1761 width:15em;
1761 }
1762 }
1762
1763
1763 .ac .yui-ac-input {
1764 .ac .yui-ac-input {
1764 width:100%;
1765 width:100%;
1765 }
1766 }
1766
1767
1767 .ac .yui-ac-container {
1768 .ac .yui-ac-container {
1768 position:absolute;
1769 position:absolute;
1769 top:1.6em;
1770 top:1.6em;
1770 width:100%;
1771 width:100%;
1771 }
1772 }
1772
1773
1773 .ac .yui-ac-content {
1774 .ac .yui-ac-content {
1774 position:absolute;
1775 position:absolute;
1775 width:100%;
1776 width:100%;
1776 border:1px solid gray;
1777 border:1px solid gray;
1777 background:#fff;
1778 background:#fff;
1778 overflow:hidden;
1779 overflow:hidden;
1779 z-index:9050;
1780 z-index:9050;
1780 }
1781 }
1781
1782
1782 .ac .yui-ac-shadow {
1783 .ac .yui-ac-shadow {
1783 position:absolute;
1784 position:absolute;
1784 width:100%;
1785 width:100%;
1785 background:#000;
1786 background:#000;
1786 -moz-opacity:0.1px;
1787 -moz-opacity:0.1px;
1787 opacity:.10;
1788 opacity:.10;
1788 filter:alpha(opacity = 10);
1789 filter:alpha(opacity = 10);
1789 z-index:9049;
1790 z-index:9049;
1790 margin:.3em;
1791 margin:.3em;
1791 }
1792 }
1792
1793
1793 .ac .yui-ac-content ul {
1794 .ac .yui-ac-content ul {
1794 width:100%;
1795 width:100%;
1795 margin:0;
1796 margin:0;
1796 padding:0;
1797 padding:0;
1797 }
1798 }
1798
1799
1799 .ac .yui-ac-content li {
1800 .ac .yui-ac-content li {
1800 cursor:default;
1801 cursor:default;
1801 white-space:nowrap;
1802 white-space:nowrap;
1802 margin:0;
1803 margin:0;
1803 padding:2px 5px;
1804 padding:2px 5px;
1804 }
1805 }
1805
1806
1806 .ac .yui-ac-content li.yui-ac-prehighlight {
1807 .ac .yui-ac-content li.yui-ac-prehighlight {
1807 background:#B3D4FF;
1808 background:#B3D4FF;
1808 }
1809 }
1809
1810
1810 .ac .yui-ac-content li.yui-ac-highlight {
1811 .ac .yui-ac-content li.yui-ac-highlight {
1811 background:#556CB5;
1812 background:#556CB5;
1812 color:#FFF;
1813 color:#FFF;
1813 }
1814 }
1814
1815
1815 .follow{
1816 .follow{
1816 background:url("../images/icons/heart_add.png") no-repeat scroll 3px;
1817 background:url("../images/icons/heart_add.png") no-repeat scroll 3px;
1817 height: 16px;
1818 height: 16px;
1818 width: 20px;
1819 width: 20px;
1819 cursor: pointer;
1820 cursor: pointer;
1820 display: block;
1821 display: block;
1821 float: right;
1822 float: right;
1822 margin-top: 2px;
1823 margin-top: 2px;
1823 }
1824 }
1824
1825
1825 .following{
1826 .following{
1826 background:url("../images/icons/heart_delete.png") no-repeat scroll 3px;
1827 background:url("../images/icons/heart_delete.png") no-repeat scroll 3px;
1827 height: 16px;
1828 height: 16px;
1828 width: 20px;
1829 width: 20px;
1829 cursor: pointer;
1830 cursor: pointer;
1830 display: block;
1831 display: block;
1831 float: right;
1832 float: right;
1832 margin-top: 2px;
1833 margin-top: 2px;
1833 }
1834 }
1834
1835
1835 .currently_following{
1836 .currently_following{
1836 padding-left: 10px;
1837 padding-left: 10px;
1837 padding-bottom:5px;
1838 padding-bottom:5px;
1838 }
1839 }
1839
1840
1840 .journal_highlight{
1841 .journal_highlight{
1841 font-weight: bold;
1842 font-weight: bold;
1842 text-decoration: underline;
1843 text-decoration: underline;
1843 }
1844 }
1844
1845
1845 .add_icon {
1846 .add_icon {
1846 background:url("../images/icons/add.png") no-repeat scroll 3px;
1847 background:url("../images/icons/add.png") no-repeat scroll 3px;
1847 height:16px;
1848 height:16px;
1848 padding-left:20px;
1849 padding-left:20px;
1849 padding-top:1px;
1850 padding-top:1px;
1850 text-align:left;
1851 text-align:left;
1851 }
1852 }
1852
1853
1853 .edit_icon {
1854 .edit_icon {
1854 background:url("../images/icons/folder_edit.png") no-repeat scroll 3px;
1855 background:url("../images/icons/folder_edit.png") no-repeat scroll 3px;
1855 height:16px;
1856 height:16px;
1856 padding-left:20px;
1857 padding-left:20px;
1857 padding-top:1px;
1858 padding-top:1px;
1858 text-align:left;
1859 text-align:left;
1859 }
1860 }
1860
1861
1861 .delete_icon {
1862 .delete_icon {
1862 background:url("../images/icons/delete.png") no-repeat scroll 3px;
1863 background:url("../images/icons/delete.png") no-repeat scroll 3px;
1863 height:16px;
1864 height:16px;
1864 padding-left:20px;
1865 padding-left:20px;
1865 padding-top:1px;
1866 padding-top:1px;
1866 text-align:left;
1867 text-align:left;
1867 }
1868 }
1868
1869
1869 .refresh_icon {
1870 .refresh_icon {
1870 background:url("../images/icons/arrow_refresh.png") no-repeat scroll 3px;
1871 background:url("../images/icons/arrow_refresh.png") no-repeat scroll 3px;
1871 height:16px;
1872 height:16px;
1872 padding-left:20px;
1873 padding-left:20px;
1873 padding-top:1px;
1874 padding-top:1px;
1874 text-align:left;
1875 text-align:left;
1875 }
1876 }
1876
1877
1877 .rss_icon {
1878 .rss_icon {
1878 background:url("../images/icons/rss_16.png") no-repeat scroll 3px;
1879 background:url("../images/icons/rss_16.png") no-repeat scroll 3px;
1879 height:16px;
1880 height:16px;
1880 padding-left:20px;
1881 padding-left:20px;
1881 padding-top:1px;
1882 padding-top:1px;
1882 text-align:left;
1883 text-align:left;
1883 }
1884 }
1884
1885
1885 .atom_icon {
1886 .atom_icon {
1886 background:url("../images/icons/atom.png") no-repeat scroll 3px;
1887 background:url("../images/icons/atom.png") no-repeat scroll 3px;
1887 height:16px;
1888 height:16px;
1888 padding-left:20px;
1889 padding-left:20px;
1889 padding-top:1px;
1890 padding-top:1px;
1890 text-align:left;
1891 text-align:left;
1891 }
1892 }
1892
1893
1893 .archive_icon {
1894 .archive_icon {
1894 background:url("../images/icons/compress.png") no-repeat scroll 3px;
1895 background:url("../images/icons/compress.png") no-repeat scroll 3px;
1895 height:16px;
1896 height:16px;
1896 padding-left:20px;
1897 padding-left:20px;
1897 text-align:left;
1898 text-align:left;
1898 padding-top:1px;
1899 padding-top:1px;
1899 }
1900 }
1900
1901
1901 .action_button {
1902 .action_button {
1902 border:0;
1903 border:0;
1903 display:block;
1904 display:block;
1904 }
1905 }
1905
1906
1906 .action_button:hover {
1907 .action_button:hover {
1907 border:0;
1908 border:0;
1908 text-decoration:underline;
1909 text-decoration:underline;
1909 cursor:pointer;
1910 cursor:pointer;
1910 }
1911 }
1911
1912
1912 #switch_repos {
1913 #switch_repos {
1913 position:absolute;
1914 position:absolute;
1914 height:25px;
1915 height:25px;
1915 z-index:1;
1916 z-index:1;
1916 }
1917 }
1917
1918
1918 #switch_repos select {
1919 #switch_repos select {
1919 min-width:150px;
1920 min-width:150px;
1920 max-height:250px;
1921 max-height:250px;
1921 z-index:1;
1922 z-index:1;
1922 }
1923 }
1923
1924
1924 .breadcrumbs {
1925 .breadcrumbs {
1925 border:medium none;
1926 border:medium none;
1926 color:#FFF;
1927 color:#FFF;
1927 float:left;
1928 float:left;
1928 text-transform:uppercase;
1929 text-transform:uppercase;
1929 font-weight:700;
1930 font-weight:700;
1930 font-size:14px;
1931 font-size:14px;
1931 margin:0;
1932 margin:0;
1932 padding:11px 0 11px 10px;
1933 padding:11px 0 11px 10px;
1933 }
1934 }
1934
1935
1935 .breadcrumbs a {
1936 .breadcrumbs a {
1936 color:#FFF;
1937 color:#FFF;
1937 }
1938 }
1938
1939
1939 .flash_msg ul {
1940 .flash_msg ul {
1940 margin:0;
1941 margin:0;
1941 padding:0 0 10px;
1942 padding:0 0 10px;
1942 }
1943 }
1943
1944
1944 .error_msg {
1945 .error_msg {
1945 background-color:#FFCFCF;
1946 background-color:#FFCFCF;
1946 background-image:url("../../images/icons/error_msg.png");
1947 background-image:url("../../images/icons/error_msg.png");
1947 border:1px solid #FF9595;
1948 border:1px solid #FF9595;
1948 color:#C30;
1949 color:#C30;
1949 }
1950 }
1950
1951
1951 .warning_msg {
1952 .warning_msg {
1952 background-color:#FFFBCC;
1953 background-color:#FFFBCC;
1953 background-image:url("../../images/icons/warning_msg.png");
1954 background-image:url("../../images/icons/warning_msg.png");
1954 border:1px solid #FFF35E;
1955 border:1px solid #FFF35E;
1955 color:#C69E00;
1956 color:#C69E00;
1956 }
1957 }
1957
1958
1958 .success_msg {
1959 .success_msg {
1959 background-color:#D5FFCF;
1960 background-color:#D5FFCF;
1960 background-image:url("../../images/icons/success_msg.png");
1961 background-image:url("../../images/icons/success_msg.png");
1961 border:1px solid #97FF88;
1962 border:1px solid #97FF88;
1962 color:#090;
1963 color:#090;
1963 }
1964 }
1964
1965
1965 .notice_msg {
1966 .notice_msg {
1966 background-color:#DCE3FF;
1967 background-color:#DCE3FF;
1967 background-image:url("../../images/icons/notice_msg.png");
1968 background-image:url("../../images/icons/notice_msg.png");
1968 border:1px solid #93A8FF;
1969 border:1px solid #93A8FF;
1969 color:#556CB5;
1970 color:#556CB5;
1970 }
1971 }
1971
1972
1972 .success_msg,.error_msg,.notice_msg,.warning_msg {
1973 .success_msg,.error_msg,.notice_msg,.warning_msg {
1973 background-position:10px center;
1974 background-position:10px center;
1974 background-repeat:no-repeat;
1975 background-repeat:no-repeat;
1975 font-size:12px;
1976 font-size:12px;
1976 font-weight:700;
1977 font-weight:700;
1977 min-height:14px;
1978 min-height:14px;
1978 line-height:14px;
1979 line-height:14px;
1979 margin-bottom:0;
1980 margin-bottom:0;
1980 margin-top:0;
1981 margin-top:0;
1981 display:block;
1982 display:block;
1982 overflow:auto;
1983 overflow:auto;
1983 padding:6px 10px 6px 40px;
1984 padding:6px 10px 6px 40px;
1984 }
1985 }
1985
1986
1986 #msg_close {
1987 #msg_close {
1987 background:transparent url("../../icons/cross_grey_small.png") no-repeat scroll 0 0;
1988 background:transparent url("../../icons/cross_grey_small.png") no-repeat scroll 0 0;
1988 cursor:pointer;
1989 cursor:pointer;
1989 height:16px;
1990 height:16px;
1990 position:absolute;
1991 position:absolute;
1991 right:5px;
1992 right:5px;
1992 top:5px;
1993 top:5px;
1993 width:16px;
1994 width:16px;
1994 }
1995 }
1995
1996
1996 div#legend_container table,div#legend_choices table {
1997 div#legend_container table,div#legend_choices table {
1997 width:auto !important;
1998 width:auto !important;
1998 }
1999 }
1999
2000
2000 table#permissions_manage {
2001 table#permissions_manage {
2001 width:0 !important;
2002 width:0 !important;
2002 }
2003 }
2003
2004
2004 table#permissions_manage span.private_repo_msg {
2005 table#permissions_manage span.private_repo_msg {
2005 font-size:0.8em;
2006 font-size:0.8em;
2006 opacity:0.6px;
2007 opacity:0.6px;
2007 }
2008 }
2008
2009
2009 table#permissions_manage td.private_repo_msg {
2010 table#permissions_manage td.private_repo_msg {
2010 font-size:0.8em;
2011 font-size:0.8em;
2011 }
2012 }
2012
2013
2013 table#permissions_manage tr#add_perm_input td {
2014 table#permissions_manage tr#add_perm_input td {
2014 vertical-align:middle;
2015 vertical-align:middle;
2015 }
2016 }
2016
2017
2017 div.gravatar {
2018 div.gravatar {
2018 background-color:#FFF;
2019 background-color:#FFF;
2019 border:1px solid #D0D0D0;
2020 border:1px solid #D0D0D0;
2020 float:left;
2021 float:left;
2021 margin-right:0.7em;
2022 margin-right:0.7em;
2022 padding:2px 2px 0;
2023 padding:2px 2px 0;
2023 }
2024 }
2024
2025
2025 #header,#content,#footer {
2026 #header,#content,#footer {
2026 min-width:1024px;
2027 min-width:1024px;
2027 }
2028 }
2028
2029
2029 #content {
2030 #content {
2030 min-height:100%;
2031 min-height:100%;
2031 clear:both;
2032 clear:both;
2032 overflow:hidden;
2033 overflow:hidden;
2033 padding:14px 30px;
2034 padding:14px 30px;
2034 }
2035 }
2035
2036
2036 #content div.box div.title div.search {
2037 #content div.box div.title div.search {
2037 background:url("../../images/title_link.png") no-repeat top left;
2038 background:url("../../images/title_link.png") no-repeat top left;
2038 border-left:1px solid #316293;
2039 border-left:1px solid #316293;
2039 }
2040 }
2040
2041
2041 #content div.box div.title div.search div.input input {
2042 #content div.box div.title div.search div.input input {
2042 border:1px solid #316293;
2043 border:1px solid #316293;
2043 }
2044 }
2044
2045
2045 #content div.box div.title div.search div.button input.ui-button {
2046 #content div.box div.title div.search div.button input.ui-button {
2046 background:#4e85bb url("../../images/button_highlight.png") repeat-x;
2047 background:#4e85bb url("../../images/button_highlight.png") repeat-x;
2047 border:1px solid #316293;
2048 border:1px solid #316293;
2048 border-left:none;
2049 border-left:none;
2049 color:#FFF;
2050 color:#FFF;
2050 }
2051 }
2051
2052
2052 #content div.box div.title div.search div.button input.ui-state-hover {
2053 #content div.box div.title div.search div.button input.ui-state-hover {
2053 background:#46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
2054 background:#46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
2054 border:1px solid #316293;
2055 border:1px solid #316293;
2055 border-left:none;
2056 border-left:none;
2056 color:#FFF;
2057 color:#FFF;
2057 }
2058 }
2058
2059
2059 #content div.box div.form div.fields div.field div.highlight .ui-button {
2060 #content div.box div.form div.fields div.field div.highlight .ui-button {
2060 background:#4e85bb url("../../images/button_highlight.png") repeat-x;
2061 background:#4e85bb url("../../images/button_highlight.png") repeat-x;
2061 border-top:1px solid #5c91a4;
2062 border-top:1px solid #5c91a4;
2062 border-left:1px solid #2a6f89;
2063 border-left:1px solid #2a6f89;
2063 border-right:1px solid #2b7089;
2064 border-right:1px solid #2b7089;
2064 border-bottom:1px solid #1a6480;
2065 border-bottom:1px solid #1a6480;
2065 color:#fff;
2066 color:#fff;
2066 }
2067 }
2067
2068
2068 #content div.box div.form div.fields div.field div.highlight .ui-state-hover {
2069 #content div.box div.form div.fields div.field div.highlight .ui-state-hover {
2069 background:#46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
2070 background:#46a0c1 url("../../images/button_highlight_selected.png") repeat-x;
2070 border-top:1px solid #78acbf;
2071 border-top:1px solid #78acbf;
2071 border-left:1px solid #34819e;
2072 border-left:1px solid #34819e;
2072 border-right:1px solid #35829f;
2073 border-right:1px solid #35829f;
2073 border-bottom:1px solid #257897;
2074 border-bottom:1px solid #257897;
2074 color:#fff;
2075 color:#fff;
2075 }
2076 }
2076
2077
2077 ins,div.options a:hover {
2078 ins,div.options a:hover {
2078 text-decoration:none;
2079 text-decoration:none;
2079 }
2080 }
2080
2081
2081 img,#header #header-inner #quick li a:hover span.normal,#header #header-inner #quick li ul li.last,#content div.box div.form div.fields div.field div.textarea table td table td a,#clone_url {
2082 img,#header #header-inner #quick li a:hover span.normal,#header #header-inner #quick li ul li.last,#content div.box div.form div.fields div.field div.textarea table td table td a,#clone_url {
2082 border:none;
2083 border:none;
2083 }
2084 }
2084
2085
2085 img.icon,.right .merge img {
2086 img.icon,.right .merge img {
2086 vertical-align:bottom;
2087 vertical-align:bottom;
2087 }
2088 }
2088
2089
2089 #header ul#logged-user,#content div.box div.title ul.links,#content div.box div.message div.dismiss,#content div.box div.traffic div.legend ul {
2090 #header ul#logged-user,#content div.box div.title ul.links,#content div.box div.message div.dismiss,#content div.box div.traffic div.legend ul {
2090 float:right;
2091 float:right;
2091 margin:0;
2092 margin:0;
2092 padding:0;
2093 padding:0;
2093 }
2094 }
2094
2095
2095 #header #header-inner #home,#header #header-inner #logo,#content div.box ul.left,#content div.box ol.left,#content div.box div.pagination-left,div#commit_history,div#legend_data,div#legend_container,div#legend_choices {
2096 #header #header-inner #home,#header #header-inner #logo,#content div.box ul.left,#content div.box ol.left,#content div.box div.pagination-left,div#commit_history,div#legend_data,div#legend_container,div#legend_choices {
2096 float:left;
2097 float:left;
2097 }
2098 }
2098
2099
2099 #header #header-inner #quick li:hover ul ul,#header #header-inner #quick li:hover ul ul ul,#header #header-inner #quick li:hover ul ul ul ul,#content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow {
2100 #header #header-inner #quick li:hover ul ul,#header #header-inner #quick li:hover ul ul ul,#header #header-inner #quick li:hover ul ul ul ul,#content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow {
2100 display:none;
2101 display:none;
2101 }
2102 }
2102
2103
2103 #header #header-inner #quick li:hover ul,#header #header-inner #quick li li:hover ul,#header #header-inner #quick li li li:hover ul,#header #header-inner #quick li li li li:hover ul,#content #left #menu ul.opened,#content #left #menu li ul.expanded {
2104 #header #header-inner #quick li:hover ul,#header #header-inner #quick li li:hover ul,#header #header-inner #quick li li li:hover ul,#header #header-inner #quick li li li li:hover ul,#content #left #menu ul.opened,#content #left #menu li ul.expanded {
2104 display:block;
2105 display:block;
2105 }
2106 }
2106
2107
2107 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a {
2108 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a {
2108 color:#bfe3ff;
2109 color:#bfe3ff;
2109 }
2110 }
2110
2111
2111 #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal {
2112 #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal {
2112 margin:10px 24px 10px 44px;
2113 margin:10px 24px 10px 44px;
2113 }
2114 }
2114
2115
2115 #content div.box div.form,#content div.box div.table,#content div.box div.traffic {
2116 #content div.box div.form,#content div.box div.table,#content div.box div.traffic {
2116 clear:both;
2117 clear:both;
2117 overflow:hidden;
2118 overflow:hidden;
2118 margin:0;
2119 margin:0;
2119 padding:0 20px 10px;
2120 padding:0 20px 10px;
2120 }
2121 }
2121
2122
2122 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields {
2123 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields {
2123 clear:both;
2124 clear:both;
2124 overflow:hidden;
2125 overflow:hidden;
2125 margin:0;
2126 margin:0;
2126 padding:0;
2127 padding:0;
2127 }
2128 }
2128
2129
2129 #content div.box div.form div.fields div.field div.label span,#login div.form div.fields div.field div.label span,#register div.form div.fields div.field div.label span {
2130 #content div.box div.form div.fields div.field div.label span,#login div.form div.fields div.field div.label span,#register div.form div.fields div.field div.label span {
2130 height:1%;
2131 height:1%;
2131 display:block;
2132 display:block;
2132 color:#363636;
2133 color:#363636;
2133 margin:0;
2134 margin:0;
2134 padding:2px 0 0;
2135 padding:2px 0 0;
2135 }
2136 }
2136
2137
2137 #content div.box div.form div.fields div.field div.input input.error,#login div.form div.fields div.field div.input input.error,#register div.form div.fields div.field div.input input.error {
2138 #content div.box div.form div.fields div.field div.input input.error,#login div.form div.fields div.field div.input input.error,#register div.form div.fields div.field div.input input.error {
2138 background:#FBE3E4;
2139 background:#FBE3E4;
2139 border-top:1px solid #e1b2b3;
2140 border-top:1px solid #e1b2b3;
2140 border-left:1px solid #e1b2b3;
2141 border-left:1px solid #e1b2b3;
2141 border-right:1px solid #FBC2C4;
2142 border-right:1px solid #FBC2C4;
2142 border-bottom:1px solid #FBC2C4;
2143 border-bottom:1px solid #FBC2C4;
2143 }
2144 }
2144
2145
2145 #content div.box div.form div.fields div.field div.input input.success,#login div.form div.fields div.field div.input input.success,#register div.form div.fields div.field div.input input.success {
2146 #content div.box div.form div.fields div.field div.input input.success,#login div.form div.fields div.field div.input input.success,#register div.form div.fields div.field div.input input.success {
2146 background:#E6EFC2;
2147 background:#E6EFC2;
2147 border-top:1px solid #cebb98;
2148 border-top:1px solid #cebb98;
2148 border-left:1px solid #cebb98;
2149 border-left:1px solid #cebb98;
2149 border-right:1px solid #c6d880;
2150 border-right:1px solid #c6d880;
2150 border-bottom:1px solid #c6d880;
2151 border-bottom:1px solid #c6d880;
2151 }
2152 }
2152
2153
2153 #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea,#content div.box div.form div.fields div.field div.select select,#content div.box table th.selected input,#content div.box table td.selected input {
2154 #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea,#content div.box div.form div.fields div.field div.select select,#content div.box table th.selected input,#content div.box table td.selected input {
2154 margin:0;
2155 margin:0;
2155 }
2156 }
2156
2157
2157 #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios{
2158 #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios{
2158 margin:0 0 0 0px !important;
2159 margin:0 0 0 0px !important;
2159 padding:0;
2160 padding:0;
2160 }
2161 }
2161
2162
2162 #content div.box div.form div.fields div.field div.select,#content div.box div.form div.fields div.field div.checkboxes,#content div.box div.form div.fields div.field div.radios {
2163 #content div.box div.form div.fields div.field div.select,#content div.box div.form div.fields div.field div.checkboxes,#content div.box div.form div.fields div.field div.radios {
2163 margin:0 0 0 200px;
2164 margin:0 0 0 200px;
2164 padding:0;
2165 padding:0;
2165 }
2166 }
2166
2167
2167
2168
2168 #content div.box div.form div.fields div.field div.select a:hover,#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover,#content div.box div.action a:hover {
2169 #content div.box div.form div.fields div.field div.select a:hover,#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover,#content div.box div.action a:hover {
2169 color:#000;
2170 color:#000;
2170 text-decoration:none;
2171 text-decoration:none;
2171 }
2172 }
2172
2173
2173 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus {
2174 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus {
2174 border:1px solid #666;
2175 border:1px solid #666;
2175 }
2176 }
2176
2177
2177 #content div.box div.form div.fields div.field div.checkboxes div.checkbox,#content div.box div.form div.fields div.field div.radios div.radio {
2178 #content div.box div.form div.fields div.field div.checkboxes div.checkbox,#content div.box div.form div.fields div.field div.radios div.radio {
2178 clear:both;
2179 clear:both;
2179 overflow:hidden;
2180 overflow:hidden;
2180 margin:0;
2181 margin:0;
2181 padding:8px 0 2px;
2182 padding:8px 0 2px;
2182 }
2183 }
2183
2184
2184 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input {
2185 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input {
2185 float:left;
2186 float:left;
2186 margin:0;
2187 margin:0;
2187 }
2188 }
2188
2189
2189 #content div.box div.form div.fields div.field div.checkboxes div.checkbox label,#content div.box div.form div.fields div.field div.radios div.radio label {
2190 #content div.box div.form div.fields div.field div.checkboxes div.checkbox label,#content div.box div.form div.fields div.field div.radios div.radio label {
2190 height:1%;
2191 height:1%;
2191 display:block;
2192 display:block;
2192 float:left;
2193 float:left;
2193 margin:2px 0 0 4px;
2194 margin:2px 0 0 4px;
2194 }
2195 }
2195
2196
2196 div.form div.fields div.field div.button input,#content div.box div.form div.fields div.buttons input,div.form div.fields div.buttons input,#content div.box div.action div.button input {
2197 div.form div.fields div.field div.button input,#content div.box div.form div.fields div.buttons input,div.form div.fields div.buttons input,#content div.box div.action div.button input {
2197 color:#000;
2198 color:#000;
2198 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
2199 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
2199 font-size:11px;
2200 font-size:11px;
2200 font-weight:700;
2201 font-weight:700;
2201 margin:0;
2202 margin:0;
2202 }
2203 }
2203
2204
2204 div.form div.fields div.field div.button .ui-button,#content div.box div.form div.fields div.buttons input.ui-button {
2205 div.form div.fields div.field div.button .ui-button,#content div.box div.form div.fields div.buttons input.ui-button {
2205 background:#e5e3e3 url("../images/button.png") repeat-x;
2206 background:#e5e3e3 url("../images/button.png") repeat-x;
2206 border-top:1px solid #DDD;
2207 border-top:1px solid #DDD;
2207 border-left:1px solid #c6c6c6;
2208 border-left:1px solid #c6c6c6;
2208 border-right:1px solid #DDD;
2209 border-right:1px solid #DDD;
2209 border-bottom:1px solid #c6c6c6;
2210 border-bottom:1px solid #c6c6c6;
2210 color:#515151;
2211 color:#515151;
2211 outline:none;
2212 outline:none;
2212 margin:0;
2213 margin:0;
2213 padding:6px 12px;
2214 padding:6px 12px;
2214 }
2215 }
2215
2216
2216 div.form div.fields div.field div.button .ui-state-hover,#content div.box div.form div.fields div.buttons input.ui-state-hover {
2217 div.form div.fields div.field div.button .ui-state-hover,#content div.box div.form div.fields div.buttons input.ui-state-hover {
2217 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2218 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2218 border-top:1px solid #ccc;
2219 border-top:1px solid #ccc;
2219 border-left:1px solid #bebebe;
2220 border-left:1px solid #bebebe;
2220 border-right:1px solid #b1b1b1;
2221 border-right:1px solid #b1b1b1;
2221 border-bottom:1px solid #afafaf;
2222 border-bottom:1px solid #afafaf;
2222 color:#515151;
2223 color:#515151;
2223 outline:none;
2224 outline:none;
2224 margin:0;
2225 margin:0;
2225 padding:6px 12px;
2226 padding:6px 12px;
2226 }
2227 }
2227
2228
2228 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight {
2229 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight {
2229 display:inline;
2230 display:inline;
2230 }
2231 }
2231
2232
2232 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons {
2233 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons {
2233 margin:10px 0 0 200px;
2234 margin:10px 0 0 200px;
2234 padding:0;
2235 padding:0;
2235 }
2236 }
2236
2237
2237 #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons,div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons {
2238 #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons,div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons {
2238 margin:10px 0 0;
2239 margin:10px 0 0;
2239 }
2240 }
2240
2241
2241 #content div.box table td.user,#content div.box table td.address {
2242 #content div.box table td.user,#content div.box table td.address {
2242 width:10%;
2243 width:10%;
2243 text-align:center;
2244 text-align:center;
2244 }
2245 }
2245
2246
2246 #content div.box div.action div.button,#login div.form div.fields div.field div.input div.link,#register div.form div.fields div.field div.input div.link {
2247 #content div.box div.action div.button,#login div.form div.fields div.field div.input div.link,#register div.form div.fields div.field div.input div.link {
2247 text-align:right;
2248 text-align:right;
2248 margin:6px 0 0;
2249 margin:6px 0 0;
2249 padding:0;
2250 padding:0;
2250 }
2251 }
2251
2252
2252 #content div.box div.action div.button input.ui-button,#login div.form div.fields div.buttons input.ui-button,#register div.form div.fields div.buttons input.ui-button {
2253 #content div.box div.action div.button input.ui-button,#login div.form div.fields div.buttons input.ui-button,#register div.form div.fields div.buttons input.ui-button {
2253 background:#e5e3e3 url("../images/button.png") repeat-x;
2254 background:#e5e3e3 url("../images/button.png") repeat-x;
2254 border-top:1px solid #DDD;
2255 border-top:1px solid #DDD;
2255 border-left:1px solid #c6c6c6;
2256 border-left:1px solid #c6c6c6;
2256 border-right:1px solid #DDD;
2257 border-right:1px solid #DDD;
2257 border-bottom:1px solid #c6c6c6;
2258 border-bottom:1px solid #c6c6c6;
2258 color:#515151;
2259 color:#515151;
2259 margin:0;
2260 margin:0;
2260 padding:6px 12px;
2261 padding:6px 12px;
2261 }
2262 }
2262
2263
2263 #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover {
2264 #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover {
2264 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2265 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2265 border-top:1px solid #ccc;
2266 border-top:1px solid #ccc;
2266 border-left:1px solid #bebebe;
2267 border-left:1px solid #bebebe;
2267 border-right:1px solid #b1b1b1;
2268 border-right:1px solid #b1b1b1;
2268 border-bottom:1px solid #afafaf;
2269 border-bottom:1px solid #afafaf;
2269 color:#515151;
2270 color:#515151;
2270 margin:0;
2271 margin:0;
2271 padding:6px 12px;
2272 padding:6px 12px;
2272 }
2273 }
2273
2274
2274 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results {
2275 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results {
2275 text-align:left;
2276 text-align:left;
2276 float:left;
2277 float:left;
2277 margin:0;
2278 margin:0;
2278 padding:0;
2279 padding:0;
2279 }
2280 }
2280
2281
2281 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span {
2282 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span {
2282 height:1%;
2283 height:1%;
2283 display:block;
2284 display:block;
2284 float:left;
2285 float:left;
2285 background:#ebebeb url("../images/pager.png") repeat-x;
2286 background:#ebebeb url("../images/pager.png") repeat-x;
2286 border-top:1px solid #dedede;
2287 border-top:1px solid #dedede;
2287 border-left:1px solid #cfcfcf;
2288 border-left:1px solid #cfcfcf;
2288 border-right:1px solid #c4c4c4;
2289 border-right:1px solid #c4c4c4;
2289 border-bottom:1px solid #c4c4c4;
2290 border-bottom:1px solid #c4c4c4;
2290 color:#4A4A4A;
2291 color:#4A4A4A;
2291 font-weight:700;
2292 font-weight:700;
2292 margin:0;
2293 margin:0;
2293 padding:6px 8px;
2294 padding:6px 8px;
2294 }
2295 }
2295
2296
2296 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled {
2297 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled {
2297 color:#B4B4B4;
2298 color:#B4B4B4;
2298 padding:6px;
2299 padding:6px;
2299 }
2300 }
2300
2301
2301 #login,#register {
2302 #login,#register {
2302 width:520px;
2303 width:520px;
2303 margin:10% auto 0;
2304 margin:10% auto 0;
2304 padding:0;
2305 padding:0;
2305 }
2306 }
2306
2307
2307 #login div.color,#register div.color {
2308 #login div.color,#register div.color {
2308 clear:both;
2309 clear:both;
2309 overflow:hidden;
2310 overflow:hidden;
2310 background:#FFF;
2311 background:#FFF;
2311 margin:10px auto 0;
2312 margin:10px auto 0;
2312 padding:3px 3px 3px 0;
2313 padding:3px 3px 3px 0;
2313 }
2314 }
2314
2315
2315 #login div.color a,#register div.color a {
2316 #login div.color a,#register div.color a {
2316 width:20px;
2317 width:20px;
2317 height:20px;
2318 height:20px;
2318 display:block;
2319 display:block;
2319 float:left;
2320 float:left;
2320 margin:0 0 0 3px;
2321 margin:0 0 0 3px;
2321 padding:0;
2322 padding:0;
2322 }
2323 }
2323
2324
2324 #login div.title h5,#register div.title h5 {
2325 #login div.title h5,#register div.title h5 {
2325 color:#fff;
2326 color:#fff;
2326 margin:10px;
2327 margin:10px;
2327 padding:0;
2328 padding:0;
2328 }
2329 }
2329
2330
2330 #login div.form div.fields div.field,#register div.form div.fields div.field {
2331 #login div.form div.fields div.field,#register div.form div.fields div.field {
2331 clear:both;
2332 clear:both;
2332 overflow:hidden;
2333 overflow:hidden;
2333 margin:0;
2334 margin:0;
2334 padding:0 0 10px;
2335 padding:0 0 10px;
2335 }
2336 }
2336
2337
2337 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message {
2338 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message {
2338 height:1%;
2339 height:1%;
2339 display:block;
2340 display:block;
2340 color:red;
2341 color:red;
2341 margin:8px 0 0;
2342 margin:8px 0 0;
2342 padding:0;
2343 padding:0;
2343 max-width: 320px;
2344 max-width: 320px;
2344 }
2345 }
2345
2346
2346 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label {
2347 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label {
2347 color:#000;
2348 color:#000;
2348 font-weight:700;
2349 font-weight:700;
2349 }
2350 }
2350
2351
2351 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input {
2352 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input {
2352 float:left;
2353 float:left;
2353 margin:0;
2354 margin:0;
2354 padding:0;
2355 padding:0;
2355 }
2356 }
2356
2357
2357 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox {
2358 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox {
2358 margin:0 0 0 184px;
2359 margin:0 0 0 184px;
2359 padding:0;
2360 padding:0;
2360 }
2361 }
2361
2362
2362 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label {
2363 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label {
2363 color:#565656;
2364 color:#565656;
2364 font-weight:700;
2365 font-weight:700;
2365 }
2366 }
2366
2367
2367 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input {
2368 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input {
2368 color:#000;
2369 color:#000;
2369 font-size:1em;
2370 font-size:1em;
2370 font-weight:700;
2371 font-weight:700;
2371 font-family:Verdana, Helvetica, Sans-Serif;
2372 font-family:Verdana, Helvetica, Sans-Serif;
2372 margin:0;
2373 margin:0;
2373 }
2374 }
2374
2375
2375 #changeset_content .container .wrapper,#graph_content .container .wrapper {
2376 #changeset_content .container .wrapper,#graph_content .container .wrapper {
2376 width:600px;
2377 width:600px;
2377 }
2378 }
2378
2379
2379 #changeset_content .container .left,#graph_content .container .left {
2380 #changeset_content .container .left,#graph_content .container .left {
2380 float:left;
2381 float:left;
2381 width:70%;
2382 width:70%;
2382 padding-left:5px;
2383 padding-left:5px;
2383 }
2384 }
2384
2385
2385 #changeset_content .container .left .date,.ac .match {
2386 #changeset_content .container .left .date,.ac .match {
2386 font-weight:700;
2387 font-weight:700;
2387 padding-top: 5px;
2388 padding-top: 5px;
2388 padding-bottom:5px;
2389 padding-bottom:5px;
2389 }
2390 }
2390
2391
2391 div#legend_container table td,div#legend_choices table td {
2392 div#legend_container table td,div#legend_choices table td {
2392 border:none !important;
2393 border:none !important;
2393 height:20px !important;
2394 height:20px !important;
2394 padding:0 !important;
2395 padding:0 !important;
2395 }
2396 }
2396
2397
2397 #q_filter{
2398 #q_filter{
2398 border:0 none;
2399 border:0 none;
2399 color:#AAAAAA;
2400 color:#AAAAAA;
2400 margin-bottom:-4px;
2401 margin-bottom:-4px;
2401 margin-top:-4px;
2402 margin-top:-4px;
2402 padding-left:3px;
2403 padding-left:3px;
2403 }
2404 }
2404
2405
@@ -1,80 +1,85
1 <%def name="file_class(node)">
1 <%def name="file_class(node)">
2 %if node.is_file():
2 %if node.is_file():
3 <%return "browser-file" %>
3 <%return "browser-file" %>
4 %else:
4 %else:
5 <%return "browser-dir"%>
5 <%return "browser-dir"%>
6 %endif
6 %endif
7 </%def>
7 </%def>
8 <div id="body" class="browserblock">
8 <div id="body" class="browserblock">
9 <div class="browser-header">
9 <div class="browser-header">
10 ${h.form(h.url.current())}
10 ${h.form(h.url.current())}
11 <div class="info_box">
11 <div class="info_box">
12 <span >${_('view')}@rev</span>
12 <span >${_('view')}@rev</span>
13 <a href="${c.url_prev}" title="${_('previous revision')}">&laquo;</a>
13 <a href="${c.url_prev}" title="${_('previous revision')}">&laquo;</a>
14 ${h.text('at_rev',value=c.changeset.revision,size=3)}
14 ${h.text('at_rev',value=c.changeset.revision,size=3)}
15 <a href="${c.url_next}" title="${_('next revision')}">&raquo;</a>
15 <a href="${c.url_next}" title="${_('next revision')}">&raquo;</a>
16 ${h.submit('view','view')}
16 ${h.submit('view','view')}
17 </div>
17 </div>
18 ${h.end_form()}
18 ${h.end_form()}
19 </div>
19 </div>
20 <div class="browser-branch">
21 </div>
22 <div style="clear:both"></div>
20 <div class="browser-body">
23 <div class="browser-body">
21 <table class="code-browser">
24 <table class="code-browser">
22 <thead>
25 <thead>
23 <tr>
26 <tr>
24 <th>${_('Name')}</th>
27 <th>${_('Name')}</th>
25 <th>${_('Size')}</th>
28 <th>${_('Size')}</th>
26 <th>${_('Mimetype')}</th>
29 <th>${_('Mimetype')}</th>
27 <th>${_('Revision')}</th>
30 <th>${_('Revision')}</th>
28 <th>${_('Last modified')}</th>
31 <th>${_('Last modified')}</th>
29 <th>${_('Last commiter')}</th>
32 <th>${_('Last commiter')}</th>
30 </tr>
33 </tr>
31 </thead>
34 </thead>
32
35
33 %if c.files_list.parent:
36 %if c.files_list.parent:
34 <tr class="parity0">
37 <tr class="parity0">
35 <td>
38 <td>
36 ${h.link_to('..',h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=c.files_list.parent.path),class_="browser-dir")}
39 ${h.link_to('..',h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=c.files_list.parent.path),class_="browser-dir")}
37 </td>
40 </td>
38 <td></td>
41 <td></td>
39 <td></td>
42 <td></td>
40 <td></td>
43 <td></td>
41 <td></td>
44 <td></td>
42 <td></td>
45 <td></td>
43 </tr>
46 </tr>
44 %endif
47 %endif
45
48
46 %for cnt,node in enumerate(c.files_list):
49 %for cnt,node in enumerate(c.files_list):
47 <tr class="parity${cnt+1%2}">
50 <tr class="parity${cnt%2}">
48 <td>
51 <td>
49 ${h.link_to(node.name,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=node.path),class_=file_class(node))}
52 ${h.link_to(node.name,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=node.path),class_=file_class(node))}
50 </td>
53 </td>
51 <td>
54 <td>
52 %if node.is_file():
55 %if node.is_file():
53 ${h.format_byte_size(node.size,binary=True)}
56 ${h.format_byte_size(node.size,binary=True)}
54 %endif
57 %endif
55 </td>
58 </td>
56 <td>
59 <td>
57 %if node.is_file():
60 %if node.is_file():
58 ${node.mimetype}
61 ${node.mimetype}
59 %endif
62 %endif
60 </td>
63 </td>
61 <td>
64 <td>
62 %if node.is_file():
65 %if node.is_file():
63 <span class="tooltip" tooltip_title="${node.last_changeset.raw_id}">${node.last_changeset.revision}</span>
66 <span class="tooltip" tooltip_title="${node.last_changeset.raw_id}">
67 ${node.last_changeset.revision}</span>
64 %endif
68 %endif
65 </td>
69 </td>
66 <td>
70 <td>
67 %if node.is_file():
71 %if node.is_file():
68 ${node.last_changeset.date} - ${h.age(node.last_changeset.date)}
72 <span class="tooltip" tooltip_title="${node.last_changeset.date}">
73 ${h.age(node.last_changeset.date)}</span>
69 %endif
74 %endif
70 </td>
75 </td>
71 <td>
76 <td>
72 %if node.is_file():
77 %if node.is_file():
73 ${node.last_changeset.author}
78 ${node.last_changeset.author}
74 %endif
79 %endif
75 </td>
80 </td>
76 </tr>
81 </tr>
77 %endfor
82 %endfor
78 </table>
83 </table>
79 </div>
84 </div>
80 </div> No newline at end of file
85 </div>
General Comments 0
You need to be logged in to leave comments. Login now