##// END OF EJS Templates
Tooltip wrapp fix
marcink -
r1353:e354efa1 beta
parent child Browse files
Show More
@@ -1,2665 +1,2666 b''
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 10px;
190 padding:0 10px;
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 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
392 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
393 float:none;
393 float:none;
394 margin:0;
394 margin:0;
395 border-bottom:2px solid #003367;
395 border-bottom:2px solid #003367;
396 }
396 }
397
397
398
398
399 #header #header-inner #quick .repo_switcher_type{
399 #header #header-inner #quick .repo_switcher_type{
400 position:absolute;
400 position:absolute;
401 left:0;
401 left:0;
402 top:9px;
402 top:9px;
403
403
404 }
404 }
405 #header #header-inner #quick li ul li {
405 #header #header-inner #quick li ul li {
406 border-bottom:1px solid #ddd;
406 border-bottom:1px solid #ddd;
407 }
407 }
408
408
409 #header #header-inner #quick li ul li a {
409 #header #header-inner #quick li ul li a {
410 width:182px;
410 width:182px;
411 height:auto;
411 height:auto;
412 display:block;
412 display:block;
413 float:left;
413 float:left;
414 background:#FFF;
414 background:#FFF;
415 color:#003367;
415 color:#003367;
416 font-weight:400;
416 font-weight:400;
417 margin:0;
417 margin:0;
418 padding:7px 9px;
418 padding:7px 9px;
419 }
419 }
420
420
421 #header #header-inner #quick li ul li a:hover {
421 #header #header-inner #quick li ul li a:hover {
422 color:#000;
422 color:#000;
423 background:#FFF;
423 background:#FFF;
424 }
424 }
425
425
426 #header #header-inner #quick ul ul {
426 #header #header-inner #quick ul ul {
427 top:auto;
427 top:auto;
428 }
428 }
429
429
430 #header #header-inner #quick li ul ul {
430 #header #header-inner #quick li ul ul {
431 right:200px;
431 right:200px;
432 max-height:275px;
432 max-height:275px;
433 overflow:auto;
433 overflow:auto;
434 overflow-x:hidden;
434 overflow-x:hidden;
435 white-space:normal;
435 white-space:normal;
436 }
436 }
437
437
438 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover {
438 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover {
439 background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFF;
439 background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFF;
440 width:167px;
440 width:167px;
441 margin:0;
441 margin:0;
442 padding:12px 9px 7px 24px;
442 padding:12px 9px 7px 24px;
443 }
443 }
444
444
445 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover {
445 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover {
446 background:url("../images/icons/lock.png") no-repeat scroll 4px 9px #FFF;
446 background:url("../images/icons/lock.png") no-repeat scroll 4px 9px #FFF;
447 min-width:167px;
447 min-width:167px;
448 margin:0;
448 margin:0;
449 padding:12px 9px 7px 24px;
449 padding:12px 9px 7px 24px;
450 }
450 }
451
451
452 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover {
452 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover {
453 background:url("../images/icons/lock_open.png") no-repeat scroll 4px 9px #FFF;
453 background:url("../images/icons/lock_open.png") no-repeat scroll 4px 9px #FFF;
454 min-width:167px;
454 min-width:167px;
455 margin:0;
455 margin:0;
456 padding:12px 9px 7px 24px;
456 padding:12px 9px 7px 24px;
457 }
457 }
458
458
459 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover {
459 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover {
460 background:url("../images/icons/hgicon.png") no-repeat scroll 4px 9px #FFF;
460 background:url("../images/icons/hgicon.png") no-repeat scroll 4px 9px #FFF;
461 min-width:167px;
461 min-width:167px;
462 margin:0 0 0 14px;
462 margin:0 0 0 14px;
463 padding:12px 9px 7px 24px;
463 padding:12px 9px 7px 24px;
464 }
464 }
465
465
466 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover {
466 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover {
467 background:url("../images/icons/giticon.png") no-repeat scroll 4px 9px #FFF;
467 background:url("../images/icons/giticon.png") no-repeat scroll 4px 9px #FFF;
468 min-width:167px;
468 min-width:167px;
469 margin:0 0 0 14px;
469 margin:0 0 0 14px;
470 padding:12px 9px 7px 24px;
470 padding:12px 9px 7px 24px;
471 }
471 }
472
472
473 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover {
473 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover {
474 background:url("../images/icons/database_edit.png") no-repeat scroll 4px 9px #FFF;
474 background:url("../images/icons/database_edit.png") no-repeat scroll 4px 9px #FFF;
475 width:167px;
475 width:167px;
476 margin:0;
476 margin:0;
477 padding:12px 9px 7px 24px;
477 padding:12px 9px 7px 24px;
478 }
478 }
479
479
480 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover {
480 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover {
481 background:url("../images/icons/database_link.png") no-repeat scroll 4px 9px #FFF;
481 background:url("../images/icons/database_link.png") no-repeat scroll 4px 9px #FFF;
482 width:167px;
482 width:167px;
483 margin:0;
483 margin:0;
484 padding:12px 9px 7px 24px;
484 padding:12px 9px 7px 24px;
485 }
485 }
486
486
487 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover {
487 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover {
488 background:#FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
488 background:#FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
489 width:167px;
489 width:167px;
490 margin:0;
490 margin:0;
491 padding:12px 9px 7px 24px;
491 padding:12px 9px 7px 24px;
492 }
492 }
493
493
494 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover {
494 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover {
495 background:#FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
495 background:#FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
496 width:167px;
496 width:167px;
497 margin:0;
497 margin:0;
498 padding:12px 9px 7px 24px;
498 padding:12px 9px 7px 24px;
499 }
499 }
500
500
501 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover {
501 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover {
502 background:#FFF url("../images/icons/cog.png") no-repeat 4px 9px;
502 background:#FFF url("../images/icons/cog.png") no-repeat 4px 9px;
503 width:167px;
503 width:167px;
504 margin:0;
504 margin:0;
505 padding:12px 9px 7px 24px;
505 padding:12px 9px 7px 24px;
506 }
506 }
507
507
508 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover {
508 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover {
509 background:#FFF url("../images/icons/key.png") no-repeat 4px 9px;
509 background:#FFF url("../images/icons/key.png") no-repeat 4px 9px;
510 width:167px;
510 width:167px;
511 margin:0;
511 margin:0;
512 padding:12px 9px 7px 24px;
512 padding:12px 9px 7px 24px;
513 }
513 }
514
514
515 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover {
515 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover {
516 background:#FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
516 background:#FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
517 width:167px;
517 width:167px;
518 margin:0;
518 margin:0;
519 padding:12px 9px 7px 24px;
519 padding:12px 9px 7px 24px;
520 }
520 }
521
521
522 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover {
522 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover {
523 background:#FFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px;
523 background:#FFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px;
524 width:167px;
524 width:167px;
525 margin:0;
525 margin:0;
526 padding:12px 9px 7px 24px;
526 padding:12px 9px 7px 24px;
527 }
527 }
528
528
529 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover {
529 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover {
530 background:#FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
530 background:#FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
531 width:167px;
531 width:167px;
532 margin:0;
532 margin:0;
533 padding:12px 9px 7px 24px;
533 padding:12px 9px 7px 24px;
534 }
534 }
535
535
536 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover {
536 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover {
537 background:#FFF url("../images/icons/delete.png") no-repeat 4px 9px;
537 background:#FFF url("../images/icons/delete.png") no-repeat 4px 9px;
538 width:167px;
538 width:167px;
539 margin:0;
539 margin:0;
540 padding:12px 9px 7px 24px;
540 padding:12px 9px 7px 24px;
541 }
541 }
542
542
543 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover {
543 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover {
544 background:#FFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px;
544 background:#FFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px;
545 width:167px;
545 width:167px;
546 margin:0;
546 margin:0;
547 padding:12px 9px 7px 24px;
547 padding:12px 9px 7px 24px;
548 }
548 }
549
549
550 #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover {
550 #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover {
551 background:#FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
551 background:#FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
552 width:167px;
552 width:167px;
553 margin:0;
553 margin:0;
554 padding:12px 9px 7px 24px;
554 padding:12px 9px 7px 24px;
555 }
555 }
556
556
557 #header #header-inner #quick li ul li a.admin,#header #header-inner #quick li ul li a.admin:hover {
557 #header #header-inner #quick li ul li a.admin,#header #header-inner #quick li ul li a.admin:hover {
558 background:#FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
558 background:#FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
559 width:167px;
559 width:167px;
560 margin:0;
560 margin:0;
561 padding:12px 9px 7px 24px;
561 padding:12px 9px 7px 24px;
562 }
562 }
563
563
564 #content #left {
564 #content #left {
565 left:0;
565 left:0;
566 width:280px;
566 width:280px;
567 position:absolute;
567 position:absolute;
568 }
568 }
569
569
570 #content #right {
570 #content #right {
571 margin:0 60px 10px 290px;
571 margin:0 60px 10px 290px;
572 }
572 }
573
573
574 #content div.box {
574 #content div.box {
575 clear:both;
575 clear:both;
576 overflow:hidden;
576 overflow:hidden;
577 background:#fff;
577 background:#fff;
578 margin:0 0 10px;
578 margin:0 0 10px;
579 padding:0 0 10px;
579 padding:0 0 10px;
580 }
580 }
581
581
582 #content div.box-left {
582 #content div.box-left {
583 width:49%;
583 width:49%;
584 clear:none;
584 clear:none;
585 float:left;
585 float:left;
586 margin:0 0 10px;
586 margin:0 0 10px;
587 }
587 }
588
588
589 #content div.box-right {
589 #content div.box-right {
590 width:49%;
590 width:49%;
591 clear:none;
591 clear:none;
592 float:right;
592 float:right;
593 margin:0 0 10px;
593 margin:0 0 10px;
594 }
594 }
595
595
596 #content div.box div.title {
596 #content div.box div.title {
597 clear:both;
597 clear:both;
598 overflow:hidden;
598 overflow:hidden;
599 background:#369 url("../images/header_inner.png") repeat-x;
599 background:#369 url("../images/header_inner.png") repeat-x;
600 margin:0 0 20px;
600 margin:0 0 20px;
601 padding:0;
601 padding:0;
602 }
602 }
603
603
604 #content div.box div.title h5 {
604 #content div.box div.title h5 {
605 float:left;
605 float:left;
606 border:none;
606 border:none;
607 color:#fff;
607 color:#fff;
608 text-transform:uppercase;
608 text-transform:uppercase;
609 margin:0;
609 margin:0;
610 padding:11px 0 11px 10px;
610 padding:11px 0 11px 10px;
611 }
611 }
612
612
613 #content div.box div.title ul.links li {
613 #content div.box div.title ul.links li {
614 list-style:none;
614 list-style:none;
615 float:left;
615 float:left;
616 margin:0;
616 margin:0;
617 padding:0;
617 padding:0;
618 }
618 }
619
619
620 #content div.box div.title ul.links li a {
620 #content div.box div.title ul.links li a {
621 border-left: 1px solid #316293;
621 border-left: 1px solid #316293;
622 color: #FFFFFF;
622 color: #FFFFFF;
623 display: block;
623 display: block;
624 float: left;
624 float: left;
625 font-size: 13px;
625 font-size: 13px;
626 font-weight: 700;
626 font-weight: 700;
627 height: 1%;
627 height: 1%;
628 margin: 0;
628 margin: 0;
629 padding: 11px 22px 12px;
629 padding: 11px 22px 12px;
630 text-decoration: none;
630 text-decoration: none;
631 }
631 }
632
632
633 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6 {
633 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6 {
634 clear:both;
634 clear:both;
635 overflow:hidden;
635 overflow:hidden;
636 border-bottom:1px solid #DDD;
636 border-bottom:1px solid #DDD;
637 margin:10px 20px;
637 margin:10px 20px;
638 padding:0 0 15px;
638 padding:0 0 15px;
639 }
639 }
640
640
641 #content div.box p {
641 #content div.box p {
642 color:#5f5f5f;
642 color:#5f5f5f;
643 font-size:12px;
643 font-size:12px;
644 line-height:150%;
644 line-height:150%;
645 margin:0 24px 10px;
645 margin:0 24px 10px;
646 padding:0;
646 padding:0;
647 }
647 }
648
648
649 #content div.box blockquote {
649 #content div.box blockquote {
650 border-left:4px solid #DDD;
650 border-left:4px solid #DDD;
651 color:#5f5f5f;
651 color:#5f5f5f;
652 font-size:11px;
652 font-size:11px;
653 line-height:150%;
653 line-height:150%;
654 margin:0 34px;
654 margin:0 34px;
655 padding:0 0 0 14px;
655 padding:0 0 0 14px;
656 }
656 }
657
657
658 #content div.box blockquote p {
658 #content div.box blockquote p {
659 margin:10px 0;
659 margin:10px 0;
660 padding:0;
660 padding:0;
661 }
661 }
662
662
663 #content div.box dl {
663 #content div.box dl {
664 margin:10px 24px;
664 margin:10px 24px;
665 }
665 }
666
666
667 #content div.box dt {
667 #content div.box dt {
668 font-size:12px;
668 font-size:12px;
669 margin:0;
669 margin:0;
670 }
670 }
671
671
672 #content div.box dd {
672 #content div.box dd {
673 font-size:12px;
673 font-size:12px;
674 margin:0;
674 margin:0;
675 padding:8px 0 8px 15px;
675 padding:8px 0 8px 15px;
676 }
676 }
677
677
678 #content div.box li {
678 #content div.box li {
679 font-size:12px;
679 font-size:12px;
680 padding:4px 0;
680 padding:4px 0;
681 }
681 }
682
682
683 #content div.box ul.disc,#content div.box ul.circle {
683 #content div.box ul.disc,#content div.box ul.circle {
684 margin:10px 24px 10px 38px;
684 margin:10px 24px 10px 38px;
685 }
685 }
686
686
687 #content div.box ul.square {
687 #content div.box ul.square {
688 margin:10px 24px 10px 40px;
688 margin:10px 24px 10px 40px;
689 }
689 }
690
690
691 #content div.box img.left {
691 #content div.box img.left {
692 border:none;
692 border:none;
693 float:left;
693 float:left;
694 margin:10px 10px 10px 0;
694 margin:10px 10px 10px 0;
695 }
695 }
696
696
697 #content div.box img.right {
697 #content div.box img.right {
698 border:none;
698 border:none;
699 float:right;
699 float:right;
700 margin:10px 0 10px 10px;
700 margin:10px 0 10px 10px;
701 }
701 }
702
702
703 #content div.box div.messages {
703 #content div.box div.messages {
704 clear:both;
704 clear:both;
705 overflow:hidden;
705 overflow:hidden;
706 margin:0 20px;
706 margin:0 20px;
707 padding:0;
707 padding:0;
708 }
708 }
709
709
710 #content div.box div.message {
710 #content div.box div.message {
711 clear:both;
711 clear:both;
712 overflow:hidden;
712 overflow:hidden;
713 margin:0;
713 margin:0;
714 padding:10px 0;
714 padding:10px 0;
715 }
715 }
716
716
717 #content div.box div.message a {
717 #content div.box div.message a {
718 font-weight:400 !important;
718 font-weight:400 !important;
719 }
719 }
720
720
721 #content div.box div.message div.image {
721 #content div.box div.message div.image {
722 float:left;
722 float:left;
723 margin:9px 0 0 5px;
723 margin:9px 0 0 5px;
724 padding:6px;
724 padding:6px;
725 }
725 }
726
726
727 #content div.box div.message div.image img {
727 #content div.box div.message div.image img {
728 vertical-align:middle;
728 vertical-align:middle;
729 margin:0;
729 margin:0;
730 }
730 }
731
731
732 #content div.box div.message div.text {
732 #content div.box div.message div.text {
733 float:left;
733 float:left;
734 margin:0;
734 margin:0;
735 padding:9px 6px;
735 padding:9px 6px;
736 }
736 }
737
737
738 #content div.box div.message div.dismiss a {
738 #content div.box div.message div.dismiss a {
739 height:16px;
739 height:16px;
740 width:16px;
740 width:16px;
741 display:block;
741 display:block;
742 background:url("../images/icons/cross.png") no-repeat;
742 background:url("../images/icons/cross.png") no-repeat;
743 margin:15px 14px 0 0;
743 margin:15px 14px 0 0;
744 padding:0;
744 padding:0;
745 }
745 }
746
746
747 #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 {
747 #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 {
748 border:none;
748 border:none;
749 margin:0;
749 margin:0;
750 padding:0;
750 padding:0;
751 }
751 }
752
752
753 #content div.box div.message div.text span {
753 #content div.box div.message div.text span {
754 height:1%;
754 height:1%;
755 display:block;
755 display:block;
756 margin:0;
756 margin:0;
757 padding:5px 0 0;
757 padding:5px 0 0;
758 }
758 }
759
759
760 #content div.box div.message-error {
760 #content div.box div.message-error {
761 height:1%;
761 height:1%;
762 clear:both;
762 clear:both;
763 overflow:hidden;
763 overflow:hidden;
764 background:#FBE3E4;
764 background:#FBE3E4;
765 border:1px solid #FBC2C4;
765 border:1px solid #FBC2C4;
766 color:#860006;
766 color:#860006;
767 }
767 }
768
768
769 #content div.box div.message-error h6 {
769 #content div.box div.message-error h6 {
770 color:#860006;
770 color:#860006;
771 }
771 }
772
772
773 #content div.box div.message-warning {
773 #content div.box div.message-warning {
774 height:1%;
774 height:1%;
775 clear:both;
775 clear:both;
776 overflow:hidden;
776 overflow:hidden;
777 background:#FFF6BF;
777 background:#FFF6BF;
778 border:1px solid #FFD324;
778 border:1px solid #FFD324;
779 color:#5f5200;
779 color:#5f5200;
780 }
780 }
781
781
782 #content div.box div.message-warning h6 {
782 #content div.box div.message-warning h6 {
783 color:#5f5200;
783 color:#5f5200;
784 }
784 }
785
785
786 #content div.box div.message-notice {
786 #content div.box div.message-notice {
787 height:1%;
787 height:1%;
788 clear:both;
788 clear:both;
789 overflow:hidden;
789 overflow:hidden;
790 background:#8FBDE0;
790 background:#8FBDE0;
791 border:1px solid #6BACDE;
791 border:1px solid #6BACDE;
792 color:#003863;
792 color:#003863;
793 }
793 }
794
794
795 #content div.box div.message-notice h6 {
795 #content div.box div.message-notice h6 {
796 color:#003863;
796 color:#003863;
797 }
797 }
798
798
799 #content div.box div.message-success {
799 #content div.box div.message-success {
800 height:1%;
800 height:1%;
801 clear:both;
801 clear:both;
802 overflow:hidden;
802 overflow:hidden;
803 background:#E6EFC2;
803 background:#E6EFC2;
804 border:1px solid #C6D880;
804 border:1px solid #C6D880;
805 color:#4e6100;
805 color:#4e6100;
806 }
806 }
807
807
808 #content div.box div.message-success h6 {
808 #content div.box div.message-success h6 {
809 color:#4e6100;
809 color:#4e6100;
810 }
810 }
811
811
812 #content div.box div.form div.fields div.field {
812 #content div.box div.form div.fields div.field {
813 height:1%;
813 height:1%;
814 border-bottom:1px solid #DDD;
814 border-bottom:1px solid #DDD;
815 clear:both;
815 clear:both;
816 margin:0;
816 margin:0;
817 padding:10px 0;
817 padding:10px 0;
818 }
818 }
819
819
820 #content div.box div.form div.fields div.field-first {
820 #content div.box div.form div.fields div.field-first {
821 padding:0 0 10px;
821 padding:0 0 10px;
822 }
822 }
823
823
824 #content div.box div.form div.fields div.field-noborder {
824 #content div.box div.form div.fields div.field-noborder {
825 border-bottom:0 !important;
825 border-bottom:0 !important;
826 }
826 }
827
827
828 #content div.box div.form div.fields div.field span.error-message {
828 #content div.box div.form div.fields div.field span.error-message {
829 height:1%;
829 height:1%;
830 display:inline-block;
830 display:inline-block;
831 color:red;
831 color:red;
832 margin:8px 0 0 4px;
832 margin:8px 0 0 4px;
833 padding:0;
833 padding:0;
834 }
834 }
835
835
836 #content div.box div.form div.fields div.field span.success {
836 #content div.box div.form div.fields div.field span.success {
837 height:1%;
837 height:1%;
838 display:block;
838 display:block;
839 color:#316309;
839 color:#316309;
840 margin:8px 0 0;
840 margin:8px 0 0;
841 padding:0;
841 padding:0;
842 }
842 }
843
843
844 #content div.box div.form div.fields div.field div.label {
844 #content div.box div.form div.fields div.field div.label {
845 left:70px;
845 left:70px;
846 width:auto;
846 width:auto;
847 position:absolute;
847 position:absolute;
848 margin:0;
848 margin:0;
849 padding:8px 0 0 5px;
849 padding:8px 0 0 5px;
850 }
850 }
851
851
852 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label {
852 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label {
853 clear:both;
853 clear:both;
854 overflow:hidden;
854 overflow:hidden;
855 left:0;
855 left:0;
856 width:auto;
856 width:auto;
857 position:relative;
857 position:relative;
858 margin:0;
858 margin:0;
859 padding:0 0 8px;
859 padding:0 0 8px;
860 }
860 }
861
861
862 #content div.box div.form div.fields div.field div.label-select {
862 #content div.box div.form div.fields div.field div.label-select {
863 padding:5px 0 0 5px;
863 padding:5px 0 0 5px;
864 }
864 }
865
865
866 #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 {
866 #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 {
867 padding:0 0 8px;
867 padding:0 0 8px;
868 }
868 }
869
869
870 #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 {
870 #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 {
871 padding:0 0 8px !important;
871 padding:0 0 8px !important;
872 }
872 }
873
873
874 #content div.box div.form div.fields div.field div.label label, div.label label{
874 #content div.box div.form div.fields div.field div.label label, div.label label{
875 color:#393939;
875 color:#393939;
876 font-weight:700;
876 font-weight:700;
877 }
877 }
878
878
879 #content div.box div.form div.fields div.field div.input {
879 #content div.box div.form div.fields div.field div.input {
880 margin:0 0 0 200px;
880 margin:0 0 0 200px;
881 }
881 }
882 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input {
882 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input {
883 margin:0 0 0 0px;
883 margin:0 0 0 0px;
884 }
884 }
885
885
886 #content div.box div.form div.fields div.field div.input input {
886 #content div.box div.form div.fields div.field div.input input {
887 background:#FFF;
887 background:#FFF;
888 border-top:1px solid #b3b3b3;
888 border-top:1px solid #b3b3b3;
889 border-left:1px solid #b3b3b3;
889 border-left:1px solid #b3b3b3;
890 border-right:1px solid #eaeaea;
890 border-right:1px solid #eaeaea;
891 border-bottom:1px solid #eaeaea;
891 border-bottom:1px solid #eaeaea;
892 color:#000;
892 color:#000;
893 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
893 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
894 font-size:11px;
894 font-size:11px;
895 margin:0;
895 margin:0;
896 padding:7px 7px 6px;
896 padding:7px 7px 6px;
897 }
897 }
898
898
899
899
900
900
901 #content div.box div.form div.fields div.field div.input input.small {
901 #content div.box div.form div.fields div.field div.input input.small {
902 width:30%;
902 width:30%;
903 }
903 }
904
904
905 #content div.box div.form div.fields div.field div.input input.medium {
905 #content div.box div.form div.fields div.field div.input input.medium {
906 width:55%;
906 width:55%;
907 }
907 }
908
908
909 #content div.box div.form div.fields div.field div.input input.large {
909 #content div.box div.form div.fields div.field div.input input.large {
910 width:85%;
910 width:85%;
911 }
911 }
912
912
913 #content div.box div.form div.fields div.field div.input input.date {
913 #content div.box div.form div.fields div.field div.input input.date {
914 width:177px;
914 width:177px;
915 }
915 }
916
916
917 #content div.box div.form div.fields div.field div.input input.button {
917 #content div.box div.form div.fields div.field div.input input.button {
918 background:#D4D0C8;
918 background:#D4D0C8;
919 border-top:1px solid #FFF;
919 border-top:1px solid #FFF;
920 border-left:1px solid #FFF;
920 border-left:1px solid #FFF;
921 border-right:1px solid #404040;
921 border-right:1px solid #404040;
922 border-bottom:1px solid #404040;
922 border-bottom:1px solid #404040;
923 color:#000;
923 color:#000;
924 margin:0;
924 margin:0;
925 padding:4px 8px;
925 padding:4px 8px;
926 }
926 }
927
927
928 #content div.box div.form div.fields div.field div.textarea {
928 #content div.box div.form div.fields div.field div.textarea {
929 border-top:1px solid #b3b3b3;
929 border-top:1px solid #b3b3b3;
930 border-left:1px solid #b3b3b3;
930 border-left:1px solid #b3b3b3;
931 border-right:1px solid #eaeaea;
931 border-right:1px solid #eaeaea;
932 border-bottom:1px solid #eaeaea;
932 border-bottom:1px solid #eaeaea;
933 margin:0 0 0 200px;
933 margin:0 0 0 200px;
934 padding:10px;
934 padding:10px;
935 }
935 }
936
936
937 #content div.box div.form div.fields div.field div.textarea-editor {
937 #content div.box div.form div.fields div.field div.textarea-editor {
938 border:1px solid #ddd;
938 border:1px solid #ddd;
939 padding:0;
939 padding:0;
940 }
940 }
941
941
942 #content div.box div.form div.fields div.field div.textarea textarea {
942 #content div.box div.form div.fields div.field div.textarea textarea {
943 width:100%;
943 width:100%;
944 height:220px;
944 height:220px;
945 overflow:hidden;
945 overflow:hidden;
946 background:#FFF;
946 background:#FFF;
947 color:#000;
947 color:#000;
948 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
948 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
949 font-size:11px;
949 font-size:11px;
950 outline:none;
950 outline:none;
951 border-width:0;
951 border-width:0;
952 margin:0;
952 margin:0;
953 padding:0;
953 padding:0;
954 }
954 }
955
955
956 #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 {
956 #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 {
957 width:100%;
957 width:100%;
958 height:100px;
958 height:100px;
959 }
959 }
960
960
961 #content div.box div.form div.fields div.field div.textarea table {
961 #content div.box div.form div.fields div.field div.textarea table {
962 width:100%;
962 width:100%;
963 border:none;
963 border:none;
964 margin:0;
964 margin:0;
965 padding:0;
965 padding:0;
966 }
966 }
967
967
968 #content div.box div.form div.fields div.field div.textarea table td {
968 #content div.box div.form div.fields div.field div.textarea table td {
969 background:#DDD;
969 background:#DDD;
970 border:none;
970 border:none;
971 padding:0;
971 padding:0;
972 }
972 }
973
973
974 #content div.box div.form div.fields div.field div.textarea table td table {
974 #content div.box div.form div.fields div.field div.textarea table td table {
975 width:auto;
975 width:auto;
976 border:none;
976 border:none;
977 margin:0;
977 margin:0;
978 padding:0;
978 padding:0;
979 }
979 }
980
980
981 #content div.box div.form div.fields div.field div.textarea table td table td {
981 #content div.box div.form div.fields div.field div.textarea table td table td {
982 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
982 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
983 font-size:11px;
983 font-size:11px;
984 padding:5px 5px 5px 0;
984 padding:5px 5px 5px 0;
985 }
985 }
986
986
987 #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 {
987 #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 {
988 background:#f6f6f6;
988 background:#f6f6f6;
989 border-color:#666;
989 border-color:#666;
990 }
990 }
991
991
992 div.form div.fields div.field div.button {
992 div.form div.fields div.field div.button {
993 margin:0;
993 margin:0;
994 padding:0 0 0 8px;
994 padding:0 0 0 8px;
995 }
995 }
996
996
997 div.form div.fields div.field div.highlight .ui-button {
997 div.form div.fields div.field div.highlight .ui-button {
998 background:#4e85bb url("../images/button_highlight.png") repeat-x;
998 background:#4e85bb url("../images/button_highlight.png") repeat-x;
999 border-top:1px solid #5c91a4;
999 border-top:1px solid #5c91a4;
1000 border-left:1px solid #2a6f89;
1000 border-left:1px solid #2a6f89;
1001 border-right:1px solid #2b7089;
1001 border-right:1px solid #2b7089;
1002 border-bottom:1px solid #1a6480;
1002 border-bottom:1px solid #1a6480;
1003 color:#FFF;
1003 color:#FFF;
1004 margin:0;
1004 margin:0;
1005 padding:6px 12px;
1005 padding:6px 12px;
1006 }
1006 }
1007
1007
1008 div.form div.fields div.field div.highlight .ui-state-hover {
1008 div.form div.fields div.field div.highlight .ui-state-hover {
1009 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1009 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1010 border-top:1px solid #78acbf;
1010 border-top:1px solid #78acbf;
1011 border-left:1px solid #34819e;
1011 border-left:1px solid #34819e;
1012 border-right:1px solid #35829f;
1012 border-right:1px solid #35829f;
1013 border-bottom:1px solid #257897;
1013 border-bottom:1px solid #257897;
1014 color:#FFF;
1014 color:#FFF;
1015 margin:0;
1015 margin:0;
1016 padding:6px 12px;
1016 padding:6px 12px;
1017 }
1017 }
1018
1018
1019 #content div.box div.form div.fields div.buttons div.highlight input.ui-button {
1019 #content div.box div.form div.fields div.buttons div.highlight input.ui-button {
1020 background:#4e85bb url("../images/button_highlight.png") repeat-x;
1020 background:#4e85bb url("../images/button_highlight.png") repeat-x;
1021 border-top:1px solid #5c91a4;
1021 border-top:1px solid #5c91a4;
1022 border-left:1px solid #2a6f89;
1022 border-left:1px solid #2a6f89;
1023 border-right:1px solid #2b7089;
1023 border-right:1px solid #2b7089;
1024 border-bottom:1px solid #1a6480;
1024 border-bottom:1px solid #1a6480;
1025 color:#fff;
1025 color:#fff;
1026 margin:0;
1026 margin:0;
1027 padding:6px 12px;
1027 padding:6px 12px;
1028 }
1028 }
1029
1029
1030 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover {
1030 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover {
1031 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1031 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1032 border-top:1px solid #78acbf;
1032 border-top:1px solid #78acbf;
1033 border-left:1px solid #34819e;
1033 border-left:1px solid #34819e;
1034 border-right:1px solid #35829f;
1034 border-right:1px solid #35829f;
1035 border-bottom:1px solid #257897;
1035 border-bottom:1px solid #257897;
1036 color:#fff;
1036 color:#fff;
1037 margin:0;
1037 margin:0;
1038 padding:6px 12px;
1038 padding:6px 12px;
1039 }
1039 }
1040
1040
1041 #content div.box table {
1041 #content div.box table {
1042 width:100%;
1042 width:100%;
1043 border-collapse:collapse;
1043 border-collapse:collapse;
1044 margin:0;
1044 margin:0;
1045 padding:0;
1045 padding:0;
1046 }
1046 }
1047
1047
1048 #content div.box table th {
1048 #content div.box table th {
1049 background:#eee;
1049 background:#eee;
1050 border-bottom:1px solid #ddd;
1050 border-bottom:1px solid #ddd;
1051 padding:5px 0px 5px 5px;
1051 padding:5px 0px 5px 5px;
1052 }
1052 }
1053
1053
1054 #content div.box table th.left {
1054 #content div.box table th.left {
1055 text-align:left;
1055 text-align:left;
1056 }
1056 }
1057
1057
1058 #content div.box table th.right {
1058 #content div.box table th.right {
1059 text-align:right;
1059 text-align:right;
1060 }
1060 }
1061
1061
1062 #content div.box table th.center {
1062 #content div.box table th.center {
1063 text-align:center;
1063 text-align:center;
1064 }
1064 }
1065
1065
1066 #content div.box table th.selected {
1066 #content div.box table th.selected {
1067 vertical-align:middle;
1067 vertical-align:middle;
1068 padding:0;
1068 padding:0;
1069 }
1069 }
1070
1070
1071 #content div.box table td {
1071 #content div.box table td {
1072 background:#fff;
1072 background:#fff;
1073 border-bottom:1px solid #cdcdcd;
1073 border-bottom:1px solid #cdcdcd;
1074 vertical-align:middle;
1074 vertical-align:middle;
1075 padding:5px;
1075 padding:5px;
1076 }
1076 }
1077
1077
1078 #content div.box table tr.selected td {
1078 #content div.box table tr.selected td {
1079 background:#FFC;
1079 background:#FFC;
1080 }
1080 }
1081
1081
1082 #content div.box table td.selected {
1082 #content div.box table td.selected {
1083 width:3%;
1083 width:3%;
1084 text-align:center;
1084 text-align:center;
1085 vertical-align:middle;
1085 vertical-align:middle;
1086 padding:0;
1086 padding:0;
1087 }
1087 }
1088
1088
1089 #content div.box table td.action {
1089 #content div.box table td.action {
1090 width:45%;
1090 width:45%;
1091 text-align:left;
1091 text-align:left;
1092 }
1092 }
1093
1093
1094 #content div.box table td.date {
1094 #content div.box table td.date {
1095 width:33%;
1095 width:33%;
1096 text-align:center;
1096 text-align:center;
1097 }
1097 }
1098
1098
1099 #content div.box div.action {
1099 #content div.box div.action {
1100 float:right;
1100 float:right;
1101 background:#FFF;
1101 background:#FFF;
1102 text-align:right;
1102 text-align:right;
1103 margin:10px 0 0;
1103 margin:10px 0 0;
1104 padding:0;
1104 padding:0;
1105 }
1105 }
1106
1106
1107 #content div.box div.action select {
1107 #content div.box div.action select {
1108 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1108 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1109 font-size:11px;
1109 font-size:11px;
1110 margin:0;
1110 margin:0;
1111 }
1111 }
1112
1112
1113 #content div.box div.action .ui-selectmenu {
1113 #content div.box div.action .ui-selectmenu {
1114 margin:0;
1114 margin:0;
1115 padding:0;
1115 padding:0;
1116 }
1116 }
1117
1117
1118 #content div.box div.pagination {
1118 #content div.box div.pagination {
1119 height:1%;
1119 height:1%;
1120 clear:both;
1120 clear:both;
1121 overflow:hidden;
1121 overflow:hidden;
1122 margin:10px 0 0;
1122 margin:10px 0 0;
1123 padding:0;
1123 padding:0;
1124 }
1124 }
1125
1125
1126 #content div.box div.pagination ul.pager {
1126 #content div.box div.pagination ul.pager {
1127 float:right;
1127 float:right;
1128 text-align:right;
1128 text-align:right;
1129 margin:0;
1129 margin:0;
1130 padding:0;
1130 padding:0;
1131 }
1131 }
1132
1132
1133 #content div.box div.pagination ul.pager li {
1133 #content div.box div.pagination ul.pager li {
1134 height:1%;
1134 height:1%;
1135 float:left;
1135 float:left;
1136 list-style:none;
1136 list-style:none;
1137 background:#ebebeb url("../images/pager.png") repeat-x;
1137 background:#ebebeb url("../images/pager.png") repeat-x;
1138 border-top:1px solid #dedede;
1138 border-top:1px solid #dedede;
1139 border-left:1px solid #cfcfcf;
1139 border-left:1px solid #cfcfcf;
1140 border-right:1px solid #c4c4c4;
1140 border-right:1px solid #c4c4c4;
1141 border-bottom:1px solid #c4c4c4;
1141 border-bottom:1px solid #c4c4c4;
1142 color:#4A4A4A;
1142 color:#4A4A4A;
1143 font-weight:700;
1143 font-weight:700;
1144 margin:0 0 0 4px;
1144 margin:0 0 0 4px;
1145 padding:0;
1145 padding:0;
1146 }
1146 }
1147
1147
1148 #content div.box div.pagination ul.pager li.separator {
1148 #content div.box div.pagination ul.pager li.separator {
1149 padding:6px;
1149 padding:6px;
1150 }
1150 }
1151
1151
1152 #content div.box div.pagination ul.pager li.current {
1152 #content div.box div.pagination ul.pager li.current {
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 color:#515151;
1158 color:#515151;
1159 padding:6px;
1159 padding:6px;
1160 }
1160 }
1161
1161
1162 #content div.box div.pagination ul.pager li a {
1162 #content div.box div.pagination ul.pager li a {
1163 height:1%;
1163 height:1%;
1164 display:block;
1164 display:block;
1165 float:left;
1165 float:left;
1166 color:#515151;
1166 color:#515151;
1167 text-decoration:none;
1167 text-decoration:none;
1168 margin:0;
1168 margin:0;
1169 padding:6px;
1169 padding:6px;
1170 }
1170 }
1171
1171
1172 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active {
1172 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active {
1173 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1173 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1174 border-top:1px solid #ccc;
1174 border-top:1px solid #ccc;
1175 border-left:1px solid #bebebe;
1175 border-left:1px solid #bebebe;
1176 border-right:1px solid #b1b1b1;
1176 border-right:1px solid #b1b1b1;
1177 border-bottom:1px solid #afafaf;
1177 border-bottom:1px solid #afafaf;
1178 margin:-1px;
1178 margin:-1px;
1179 }
1179 }
1180
1180
1181 #content div.box div.pagination-wh {
1181 #content div.box div.pagination-wh {
1182 height:1%;
1182 height:1%;
1183 clear:both;
1183 clear:both;
1184 overflow:hidden;
1184 overflow:hidden;
1185 text-align:right;
1185 text-align:right;
1186 margin:10px 0 0;
1186 margin:10px 0 0;
1187 padding:0;
1187 padding:0;
1188 }
1188 }
1189
1189
1190 #content div.box div.pagination-right {
1190 #content div.box div.pagination-right {
1191 float:right;
1191 float:right;
1192 }
1192 }
1193
1193
1194 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot {
1194 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot {
1195 height:1%;
1195 height:1%;
1196 float:left;
1196 float:left;
1197 background:#ebebeb url("../images/pager.png") repeat-x;
1197 background:#ebebeb url("../images/pager.png") repeat-x;
1198 border-top:1px solid #dedede;
1198 border-top:1px solid #dedede;
1199 border-left:1px solid #cfcfcf;
1199 border-left:1px solid #cfcfcf;
1200 border-right:1px solid #c4c4c4;
1200 border-right:1px solid #c4c4c4;
1201 border-bottom:1px solid #c4c4c4;
1201 border-bottom:1px solid #c4c4c4;
1202 color:#4A4A4A;
1202 color:#4A4A4A;
1203 font-weight:700;
1203 font-weight:700;
1204 margin:0 0 0 4px;
1204 margin:0 0 0 4px;
1205 padding:6px;
1205 padding:6px;
1206 }
1206 }
1207
1207
1208 #content div.box div.pagination-wh span.pager_curpage {
1208 #content div.box div.pagination-wh span.pager_curpage {
1209 height:1%;
1209 height:1%;
1210 float:left;
1210 float:left;
1211 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1211 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1212 border-top:1px solid #ccc;
1212 border-top:1px solid #ccc;
1213 border-left:1px solid #bebebe;
1213 border-left:1px solid #bebebe;
1214 border-right:1px solid #b1b1b1;
1214 border-right:1px solid #b1b1b1;
1215 border-bottom:1px solid #afafaf;
1215 border-bottom:1px solid #afafaf;
1216 color:#515151;
1216 color:#515151;
1217 font-weight:700;
1217 font-weight:700;
1218 margin:0 0 0 4px;
1218 margin:0 0 0 4px;
1219 padding:6px;
1219 padding:6px;
1220 }
1220 }
1221
1221
1222 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active {
1222 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active {
1223 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1223 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1224 border-top:1px solid #ccc;
1224 border-top:1px solid #ccc;
1225 border-left:1px solid #bebebe;
1225 border-left:1px solid #bebebe;
1226 border-right:1px solid #b1b1b1;
1226 border-right:1px solid #b1b1b1;
1227 border-bottom:1px solid #afafaf;
1227 border-bottom:1px solid #afafaf;
1228 text-decoration:none;
1228 text-decoration:none;
1229 }
1229 }
1230
1230
1231 #content div.box div.traffic div.legend {
1231 #content div.box div.traffic div.legend {
1232 clear:both;
1232 clear:both;
1233 overflow:hidden;
1233 overflow:hidden;
1234 border-bottom:1px solid #ddd;
1234 border-bottom:1px solid #ddd;
1235 margin:0 0 10px;
1235 margin:0 0 10px;
1236 padding:0 0 10px;
1236 padding:0 0 10px;
1237 }
1237 }
1238
1238
1239 #content div.box div.traffic div.legend h6 {
1239 #content div.box div.traffic div.legend h6 {
1240 float:left;
1240 float:left;
1241 border:none;
1241 border:none;
1242 margin:0;
1242 margin:0;
1243 padding:0;
1243 padding:0;
1244 }
1244 }
1245
1245
1246 #content div.box div.traffic div.legend li {
1246 #content div.box div.traffic div.legend li {
1247 list-style:none;
1247 list-style:none;
1248 float:left;
1248 float:left;
1249 font-size:11px;
1249 font-size:11px;
1250 margin:0;
1250 margin:0;
1251 padding:0 8px 0 4px;
1251 padding:0 8px 0 4px;
1252 }
1252 }
1253
1253
1254 #content div.box div.traffic div.legend li.visits {
1254 #content div.box div.traffic div.legend li.visits {
1255 border-left:12px solid #edc240;
1255 border-left:12px solid #edc240;
1256 }
1256 }
1257
1257
1258 #content div.box div.traffic div.legend li.pageviews {
1258 #content div.box div.traffic div.legend li.pageviews {
1259 border-left:12px solid #afd8f8;
1259 border-left:12px solid #afd8f8;
1260 }
1260 }
1261
1261
1262 #content div.box div.traffic table {
1262 #content div.box div.traffic table {
1263 width:auto;
1263 width:auto;
1264 }
1264 }
1265
1265
1266 #content div.box div.traffic table td {
1266 #content div.box div.traffic table td {
1267 background:transparent;
1267 background:transparent;
1268 border:none;
1268 border:none;
1269 padding:2px 3px 3px;
1269 padding:2px 3px 3px;
1270 }
1270 }
1271
1271
1272 #content div.box div.traffic table td.legendLabel {
1272 #content div.box div.traffic table td.legendLabel {
1273 padding:0 3px 2px;
1273 padding:0 3px 2px;
1274 }
1274 }
1275
1275
1276 #summary{
1276 #summary{
1277
1277
1278 }
1278 }
1279
1279
1280 #summary .desc{
1280 #summary .desc{
1281 white-space: pre;
1281 white-space: pre;
1282 width: 100%;
1282 width: 100%;
1283 }
1283 }
1284
1284
1285 #summary .repo_name{
1285 #summary .repo_name{
1286 font-size: 1.6em;
1286 font-size: 1.6em;
1287 font-weight: bold;
1287 font-weight: bold;
1288 vertical-align: baseline;
1288 vertical-align: baseline;
1289 clear:right
1289 clear:right
1290 }
1290 }
1291
1291
1292
1292
1293 #footer {
1293 #footer {
1294 clear:both;
1294 clear:both;
1295 overflow:hidden;
1295 overflow:hidden;
1296 text-align:right;
1296 text-align:right;
1297 margin:0;
1297 margin:0;
1298 padding:0 10px 4px;
1298 padding:0 10px 4px;
1299 margin:-10px 0 0;
1299 margin:-10px 0 0;
1300 }
1300 }
1301
1301
1302 #footer div#footer-inner {
1302 #footer div#footer-inner {
1303 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
1303 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
1304 border-top:2px solid #FFFFFF;
1304 border-top:2px solid #FFFFFF;
1305 }
1305 }
1306
1306
1307 #footer div#footer-inner p {
1307 #footer div#footer-inner p {
1308 padding:15px 25px 15px 0;
1308 padding:15px 25px 15px 0;
1309 color:#FFF;
1309 color:#FFF;
1310 font-weight:700;
1310 font-weight:700;
1311 }
1311 }
1312 #footer div#footer-inner .footer-link {
1312 #footer div#footer-inner .footer-link {
1313 float:left;
1313 float:left;
1314 padding-left:10px;
1314 padding-left:10px;
1315 }
1315 }
1316 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a {
1316 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a {
1317 color:#FFF;
1317 color:#FFF;
1318 }
1318 }
1319
1319
1320 #login div.title {
1320 #login div.title {
1321 width:420px;
1321 width:420px;
1322 clear:both;
1322 clear:both;
1323 overflow:hidden;
1323 overflow:hidden;
1324 position:relative;
1324 position:relative;
1325 background:#003367 url("../images/header_inner.png") repeat-x;
1325 background:#003367 url("../images/header_inner.png") repeat-x;
1326 margin:0 auto;
1326 margin:0 auto;
1327 padding:0;
1327 padding:0;
1328 }
1328 }
1329
1329
1330 #login div.inner {
1330 #login div.inner {
1331 width:380px;
1331 width:380px;
1332 background:#FFF url("../images/login.png") no-repeat top left;
1332 background:#FFF url("../images/login.png") no-repeat top left;
1333 border-top:none;
1333 border-top:none;
1334 border-bottom:none;
1334 border-bottom:none;
1335 margin:0 auto;
1335 margin:0 auto;
1336 padding:20px;
1336 padding:20px;
1337 }
1337 }
1338
1338
1339 #login div.form div.fields div.field div.label {
1339 #login div.form div.fields div.field div.label {
1340 width:173px;
1340 width:173px;
1341 float:left;
1341 float:left;
1342 text-align:right;
1342 text-align:right;
1343 margin:2px 10px 0 0;
1343 margin:2px 10px 0 0;
1344 padding:5px 0 0 5px;
1344 padding:5px 0 0 5px;
1345 }
1345 }
1346
1346
1347 #login div.form div.fields div.field div.input input {
1347 #login div.form div.fields div.field div.input input {
1348 width:176px;
1348 width:176px;
1349 background:#FFF;
1349 background:#FFF;
1350 border-top:1px solid #b3b3b3;
1350 border-top:1px solid #b3b3b3;
1351 border-left:1px solid #b3b3b3;
1351 border-left:1px solid #b3b3b3;
1352 border-right:1px solid #eaeaea;
1352 border-right:1px solid #eaeaea;
1353 border-bottom:1px solid #eaeaea;
1353 border-bottom:1px solid #eaeaea;
1354 color:#000;
1354 color:#000;
1355 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1355 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1356 font-size:11px;
1356 font-size:11px;
1357 margin:0;
1357 margin:0;
1358 padding:7px 7px 6px;
1358 padding:7px 7px 6px;
1359 }
1359 }
1360
1360
1361 #login div.form div.fields div.buttons {
1361 #login div.form div.fields div.buttons {
1362 clear:both;
1362 clear:both;
1363 overflow:hidden;
1363 overflow:hidden;
1364 border-top:1px solid #DDD;
1364 border-top:1px solid #DDD;
1365 text-align:right;
1365 text-align:right;
1366 margin:0;
1366 margin:0;
1367 padding:10px 0 0;
1367 padding:10px 0 0;
1368 }
1368 }
1369
1369
1370 #login div.form div.links {
1370 #login div.form div.links {
1371 clear:both;
1371 clear:both;
1372 overflow:hidden;
1372 overflow:hidden;
1373 margin:10px 0 0;
1373 margin:10px 0 0;
1374 padding:0 0 2px;
1374 padding:0 0 2px;
1375 }
1375 }
1376
1376
1377 #quick_login{
1377 #quick_login{
1378 top: 31px;
1378 top: 31px;
1379 background-color: rgb(0, 51, 103);
1379 background-color: rgb(0, 51, 103);
1380 z-index: 999;
1380 z-index: 999;
1381 height: 150px;
1381 height: 150px;
1382 position: absolute;
1382 position: absolute;
1383 margin-left: -16px;
1383 margin-left: -16px;
1384 width: 281px;
1384 width: 281px;
1385 border-radius: 0 0 8px 8px;
1385 border-radius: 0 0 8px 8px;
1386 }
1386 }
1387
1387
1388 #quick_login div.form div.fields{
1388 #quick_login div.form div.fields{
1389 padding-top: 2px;
1389 padding-top: 2px;
1390 padding-left:10px;
1390 padding-left:10px;
1391 }
1391 }
1392
1392
1393 #quick_login div.form div.fields div.field{
1393 #quick_login div.form div.fields div.field{
1394 padding: 5px;
1394 padding: 5px;
1395 }
1395 }
1396
1396
1397 #quick_login div.form div.fields div.field div.label label{
1397 #quick_login div.form div.fields div.field div.label label{
1398 color:#fff;
1398 color:#fff;
1399 padding-bottom: 3px;
1399 padding-bottom: 3px;
1400 }
1400 }
1401
1401
1402 #quick_login div.form div.fields div.field div.input input {
1402 #quick_login div.form div.fields div.field div.input input {
1403 width:236px;
1403 width:236px;
1404 background:#FFF;
1404 background:#FFF;
1405 border-top:1px solid #b3b3b3;
1405 border-top:1px solid #b3b3b3;
1406 border-left:1px solid #b3b3b3;
1406 border-left:1px solid #b3b3b3;
1407 border-right:1px solid #eaeaea;
1407 border-right:1px solid #eaeaea;
1408 border-bottom:1px solid #eaeaea;
1408 border-bottom:1px solid #eaeaea;
1409 color:#000;
1409 color:#000;
1410 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1410 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1411 font-size:11px;
1411 font-size:11px;
1412 margin:0;
1412 margin:0;
1413 padding:5px 7px 4px;
1413 padding:5px 7px 4px;
1414 }
1414 }
1415
1415
1416 #quick_login div.form div.fields div.buttons {
1416 #quick_login div.form div.fields div.buttons {
1417 clear:both;
1417 clear:both;
1418 overflow:hidden;
1418 overflow:hidden;
1419 text-align:right;
1419 text-align:right;
1420 margin:0;
1420 margin:0;
1421 padding:10px 14px 0;
1421 padding:10px 14px 0;
1422 }
1422 }
1423
1423
1424 #quick_login div.form div.fields div.buttons input.ui-button{
1424 #quick_login div.form div.fields div.buttons input.ui-button{
1425 background:#e5e3e3 url("../images/button.png") repeat-x;
1425 background:#e5e3e3 url("../images/button.png") repeat-x;
1426 border-top:1px solid #DDD;
1426 border-top:1px solid #DDD;
1427 border-left:1px solid #c6c6c6;
1427 border-left:1px solid #c6c6c6;
1428 border-right:1px solid #DDD;
1428 border-right:1px solid #DDD;
1429 border-bottom:1px solid #c6c6c6;
1429 border-bottom:1px solid #c6c6c6;
1430 color:#515151;
1430 color:#515151;
1431 margin:0;
1431 margin:0;
1432 padding:4px 10px;
1432 padding:4px 10px;
1433 }
1433 }
1434
1434
1435 #quick_login div.form div.links {
1435 #quick_login div.form div.links {
1436 clear:both;
1436 clear:both;
1437 overflow:hidden;
1437 overflow:hidden;
1438 margin:10px 0 0;
1438 margin:10px 0 0;
1439 padding:0 0 2px;
1439 padding:0 0 2px;
1440 }
1440 }
1441
1441
1442 #register div.title {
1442 #register div.title {
1443 clear:both;
1443 clear:both;
1444 overflow:hidden;
1444 overflow:hidden;
1445 position:relative;
1445 position:relative;
1446 background:#003367 url("../images/header_inner.png") repeat-x;
1446 background:#003367 url("../images/header_inner.png") repeat-x;
1447 margin:0 auto;
1447 margin:0 auto;
1448 padding:0;
1448 padding:0;
1449 }
1449 }
1450
1450
1451 #register div.inner {
1451 #register div.inner {
1452 background:#FFF;
1452 background:#FFF;
1453 border-top:none;
1453 border-top:none;
1454 border-bottom:none;
1454 border-bottom:none;
1455 margin:0 auto;
1455 margin:0 auto;
1456 padding:20px;
1456 padding:20px;
1457 }
1457 }
1458
1458
1459 #register div.form div.fields div.field div.label {
1459 #register div.form div.fields div.field div.label {
1460 width:135px;
1460 width:135px;
1461 float:left;
1461 float:left;
1462 text-align:right;
1462 text-align:right;
1463 margin:2px 10px 0 0;
1463 margin:2px 10px 0 0;
1464 padding:5px 0 0 5px;
1464 padding:5px 0 0 5px;
1465 }
1465 }
1466
1466
1467 #register div.form div.fields div.field div.input input {
1467 #register div.form div.fields div.field div.input input {
1468 width:300px;
1468 width:300px;
1469 background:#FFF;
1469 background:#FFF;
1470 border-top:1px solid #b3b3b3;
1470 border-top:1px solid #b3b3b3;
1471 border-left:1px solid #b3b3b3;
1471 border-left:1px solid #b3b3b3;
1472 border-right:1px solid #eaeaea;
1472 border-right:1px solid #eaeaea;
1473 border-bottom:1px solid #eaeaea;
1473 border-bottom:1px solid #eaeaea;
1474 color:#000;
1474 color:#000;
1475 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1475 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1476 font-size:11px;
1476 font-size:11px;
1477 margin:0;
1477 margin:0;
1478 padding:7px 7px 6px;
1478 padding:7px 7px 6px;
1479 }
1479 }
1480
1480
1481 #register div.form div.fields div.buttons {
1481 #register div.form div.fields div.buttons {
1482 clear:both;
1482 clear:both;
1483 overflow:hidden;
1483 overflow:hidden;
1484 border-top:1px solid #DDD;
1484 border-top:1px solid #DDD;
1485 text-align:left;
1485 text-align:left;
1486 margin:0;
1486 margin:0;
1487 padding:10px 0 0 150px;
1487 padding:10px 0 0 150px;
1488 }
1488 }
1489
1489
1490 #register div.form div.fields div.buttons div.highlight input.ui-button {
1490 #register div.form div.fields div.buttons div.highlight input.ui-button {
1491 background:url("../images/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
1491 background:url("../images/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
1492 color:#FFF;
1492 color:#FFF;
1493 border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
1493 border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
1494 border-style:solid;
1494 border-style:solid;
1495 border-width:1px;
1495 border-width:1px;
1496 }
1496 }
1497
1497
1498 #register div.form div.activation_msg {
1498 #register div.form div.activation_msg {
1499 padding-top:4px;
1499 padding-top:4px;
1500 padding-bottom:4px;
1500 padding-bottom:4px;
1501 }
1501 }
1502
1502
1503 #journal .journal_day{
1503 #journal .journal_day{
1504 font-size:20px;
1504 font-size:20px;
1505 padding:10px 0px;
1505 padding:10px 0px;
1506 border-bottom:2px solid #DDD;
1506 border-bottom:2px solid #DDD;
1507 margin-left:10px;
1507 margin-left:10px;
1508 margin-right:10px;
1508 margin-right:10px;
1509 }
1509 }
1510
1510
1511 #journal .journal_container{
1511 #journal .journal_container{
1512 padding:5px;
1512 padding:5px;
1513 clear:both;
1513 clear:both;
1514 margin:0px 5px 0px 10px;
1514 margin:0px 5px 0px 10px;
1515 }
1515 }
1516
1516
1517 #journal .journal_action_container{
1517 #journal .journal_action_container{
1518 padding-left:38px;
1518 padding-left:38px;
1519 }
1519 }
1520
1520
1521 #journal .journal_user{
1521 #journal .journal_user{
1522 color: #747474;
1522 color: #747474;
1523 font-size: 14px;
1523 font-size: 14px;
1524 font-weight: bold;
1524 font-weight: bold;
1525 height: 30px;
1525 height: 30px;
1526 }
1526 }
1527 #journal .journal_icon{
1527 #journal .journal_icon{
1528 clear: both;
1528 clear: both;
1529 float: left;
1529 float: left;
1530 padding-right: 4px;
1530 padding-right: 4px;
1531 padding-top: 3px;
1531 padding-top: 3px;
1532 }
1532 }
1533 #journal .journal_action{
1533 #journal .journal_action{
1534 padding-top:4px;
1534 padding-top:4px;
1535 min-height:2px;
1535 min-height:2px;
1536 float:left
1536 float:left
1537 }
1537 }
1538 #journal .journal_action_params{
1538 #journal .journal_action_params{
1539 clear: left;
1539 clear: left;
1540 padding-left: 22px;
1540 padding-left: 22px;
1541 }
1541 }
1542 #journal .journal_repo{
1542 #journal .journal_repo{
1543 float: left;
1543 float: left;
1544 margin-left: 6px;
1544 margin-left: 6px;
1545 padding-top: 3px;
1545 padding-top: 3px;
1546 }
1546 }
1547 #journal .date{
1547 #journal .date{
1548 clear: both;
1548 clear: both;
1549 color: #777777;
1549 color: #777777;
1550 font-size: 11px;
1550 font-size: 11px;
1551 padding-left: 22px;
1551 padding-left: 22px;
1552 }
1552 }
1553 #journal .journal_repo .journal_repo_name{
1553 #journal .journal_repo .journal_repo_name{
1554 font-weight: bold;
1554 font-weight: bold;
1555 font-size: 1.1em;
1555 font-size: 1.1em;
1556 }
1556 }
1557 #journal .compare_view{
1557 #journal .compare_view{
1558 padding: 5px 0px 5px 0px;
1558 padding: 5px 0px 5px 0px;
1559 width: 95px;
1559 width: 95px;
1560 }
1560 }
1561 .journal_highlight{
1561 .journal_highlight{
1562 font-weight: bold;
1562 font-weight: bold;
1563 padding: 0 2px;
1563 padding: 0 2px;
1564 vertical-align: bottom;
1564 vertical-align: bottom;
1565 }
1565 }
1566 .trending_language_tbl,.trending_language_tbl td {
1566 .trending_language_tbl,.trending_language_tbl td {
1567 border:0 !important;
1567 border:0 !important;
1568 margin:0 !important;
1568 margin:0 !important;
1569 padding:0 !important;
1569 padding:0 !important;
1570 }
1570 }
1571
1571
1572 .trending_language {
1572 .trending_language {
1573 background-color:#003367;
1573 background-color:#003367;
1574 color:#FFF;
1574 color:#FFF;
1575 display:block;
1575 display:block;
1576 min-width:20px;
1576 min-width:20px;
1577 text-decoration:none;
1577 text-decoration:none;
1578 height:12px;
1578 height:12px;
1579 margin-bottom:4px;
1579 margin-bottom:4px;
1580 margin-left:5px;
1580 margin-left:5px;
1581 white-space:pre;
1581 white-space:pre;
1582 padding:3px;
1582 padding:3px;
1583 }
1583 }
1584
1584
1585 h3.files_location {
1585 h3.files_location {
1586 font-size:1.8em;
1586 font-size:1.8em;
1587 font-weight:700;
1587 font-weight:700;
1588 border-bottom:none !important;
1588 border-bottom:none !important;
1589 margin:10px 0 !important;
1589 margin:10px 0 !important;
1590 }
1590 }
1591
1591
1592 #files_data dl dt {
1592 #files_data dl dt {
1593 float:left;
1593 float:left;
1594 width:115px;
1594 width:115px;
1595 margin:0 !important;
1595 margin:0 !important;
1596 padding:5px;
1596 padding:5px;
1597 }
1597 }
1598
1598
1599 #files_data dl dd {
1599 #files_data dl dd {
1600 margin:0 !important;
1600 margin:0 !important;
1601 padding:5px !important;
1601 padding:5px !important;
1602 }
1602 }
1603
1603
1604 #changeset_content {
1604 #changeset_content {
1605 border:1px solid #CCC;
1605 border:1px solid #CCC;
1606 padding:5px;
1606 padding:5px;
1607 }
1607 }
1608 #changeset_compare_view_content{
1608 #changeset_compare_view_content{
1609 border:1px solid #CCC;
1609 border:1px solid #CCC;
1610 padding:5px;
1610 padding:5px;
1611 }
1611 }
1612
1612
1613 #changeset_content .container {
1613 #changeset_content .container {
1614 min-height:120px;
1614 min-height:120px;
1615 font-size:1.2em;
1615 font-size:1.2em;
1616 overflow:hidden;
1616 overflow:hidden;
1617 }
1617 }
1618
1618
1619 #changeset_compare_view_content .compare_view_commits{
1619 #changeset_compare_view_content .compare_view_commits{
1620 width: auto !important;
1620 width: auto !important;
1621 }
1621 }
1622
1622
1623 #changeset_compare_view_content .compare_view_commits td{
1623 #changeset_compare_view_content .compare_view_commits td{
1624 padding:0px 0px 0px 12px !important;
1624 padding:0px 0px 0px 12px !important;
1625 }
1625 }
1626
1626
1627 #changeset_content .container .right {
1627 #changeset_content .container .right {
1628 float:right;
1628 float:right;
1629 width:25%;
1629 width:25%;
1630 text-align:right;
1630 text-align:right;
1631 }
1631 }
1632
1632
1633 #changeset_content .container .left .message {
1633 #changeset_content .container .left .message {
1634 font-style:italic;
1634 font-style:italic;
1635 color:#556CB5;
1635 color:#556CB5;
1636 white-space:pre-wrap;
1636 white-space:pre-wrap;
1637 }
1637 }
1638
1638
1639 .cs_files .cur_cs{
1639 .cs_files .cur_cs{
1640 margin:10px 2px;
1640 margin:10px 2px;
1641 font-weight: bold;
1641 font-weight: bold;
1642 }
1642 }
1643
1643
1644 .cs_files .node{
1644 .cs_files .node{
1645 float: left;
1645 float: left;
1646 }
1646 }
1647 .cs_files .changes{
1647 .cs_files .changes{
1648 float: right;
1648 float: right;
1649 }
1649 }
1650 .cs_files .changes .added{
1650 .cs_files .changes .added{
1651 background-color: #BBFFBB;
1651 background-color: #BBFFBB;
1652 float: left;
1652 float: left;
1653 text-align: center;
1653 text-align: center;
1654 font-size: 90%;
1654 font-size: 90%;
1655 }
1655 }
1656 .cs_files .changes .deleted{
1656 .cs_files .changes .deleted{
1657 background-color: #FF8888;
1657 background-color: #FF8888;
1658 float: left;
1658 float: left;
1659 text-align: center;
1659 text-align: center;
1660 font-size: 90%;
1660 font-size: 90%;
1661 }
1661 }
1662 .cs_files .cs_added {
1662 .cs_files .cs_added {
1663 background:url("../images/icons/page_white_add.png") no-repeat scroll 3px;
1663 background:url("../images/icons/page_white_add.png") no-repeat scroll 3px;
1664 height:16px;
1664 height:16px;
1665 padding-left:20px;
1665 padding-left:20px;
1666 margin-top:7px;
1666 margin-top:7px;
1667 text-align:left;
1667 text-align:left;
1668 }
1668 }
1669
1669
1670 .cs_files .cs_changed {
1670 .cs_files .cs_changed {
1671 background:url("../images/icons/page_white_edit.png") no-repeat scroll 3px;
1671 background:url("../images/icons/page_white_edit.png") no-repeat scroll 3px;
1672 height:16px;
1672 height:16px;
1673 padding-left:20px;
1673 padding-left:20px;
1674 margin-top:7px;
1674 margin-top:7px;
1675 text-align:left;
1675 text-align:left;
1676 }
1676 }
1677
1677
1678 .cs_files .cs_removed {
1678 .cs_files .cs_removed {
1679 background:url("../images/icons/page_white_delete.png") no-repeat scroll 3px;
1679 background:url("../images/icons/page_white_delete.png") no-repeat scroll 3px;
1680 height:16px;
1680 height:16px;
1681 padding-left:20px;
1681 padding-left:20px;
1682 margin-top:7px;
1682 margin-top:7px;
1683 text-align:left;
1683 text-align:left;
1684 }
1684 }
1685
1685
1686 #graph {
1686 #graph {
1687 overflow:hidden;
1687 overflow:hidden;
1688 }
1688 }
1689
1689
1690 #graph_nodes {
1690 #graph_nodes {
1691 width:160px;
1691 width:160px;
1692 float:left;
1692 float:left;
1693 margin-left:-50px;
1693 margin-left:-50px;
1694 margin-top:5px;
1694 margin-top:5px;
1695 }
1695 }
1696
1696
1697 #graph_content {
1697 #graph_content {
1698 width:800px;
1698 width:800px;
1699 float:left;
1699 float:left;
1700 }
1700 }
1701
1701
1702 #graph_content .container_header {
1702 #graph_content .container_header {
1703 border:1px solid #CCC;
1703 border:1px solid #CCC;
1704 padding:10px;
1704 padding:10px;
1705 }
1705 }
1706 #graph_content #rev_range_container{
1706 #graph_content #rev_range_container{
1707 padding:10px 0px;
1707 padding:10px 0px;
1708 }
1708 }
1709 #graph_content .container {
1709 #graph_content .container {
1710 border-bottom:1px solid #CCC;
1710 border-bottom:1px solid #CCC;
1711 border-left:1px solid #CCC;
1711 border-left:1px solid #CCC;
1712 border-right:1px solid #CCC;
1712 border-right:1px solid #CCC;
1713 min-height:80px;
1713 min-height:80px;
1714 overflow:hidden;
1714 overflow:hidden;
1715 font-size:1.2em;
1715 font-size:1.2em;
1716 }
1716 }
1717
1717
1718 #graph_content .container .right {
1718 #graph_content .container .right {
1719 float:right;
1719 float:right;
1720 width:28%;
1720 width:28%;
1721 text-align:right;
1721 text-align:right;
1722 padding-bottom:5px;
1722 padding-bottom:5px;
1723 }
1723 }
1724
1724
1725 #graph_content .container .left .date {
1725 #graph_content .container .left .date {
1726 font-weight:700;
1726 font-weight:700;
1727 padding-bottom:5px;
1727 padding-bottom:5px;
1728 }
1728 }
1729 #graph_content .container .left .date span{
1729 #graph_content .container .left .date span{
1730 vertical-align: text-top;
1730 vertical-align: text-top;
1731 }
1731 }
1732
1732
1733 #graph_content .container .left .message {
1733 #graph_content .container .left .message {
1734 font-size:100%;
1734 font-size:100%;
1735 padding-top:3px;
1735 padding-top:3px;
1736 white-space:pre-wrap;
1736 white-space:pre-wrap;
1737 }
1737 }
1738
1738
1739 .right div {
1739 .right div {
1740 clear:both;
1740 clear:both;
1741 }
1741 }
1742
1742
1743 .right .changes .added,.changed,.removed {
1743 .right .changes .added,.changed,.removed {
1744 border:1px solid #DDD;
1744 border:1px solid #DDD;
1745 display:block;
1745 display:block;
1746 float:right;
1746 float:right;
1747 text-align:center;
1747 text-align:center;
1748 min-width:15px;
1748 min-width:15px;
1749 cursor: help;
1749 cursor: help;
1750 }
1750 }
1751 .right .changes .large {
1751 .right .changes .large {
1752 border:1px solid #DDD;
1752 border:1px solid #DDD;
1753 display:block;
1753 display:block;
1754 float:right;
1754 float:right;
1755 text-align:center;
1755 text-align:center;
1756 min-width:45px;
1756 min-width:45px;
1757 cursor: help;
1757 cursor: help;
1758 background: #54A9F7;
1758 background: #54A9F7;
1759 }
1759 }
1760
1760
1761 .right .changes .added {
1761 .right .changes .added {
1762 background:#BFB;
1762 background:#BFB;
1763 }
1763 }
1764
1764
1765 .right .changes .changed {
1765 .right .changes .changed {
1766 background:#FD8;
1766 background:#FD8;
1767 }
1767 }
1768
1768
1769 .right .changes .removed {
1769 .right .changes .removed {
1770 background:#F88;
1770 background:#F88;
1771 }
1771 }
1772
1772
1773 .right .merge {
1773 .right .merge {
1774 vertical-align:top;
1774 vertical-align:top;
1775 font-size:0.75em;
1775 font-size:0.75em;
1776 font-weight:700;
1776 font-weight:700;
1777 }
1777 }
1778
1778
1779 .right .parent {
1779 .right .parent {
1780 font-size:90%;
1780 font-size:90%;
1781 font-family:monospace;
1781 font-family:monospace;
1782 }
1782 }
1783
1783
1784 .right .logtags .branchtag {
1784 .right .logtags .branchtag {
1785 background:#FFF url("../images/icons/arrow_branch.png") no-repeat right 6px;
1785 background:#FFF url("../images/icons/arrow_branch.png") no-repeat right 6px;
1786 display:block;
1786 display:block;
1787 font-size:0.8em;
1787 font-size:0.8em;
1788 padding:11px 16px 0 0;
1788 padding:11px 16px 0 0;
1789 }
1789 }
1790
1790
1791 .right .logtags .tagtag {
1791 .right .logtags .tagtag {
1792 background:#FFF url("../images/icons/tag_blue.png") no-repeat right 6px;
1792 background:#FFF url("../images/icons/tag_blue.png") no-repeat right 6px;
1793 display:block;
1793 display:block;
1794 font-size:0.8em;
1794 font-size:0.8em;
1795 padding:11px 16px 0 0;
1795 padding:11px 16px 0 0;
1796 }
1796 }
1797
1797
1798 div.browserblock {
1798 div.browserblock {
1799 overflow:hidden;
1799 overflow:hidden;
1800 border:1px solid #ccc;
1800 border:1px solid #ccc;
1801 background:#f8f8f8;
1801 background:#f8f8f8;
1802 font-size:100%;
1802 font-size:100%;
1803 line-height:125%;
1803 line-height:125%;
1804 padding:0;
1804 padding:0;
1805 }
1805 }
1806
1806
1807 div.browserblock .browser-header {
1807 div.browserblock .browser-header {
1808 background:#FFF;
1808 background:#FFF;
1809 padding:10px 0px 25px 0px;
1809 padding:10px 0px 25px 0px;
1810 width: 100%;
1810 width: 100%;
1811 }
1811 }
1812 div.browserblock .browser-nav {
1812 div.browserblock .browser-nav {
1813 float:left
1813 float:left
1814 }
1814 }
1815
1815
1816 div.browserblock .browser-branch {
1816 div.browserblock .browser-branch {
1817 float:left;
1817 float:left;
1818 }
1818 }
1819
1819
1820 div.browserblock .browser-branch label {
1820 div.browserblock .browser-branch label {
1821 color:#4A4A4A;
1821 color:#4A4A4A;
1822 vertical-align:text-top;
1822 vertical-align:text-top;
1823 }
1823 }
1824
1824
1825 div.browserblock .browser-header span {
1825 div.browserblock .browser-header span {
1826 margin-left:5px;
1826 margin-left:5px;
1827 font-weight:700;
1827 font-weight:700;
1828 }
1828 }
1829
1829
1830 div.browserblock .browser-body {
1830 div.browserblock .browser-body {
1831 background:#EEE;
1831 background:#EEE;
1832 border-top:1px solid #CCC;
1832 border-top:1px solid #CCC;
1833 }
1833 }
1834
1834
1835 table.code-browser {
1835 table.code-browser {
1836 border-collapse:collapse;
1836 border-collapse:collapse;
1837 width:100%;
1837 width:100%;
1838 }
1838 }
1839
1839
1840 table.code-browser tr {
1840 table.code-browser tr {
1841 margin:3px;
1841 margin:3px;
1842 }
1842 }
1843
1843
1844 table.code-browser thead th {
1844 table.code-browser thead th {
1845 background-color:#EEE;
1845 background-color:#EEE;
1846 height:20px;
1846 height:20px;
1847 font-size:1.1em;
1847 font-size:1.1em;
1848 font-weight:700;
1848 font-weight:700;
1849 text-align:left;
1849 text-align:left;
1850 padding-left:10px;
1850 padding-left:10px;
1851 }
1851 }
1852
1852
1853 table.code-browser tbody td {
1853 table.code-browser tbody td {
1854 padding-left:10px;
1854 padding-left:10px;
1855 height:20px;
1855 height:20px;
1856 }
1856 }
1857
1857
1858 table.code-browser .browser-file {
1858 table.code-browser .browser-file {
1859 background:url("../images/icons/document_16.png") no-repeat scroll 3px;
1859 background:url("../images/icons/document_16.png") no-repeat scroll 3px;
1860 height:16px;
1860 height:16px;
1861 padding-left:20px;
1861 padding-left:20px;
1862 text-align:left;
1862 text-align:left;
1863 }
1863 }
1864 .diffblock .changeset_file{
1864 .diffblock .changeset_file{
1865 background:url("../images/icons/file.png") no-repeat scroll 3px;
1865 background:url("../images/icons/file.png") no-repeat scroll 3px;
1866 height:16px;
1866 height:16px;
1867 padding-left:22px;
1867 padding-left:22px;
1868 text-align:left;
1868 text-align:left;
1869 font-size: 14px;
1869 font-size: 14px;
1870 }
1870 }
1871
1871
1872 .diffblock .changeset_header{
1872 .diffblock .changeset_header{
1873 margin-left: 6px !important;
1873 margin-left: 6px !important;
1874 }
1874 }
1875
1875
1876 table.code-browser .browser-dir {
1876 table.code-browser .browser-dir {
1877 background:url("../images/icons/folder_16.png") no-repeat scroll 3px;
1877 background:url("../images/icons/folder_16.png") no-repeat scroll 3px;
1878 height:16px;
1878 height:16px;
1879 padding-left:20px;
1879 padding-left:20px;
1880 text-align:left;
1880 text-align:left;
1881 }
1881 }
1882
1882
1883 .box .search {
1883 .box .search {
1884 clear:both;
1884 clear:both;
1885 overflow:hidden;
1885 overflow:hidden;
1886 margin:0;
1886 margin:0;
1887 padding:0 20px 10px;
1887 padding:0 20px 10px;
1888 }
1888 }
1889
1889
1890 .box .search div.search_path {
1890 .box .search div.search_path {
1891 background:none repeat scroll 0 0 #EEE;
1891 background:none repeat scroll 0 0 #EEE;
1892 border:1px solid #CCC;
1892 border:1px solid #CCC;
1893 color:blue;
1893 color:blue;
1894 margin-bottom:10px;
1894 margin-bottom:10px;
1895 padding:10px 0;
1895 padding:10px 0;
1896 }
1896 }
1897
1897
1898 .box .search div.search_path div.link {
1898 .box .search div.search_path div.link {
1899 font-weight:700;
1899 font-weight:700;
1900 margin-left:25px;
1900 margin-left:25px;
1901 }
1901 }
1902
1902
1903 .box .search div.search_path div.link a {
1903 .box .search div.search_path div.link a {
1904 color:#003367;
1904 color:#003367;
1905 cursor:pointer;
1905 cursor:pointer;
1906 text-decoration:none;
1906 text-decoration:none;
1907 }
1907 }
1908
1908
1909 #path_unlock {
1909 #path_unlock {
1910 color:red;
1910 color:red;
1911 font-size:1.2em;
1911 font-size:1.2em;
1912 padding-left:4px;
1912 padding-left:4px;
1913 }
1913 }
1914
1914
1915 .info_box span {
1915 .info_box span {
1916 margin-left:3px;
1916 margin-left:3px;
1917 margin-right:3px;
1917 margin-right:3px;
1918 }
1918 }
1919
1919
1920 .info_box .rev {
1920 .info_box .rev {
1921 color: #003367;
1921 color: #003367;
1922 font-size: 1.6em;
1922 font-size: 1.6em;
1923 font-weight: bold;
1923 font-weight: bold;
1924 vertical-align: sub;
1924 vertical-align: sub;
1925 }
1925 }
1926
1926
1927
1927
1928 .info_box input#at_rev,.info_box input#size {
1928 .info_box input#at_rev,.info_box input#size {
1929 background:#FFF;
1929 background:#FFF;
1930 border-top:1px solid #b3b3b3;
1930 border-top:1px solid #b3b3b3;
1931 border-left:1px solid #b3b3b3;
1931 border-left:1px solid #b3b3b3;
1932 border-right:1px solid #eaeaea;
1932 border-right:1px solid #eaeaea;
1933 border-bottom:1px solid #eaeaea;
1933 border-bottom:1px solid #eaeaea;
1934 color:#000;
1934 color:#000;
1935 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1935 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1936 font-size:12px;
1936 font-size:12px;
1937 margin:0;
1937 margin:0;
1938 padding:1px 5px 1px;
1938 padding:1px 5px 1px;
1939 }
1939 }
1940
1940
1941
1941
1942
1942
1943 .info_box input#view {
1943 .info_box input#view {
1944 text-align:center;
1944 text-align:center;
1945 padding:4px 3px 2px 2px;
1945 padding:4px 3px 2px 2px;
1946 }
1946 }
1947
1947
1948 .yui-overlay,.yui-panel-container {
1948 .yui-overlay,.yui-panel-container {
1949 visibility:hidden;
1949 visibility:hidden;
1950 position:absolute;
1950 position:absolute;
1951 z-index:2;
1951 z-index:2;
1952 }
1952 }
1953
1953
1954 .yui-tt {
1954 .yui-tt {
1955 visibility:hidden;
1955 visibility:hidden;
1956 position:absolute;
1956 position:absolute;
1957 color:#666;
1957 color:#666;
1958 background-color:#FFF;
1958 background-color:#FFF;
1959 font-family:arial, helvetica, verdana, sans-serif;
1959 font-family:arial, helvetica, verdana, sans-serif;
1960 border:2px solid #003367;
1960 border:2px solid #003367;
1961 font:100% sans-serif;
1961 font:100% sans-serif;
1962 width:auto;
1962 width:auto;
1963 opacity:1px;
1963 opacity:1px;
1964 padding:8px;
1964 padding:8px;
1965 white-space: pre;
1965 white-space: pre-wrap;
1966 -webkit-border-radius: 8px 8px 8px 8px;
1966 -webkit-border-radius: 8px 8px 8px 8px;
1967 -khtml-border-radius: 8px 8px 8px 8px;
1967 -khtml-border-radius: 8px 8px 8px 8px;
1968 -moz-border-radius: 8px 8px 8px 8px;
1968 -moz-border-radius: 8px 8px 8px 8px;
1969 border-radius: 8px 8px 8px 8px;
1969 border-radius: 8px 8px 8px 8px;
1970
1970 }
1971 }
1971
1972
1972 .ac {
1973 .ac {
1973 vertical-align:top;
1974 vertical-align:top;
1974 }
1975 }
1975
1976
1976 .ac .yui-ac {
1977 .ac .yui-ac {
1977 position:relative;
1978 position:relative;
1978 font-family:arial;
1979 font-family:arial;
1979 font-size:100%;
1980 font-size:100%;
1980 }
1981 }
1981
1982
1982 .ac .perm_ac {
1983 .ac .perm_ac {
1983 width:15em;
1984 width:15em;
1984 }
1985 }
1985
1986
1986 .ac .yui-ac-input {
1987 .ac .yui-ac-input {
1987 width:100%;
1988 width:100%;
1988 }
1989 }
1989
1990
1990 .ac .yui-ac-container {
1991 .ac .yui-ac-container {
1991 position:absolute;
1992 position:absolute;
1992 top:1.6em;
1993 top:1.6em;
1993 width:100%;
1994 width:100%;
1994 }
1995 }
1995
1996
1996 .ac .yui-ac-content {
1997 .ac .yui-ac-content {
1997 position:absolute;
1998 position:absolute;
1998 width:100%;
1999 width:100%;
1999 border:1px solid gray;
2000 border:1px solid gray;
2000 background:#fff;
2001 background:#fff;
2001 overflow:hidden;
2002 overflow:hidden;
2002 z-index:9050;
2003 z-index:9050;
2003 }
2004 }
2004
2005
2005 .ac .yui-ac-shadow {
2006 .ac .yui-ac-shadow {
2006 position:absolute;
2007 position:absolute;
2007 width:100%;
2008 width:100%;
2008 background:#000;
2009 background:#000;
2009 -moz-opacity:0.1px;
2010 -moz-opacity:0.1px;
2010 opacity:.10;
2011 opacity:.10;
2011 filter:alpha(opacity = 10);
2012 filter:alpha(opacity = 10);
2012 z-index:9049;
2013 z-index:9049;
2013 margin:.3em;
2014 margin:.3em;
2014 }
2015 }
2015
2016
2016 .ac .yui-ac-content ul {
2017 .ac .yui-ac-content ul {
2017 width:100%;
2018 width:100%;
2018 margin:0;
2019 margin:0;
2019 padding:0;
2020 padding:0;
2020 }
2021 }
2021
2022
2022 .ac .yui-ac-content li {
2023 .ac .yui-ac-content li {
2023 cursor:default;
2024 cursor:default;
2024 white-space:nowrap;
2025 white-space:nowrap;
2025 margin:0;
2026 margin:0;
2026 padding:2px 5px;
2027 padding:2px 5px;
2027 }
2028 }
2028
2029
2029 .ac .yui-ac-content li.yui-ac-prehighlight {
2030 .ac .yui-ac-content li.yui-ac-prehighlight {
2030 background:#B3D4FF;
2031 background:#B3D4FF;
2031 }
2032 }
2032
2033
2033 .ac .yui-ac-content li.yui-ac-highlight {
2034 .ac .yui-ac-content li.yui-ac-highlight {
2034 background:#556CB5;
2035 background:#556CB5;
2035 color:#FFF;
2036 color:#FFF;
2036 }
2037 }
2037
2038
2038
2039
2039 .follow{
2040 .follow{
2040 background:url("../images/icons/heart_add.png") no-repeat scroll 3px;
2041 background:url("../images/icons/heart_add.png") no-repeat scroll 3px;
2041 height: 16px;
2042 height: 16px;
2042 width: 20px;
2043 width: 20px;
2043 cursor: pointer;
2044 cursor: pointer;
2044 display: block;
2045 display: block;
2045 float: right;
2046 float: right;
2046 margin-top: 2px;
2047 margin-top: 2px;
2047 }
2048 }
2048
2049
2049 .following{
2050 .following{
2050 background:url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2051 background:url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2051 height: 16px;
2052 height: 16px;
2052 width: 20px;
2053 width: 20px;
2053 cursor: pointer;
2054 cursor: pointer;
2054 display: block;
2055 display: block;
2055 float: right;
2056 float: right;
2056 margin-top: 2px;
2057 margin-top: 2px;
2057 }
2058 }
2058
2059
2059 .currently_following{
2060 .currently_following{
2060 padding-left: 10px;
2061 padding-left: 10px;
2061 padding-bottom:5px;
2062 padding-bottom:5px;
2062 }
2063 }
2063
2064
2064 .add_icon {
2065 .add_icon {
2065 background:url("../images/icons/add.png") no-repeat scroll 3px;
2066 background:url("../images/icons/add.png") no-repeat scroll 3px;
2066 padding-left:20px;
2067 padding-left:20px;
2067 padding-top:0px;
2068 padding-top:0px;
2068 text-align:left;
2069 text-align:left;
2069 }
2070 }
2070
2071
2071 .edit_icon {
2072 .edit_icon {
2072 background:url("../images/icons/folder_edit.png") no-repeat scroll 3px;
2073 background:url("../images/icons/folder_edit.png") no-repeat scroll 3px;
2073 padding-left:20px;
2074 padding-left:20px;
2074 padding-top:0px;
2075 padding-top:0px;
2075 text-align:left;
2076 text-align:left;
2076 }
2077 }
2077
2078
2078 .delete_icon {
2079 .delete_icon {
2079 background:url("../images/icons/delete.png") no-repeat scroll 3px;
2080 background:url("../images/icons/delete.png") no-repeat scroll 3px;
2080 padding-left:20px;
2081 padding-left:20px;
2081 padding-top:0px;
2082 padding-top:0px;
2082 text-align:left;
2083 text-align:left;
2083 }
2084 }
2084
2085
2085 .refresh_icon {
2086 .refresh_icon {
2086 background:url("../images/icons/arrow_refresh.png") no-repeat scroll 3px;
2087 background:url("../images/icons/arrow_refresh.png") no-repeat scroll 3px;
2087 padding-left:20px;
2088 padding-left:20px;
2088 padding-top:0px;
2089 padding-top:0px;
2089 text-align:left;
2090 text-align:left;
2090 }
2091 }
2091
2092
2092 .pull_icon {
2093 .pull_icon {
2093 background:url("../images/icons/connect.png") no-repeat scroll 3px;
2094 background:url("../images/icons/connect.png") no-repeat scroll 3px;
2094 padding-left:20px;
2095 padding-left:20px;
2095 padding-top:0px;
2096 padding-top:0px;
2096 text-align:left;
2097 text-align:left;
2097 }
2098 }
2098
2099
2099 .rss_icon {
2100 .rss_icon {
2100 background:url("../images/icons/rss_16.png") no-repeat scroll 3px;
2101 background:url("../images/icons/rss_16.png") no-repeat scroll 3px;
2101 padding-left:20px;
2102 padding-left:20px;
2102 padding-top:0px;
2103 padding-top:0px;
2103 text-align:left;
2104 text-align:left;
2104 }
2105 }
2105
2106
2106 .atom_icon {
2107 .atom_icon {
2107 background:url("../images/icons/atom.png") no-repeat scroll 3px;
2108 background:url("../images/icons/atom.png") no-repeat scroll 3px;
2108 padding-left:20px;
2109 padding-left:20px;
2109 padding-top:0px;
2110 padding-top:0px;
2110 text-align:left;
2111 text-align:left;
2111 }
2112 }
2112
2113
2113 .archive_icon {
2114 .archive_icon {
2114 background:url("../images/icons/compress.png") no-repeat scroll 3px;
2115 background:url("../images/icons/compress.png") no-repeat scroll 3px;
2115 padding-left:20px;
2116 padding-left:20px;
2116 text-align:left;
2117 text-align:left;
2117 padding-top:1px;
2118 padding-top:1px;
2118 }
2119 }
2119
2120
2120 .start_following_icon {
2121 .start_following_icon {
2121 background:url("../images/icons/heart_add.png") no-repeat scroll 3px;
2122 background:url("../images/icons/heart_add.png") no-repeat scroll 3px;
2122 padding-left:20px;
2123 padding-left:20px;
2123 text-align:left;
2124 text-align:left;
2124 padding-top:0px;
2125 padding-top:0px;
2125 }
2126 }
2126
2127
2127 .stop_following_icon {
2128 .stop_following_icon {
2128 background:url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2129 background:url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2129 padding-left:20px;
2130 padding-left:20px;
2130 text-align:left;
2131 text-align:left;
2131 padding-top:0px;
2132 padding-top:0px;
2132 }
2133 }
2133
2134
2134 .action_button {
2135 .action_button {
2135 border:0;
2136 border:0;
2136 display:inline;
2137 display:inline;
2137 }
2138 }
2138
2139
2139 .action_button:hover {
2140 .action_button:hover {
2140 border:0;
2141 border:0;
2141 text-decoration:underline;
2142 text-decoration:underline;
2142 cursor:pointer;
2143 cursor:pointer;
2143 }
2144 }
2144
2145
2145 #switch_repos {
2146 #switch_repos {
2146 position:absolute;
2147 position:absolute;
2147 height:25px;
2148 height:25px;
2148 z-index:1;
2149 z-index:1;
2149 }
2150 }
2150
2151
2151 #switch_repos select {
2152 #switch_repos select {
2152 min-width:150px;
2153 min-width:150px;
2153 max-height:250px;
2154 max-height:250px;
2154 z-index:1;
2155 z-index:1;
2155 }
2156 }
2156
2157
2157 .breadcrumbs {
2158 .breadcrumbs {
2158 border:medium none;
2159 border:medium none;
2159 color:#FFF;
2160 color:#FFF;
2160 float:left;
2161 float:left;
2161 text-transform:uppercase;
2162 text-transform:uppercase;
2162 font-weight:700;
2163 font-weight:700;
2163 font-size:14px;
2164 font-size:14px;
2164 margin:0;
2165 margin:0;
2165 padding:11px 0 11px 10px;
2166 padding:11px 0 11px 10px;
2166 }
2167 }
2167
2168
2168 .breadcrumbs a {
2169 .breadcrumbs a {
2169 color:#FFF;
2170 color:#FFF;
2170 }
2171 }
2171
2172
2172 .flash_msg ul {
2173 .flash_msg ul {
2173 margin:0;
2174 margin:0;
2174 padding:0 0 10px;
2175 padding:0 0 10px;
2175 }
2176 }
2176
2177
2177 .error_msg {
2178 .error_msg {
2178 background-color:#FFCFCF;
2179 background-color:#FFCFCF;
2179 background-image:url("../images/icons/error_msg.png");
2180 background-image:url("../images/icons/error_msg.png");
2180 border:1px solid #FF9595;
2181 border:1px solid #FF9595;
2181 color:#C30;
2182 color:#C30;
2182 }
2183 }
2183
2184
2184 .warning_msg {
2185 .warning_msg {
2185 background-color:#FFFBCC;
2186 background-color:#FFFBCC;
2186 background-image:url("../images/icons/warning_msg.png");
2187 background-image:url("../images/icons/warning_msg.png");
2187 border:1px solid #FFF35E;
2188 border:1px solid #FFF35E;
2188 color:#C69E00;
2189 color:#C69E00;
2189 }
2190 }
2190
2191
2191 .success_msg {
2192 .success_msg {
2192 background-color:#D5FFCF;
2193 background-color:#D5FFCF;
2193 background-image:url("../images/icons/success_msg.png");
2194 background-image:url("../images/icons/success_msg.png");
2194 border:1px solid #97FF88;
2195 border:1px solid #97FF88;
2195 color:#090;
2196 color:#090;
2196 }
2197 }
2197
2198
2198 .notice_msg {
2199 .notice_msg {
2199 background-color:#DCE3FF;
2200 background-color:#DCE3FF;
2200 background-image:url("../images/icons/notice_msg.png");
2201 background-image:url("../images/icons/notice_msg.png");
2201 border:1px solid #93A8FF;
2202 border:1px solid #93A8FF;
2202 color:#556CB5;
2203 color:#556CB5;
2203 }
2204 }
2204
2205
2205 .success_msg,.error_msg,.notice_msg,.warning_msg {
2206 .success_msg,.error_msg,.notice_msg,.warning_msg {
2206 background-position:10px center;
2207 background-position:10px center;
2207 background-repeat:no-repeat;
2208 background-repeat:no-repeat;
2208 font-size:12px;
2209 font-size:12px;
2209 font-weight:700;
2210 font-weight:700;
2210 min-height:14px;
2211 min-height:14px;
2211 line-height:14px;
2212 line-height:14px;
2212 margin-bottom:0;
2213 margin-bottom:0;
2213 margin-top:0;
2214 margin-top:0;
2214 display:block;
2215 display:block;
2215 overflow:auto;
2216 overflow:auto;
2216 padding:6px 10px 6px 40px;
2217 padding:6px 10px 6px 40px;
2217 }
2218 }
2218
2219
2219 #msg_close {
2220 #msg_close {
2220 background:transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
2221 background:transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
2221 cursor:pointer;
2222 cursor:pointer;
2222 height:16px;
2223 height:16px;
2223 position:absolute;
2224 position:absolute;
2224 right:5px;
2225 right:5px;
2225 top:5px;
2226 top:5px;
2226 width:16px;
2227 width:16px;
2227 }
2228 }
2228
2229
2229 div#legend_container table,div#legend_choices table {
2230 div#legend_container table,div#legend_choices table {
2230 width:auto !important;
2231 width:auto !important;
2231 }
2232 }
2232
2233
2233 table#permissions_manage {
2234 table#permissions_manage {
2234 width:0 !important;
2235 width:0 !important;
2235 }
2236 }
2236
2237
2237 table#permissions_manage span.private_repo_msg {
2238 table#permissions_manage span.private_repo_msg {
2238 font-size:0.8em;
2239 font-size:0.8em;
2239 opacity:0.6px;
2240 opacity:0.6px;
2240 }
2241 }
2241
2242
2242 table#permissions_manage td.private_repo_msg {
2243 table#permissions_manage td.private_repo_msg {
2243 font-size:0.8em;
2244 font-size:0.8em;
2244 }
2245 }
2245
2246
2246 table#permissions_manage tr#add_perm_input td {
2247 table#permissions_manage tr#add_perm_input td {
2247 vertical-align:middle;
2248 vertical-align:middle;
2248 }
2249 }
2249
2250
2250 div.gravatar {
2251 div.gravatar {
2251 background-color:#FFF;
2252 background-color:#FFF;
2252 border:1px solid #D0D0D0;
2253 border:1px solid #D0D0D0;
2253 float:left;
2254 float:left;
2254 margin-right:0.7em;
2255 margin-right:0.7em;
2255 padding:2px 2px 0;
2256 padding:2px 2px 0;
2256 }
2257 }
2257
2258
2258 #header,#content,#footer {
2259 #header,#content,#footer {
2259 min-width:978px;
2260 min-width:978px;
2260 }
2261 }
2261
2262
2262 #content {
2263 #content {
2263 min-height:100%;
2264 min-height:100%;
2264 clear:both;
2265 clear:both;
2265 overflow:hidden;
2266 overflow:hidden;
2266 padding:14px 10px;
2267 padding:14px 10px;
2267 }
2268 }
2268
2269
2269 #content div.box div.title div.search {
2270 #content div.box div.title div.search {
2270 background:url("../images/title_link.png") no-repeat top left;
2271 background:url("../images/title_link.png") no-repeat top left;
2271 border-left:1px solid #316293;
2272 border-left:1px solid #316293;
2272 }
2273 }
2273
2274
2274 #content div.box div.title div.search div.input input {
2275 #content div.box div.title div.search div.input input {
2275 border:1px solid #316293;
2276 border:1px solid #316293;
2276 }
2277 }
2277
2278
2278 #content div.box div.title div.search div.button input.ui-button {
2279 #content div.box div.title div.search div.button input.ui-button {
2279 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2280 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2280 border:1px solid #316293;
2281 border:1px solid #316293;
2281 border-left:none;
2282 border-left:none;
2282 color:#FFF;
2283 color:#FFF;
2283 }
2284 }
2284
2285
2285 #content div.box input.ui-button-small {
2286 #content div.box input.ui-button-small {
2286 background:#e5e3e3 url("../images/button.png") repeat-x;
2287 background:#e5e3e3 url("../images/button.png") repeat-x;
2287 border-top:1px solid #DDD;
2288 border-top:1px solid #DDD;
2288 border-left:1px solid #c6c6c6;
2289 border-left:1px solid #c6c6c6;
2289 border-right:1px solid #DDD;
2290 border-right:1px solid #DDD;
2290 border-bottom:1px solid #c6c6c6;
2291 border-bottom:1px solid #c6c6c6;
2291 color:#515151;
2292 color:#515151;
2292 outline:none;
2293 outline:none;
2293 margin:0;
2294 margin:0;
2294 }
2295 }
2295
2296
2296 #content div.box input.ui-button-small-blue {
2297 #content div.box input.ui-button-small-blue {
2297 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2298 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2298 border-top:1px solid #5c91a4;
2299 border-top:1px solid #5c91a4;
2299 border-left:1px solid #2a6f89;
2300 border-left:1px solid #2a6f89;
2300 border-right:1px solid #2b7089;
2301 border-right:1px solid #2b7089;
2301 border-bottom:1px solid #1a6480;
2302 border-bottom:1px solid #1a6480;
2302 color:#fff;
2303 color:#fff;
2303 }
2304 }
2304
2305
2305 #content div.box input.ui-button-small submit,button{
2306 #content div.box input.ui-button-small submit,button{
2306 cursor: pointer;
2307 cursor: pointer;
2307 }
2308 }
2308
2309
2309 #content div.box div.title div.search div.button input.ui-state-hover {
2310 #content div.box div.title div.search div.button input.ui-state-hover {
2310 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
2311 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
2311 border:1px solid #316293;
2312 border:1px solid #316293;
2312 border-left:none;
2313 border-left:none;
2313 color:#FFF;
2314 color:#FFF;
2314 }
2315 }
2315
2316
2316 #content div.box div.form div.fields div.field div.highlight .ui-button {
2317 #content div.box div.form div.fields div.field div.highlight .ui-button {
2317 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2318 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2318 border-top:1px solid #5c91a4;
2319 border-top:1px solid #5c91a4;
2319 border-left:1px solid #2a6f89;
2320 border-left:1px solid #2a6f89;
2320 border-right:1px solid #2b7089;
2321 border-right:1px solid #2b7089;
2321 border-bottom:1px solid #1a6480;
2322 border-bottom:1px solid #1a6480;
2322 color:#fff;
2323 color:#fff;
2323 }
2324 }
2324
2325
2325 #content div.box div.form div.fields div.field div.highlight .ui-state-hover {
2326 #content div.box div.form div.fields div.field div.highlight .ui-state-hover {
2326 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
2327 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
2327 border-top:1px solid #78acbf;
2328 border-top:1px solid #78acbf;
2328 border-left:1px solid #34819e;
2329 border-left:1px solid #34819e;
2329 border-right:1px solid #35829f;
2330 border-right:1px solid #35829f;
2330 border-bottom:1px solid #257897;
2331 border-bottom:1px solid #257897;
2331 color:#fff;
2332 color:#fff;
2332 }
2333 }
2333
2334
2334 ins,div.options a:hover {
2335 ins,div.options a:hover {
2335 text-decoration:none;
2336 text-decoration:none;
2336 }
2337 }
2337
2338
2338 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 {
2339 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 {
2339 border:none;
2340 border:none;
2340 }
2341 }
2341
2342
2342 img.icon,.right .merge img {
2343 img.icon,.right .merge img {
2343 vertical-align:bottom;
2344 vertical-align:bottom;
2344 }
2345 }
2345
2346
2346 #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 {
2347 #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 {
2347 float:right;
2348 float:right;
2348 margin:0;
2349 margin:0;
2349 padding:0;
2350 padding:0;
2350 }
2351 }
2351
2352
2352 #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 {
2353 #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 {
2353 float:left;
2354 float:left;
2354 }
2355 }
2355
2356
2356 #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 {
2357 #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 {
2357 display:none;
2358 display:none;
2358 }
2359 }
2359
2360
2360 #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 {
2361 #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 {
2361 display:block;
2362 display:block;
2362 }
2363 }
2363
2364
2364 #content div.graph{
2365 #content div.graph{
2365 padding:0 10px 10px;
2366 padding:0 10px 10px;
2366 }
2367 }
2367
2368
2368 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a {
2369 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a {
2369 color:#bfe3ff;
2370 color:#bfe3ff;
2370 }
2371 }
2371
2372
2372 #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 {
2373 #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 {
2373 margin:10px 24px 10px 44px;
2374 margin:10px 24px 10px 44px;
2374 }
2375 }
2375
2376
2376 #content div.box div.form,#content div.box div.table,#content div.box div.traffic {
2377 #content div.box div.form,#content div.box div.table,#content div.box div.traffic {
2377 clear:both;
2378 clear:both;
2378 overflow:hidden;
2379 overflow:hidden;
2379 margin:0;
2380 margin:0;
2380 padding:0 20px 10px;
2381 padding:0 20px 10px;
2381 }
2382 }
2382
2383
2383 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields {
2384 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields {
2384 clear:both;
2385 clear:both;
2385 overflow:hidden;
2386 overflow:hidden;
2386 margin:0;
2387 margin:0;
2387 padding:0;
2388 padding:0;
2388 }
2389 }
2389
2390
2390 #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 {
2391 #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 {
2391 height:1%;
2392 height:1%;
2392 display:block;
2393 display:block;
2393 color:#363636;
2394 color:#363636;
2394 margin:0;
2395 margin:0;
2395 padding:2px 0 0;
2396 padding:2px 0 0;
2396 }
2397 }
2397
2398
2398 #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 {
2399 #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 {
2399 background:#FBE3E4;
2400 background:#FBE3E4;
2400 border-top:1px solid #e1b2b3;
2401 border-top:1px solid #e1b2b3;
2401 border-left:1px solid #e1b2b3;
2402 border-left:1px solid #e1b2b3;
2402 border-right:1px solid #FBC2C4;
2403 border-right:1px solid #FBC2C4;
2403 border-bottom:1px solid #FBC2C4;
2404 border-bottom:1px solid #FBC2C4;
2404 }
2405 }
2405
2406
2406 #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 {
2407 #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 {
2407 background:#E6EFC2;
2408 background:#E6EFC2;
2408 border-top:1px solid #cebb98;
2409 border-top:1px solid #cebb98;
2409 border-left:1px solid #cebb98;
2410 border-left:1px solid #cebb98;
2410 border-right:1px solid #c6d880;
2411 border-right:1px solid #c6d880;
2411 border-bottom:1px solid #c6d880;
2412 border-bottom:1px solid #c6d880;
2412 }
2413 }
2413
2414
2414 #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 {
2415 #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 {
2415 margin:0;
2416 margin:0;
2416 }
2417 }
2417
2418
2418 #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{
2419 #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{
2419 margin:0 0 0 0px !important;
2420 margin:0 0 0 0px !important;
2420 padding:0;
2421 padding:0;
2421 }
2422 }
2422
2423
2423 #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 {
2424 #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 {
2424 margin:0 0 0 200px;
2425 margin:0 0 0 200px;
2425 padding:0;
2426 padding:0;
2426 }
2427 }
2427
2428
2428
2429
2429 #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 {
2430 #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 {
2430 color:#000;
2431 color:#000;
2431 text-decoration:none;
2432 text-decoration:none;
2432 }
2433 }
2433
2434
2434 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus {
2435 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus {
2435 border:1px solid #666;
2436 border:1px solid #666;
2436 }
2437 }
2437
2438
2438 #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 {
2439 #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 {
2439 clear:both;
2440 clear:both;
2440 overflow:hidden;
2441 overflow:hidden;
2441 margin:0;
2442 margin:0;
2442 padding:8px 0 2px;
2443 padding:8px 0 2px;
2443 }
2444 }
2444
2445
2445 #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 {
2446 #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 {
2446 float:left;
2447 float:left;
2447 margin:0;
2448 margin:0;
2448 }
2449 }
2449
2450
2450 #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 {
2451 #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 {
2451 height:1%;
2452 height:1%;
2452 display:block;
2453 display:block;
2453 float:left;
2454 float:left;
2454 margin:2px 0 0 4px;
2455 margin:2px 0 0 4px;
2455 }
2456 }
2456
2457
2457 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 {
2458 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 {
2458 color:#000;
2459 color:#000;
2459 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
2460 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
2460 font-size:11px;
2461 font-size:11px;
2461 font-weight:700;
2462 font-weight:700;
2462 margin:0;
2463 margin:0;
2463 }
2464 }
2464
2465
2465 div.form div.fields div.field div.button .ui-button,#content div.box div.form div.fields div.buttons input.ui-button {
2466 div.form div.fields div.field div.button .ui-button,#content div.box div.form div.fields div.buttons input.ui-button {
2466 background:#e5e3e3 url("../images/button.png") repeat-x;
2467 background:#e5e3e3 url("../images/button.png") repeat-x;
2467 border-top:1px solid #DDD;
2468 border-top:1px solid #DDD;
2468 border-left:1px solid #c6c6c6;
2469 border-left:1px solid #c6c6c6;
2469 border-right:1px solid #DDD;
2470 border-right:1px solid #DDD;
2470 border-bottom:1px solid #c6c6c6;
2471 border-bottom:1px solid #c6c6c6;
2471 color:#515151;
2472 color:#515151;
2472 outline:none;
2473 outline:none;
2473 margin:0;
2474 margin:0;
2474 padding:6px 12px;
2475 padding:6px 12px;
2475 }
2476 }
2476
2477
2477 div.form div.fields div.field div.button .ui-state-hover,#content div.box div.form div.fields div.buttons input.ui-state-hover {
2478 div.form div.fields div.field div.button .ui-state-hover,#content div.box div.form div.fields div.buttons input.ui-state-hover {
2478 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2479 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2479 border-top:1px solid #ccc;
2480 border-top:1px solid #ccc;
2480 border-left:1px solid #bebebe;
2481 border-left:1px solid #bebebe;
2481 border-right:1px solid #b1b1b1;
2482 border-right:1px solid #b1b1b1;
2482 border-bottom:1px solid #afafaf;
2483 border-bottom:1px solid #afafaf;
2483 color:#515151;
2484 color:#515151;
2484 outline:none;
2485 outline:none;
2485 margin:0;
2486 margin:0;
2486 padding:6px 12px;
2487 padding:6px 12px;
2487 }
2488 }
2488
2489
2489 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight {
2490 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight {
2490 display:inline;
2491 display:inline;
2491 }
2492 }
2492
2493
2493 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons {
2494 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons {
2494 margin:10px 0 0 200px;
2495 margin:10px 0 0 200px;
2495 padding:0;
2496 padding:0;
2496 }
2497 }
2497
2498
2498 #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 {
2499 #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 {
2499 margin:10px 0 0;
2500 margin:10px 0 0;
2500 }
2501 }
2501
2502
2502 #content div.box table td.user,#content div.box table td.address {
2503 #content div.box table td.user,#content div.box table td.address {
2503 width:10%;
2504 width:10%;
2504 text-align:center;
2505 text-align:center;
2505 }
2506 }
2506
2507
2507 #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 {
2508 #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 {
2508 text-align:right;
2509 text-align:right;
2509 margin:6px 0 0;
2510 margin:6px 0 0;
2510 padding:0;
2511 padding:0;
2511 }
2512 }
2512
2513
2513 #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 {
2514 #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 {
2514 background:#e5e3e3 url("../images/button.png") repeat-x;
2515 background:#e5e3e3 url("../images/button.png") repeat-x;
2515 border-top:1px solid #DDD;
2516 border-top:1px solid #DDD;
2516 border-left:1px solid #c6c6c6;
2517 border-left:1px solid #c6c6c6;
2517 border-right:1px solid #DDD;
2518 border-right:1px solid #DDD;
2518 border-bottom:1px solid #c6c6c6;
2519 border-bottom:1px solid #c6c6c6;
2519 color:#515151;
2520 color:#515151;
2520 margin:0;
2521 margin:0;
2521 padding:6px 12px;
2522 padding:6px 12px;
2522 }
2523 }
2523
2524
2524 #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 {
2525 #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 {
2525 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2526 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2526 border-top:1px solid #ccc;
2527 border-top:1px solid #ccc;
2527 border-left:1px solid #bebebe;
2528 border-left:1px solid #bebebe;
2528 border-right:1px solid #b1b1b1;
2529 border-right:1px solid #b1b1b1;
2529 border-bottom:1px solid #afafaf;
2530 border-bottom:1px solid #afafaf;
2530 color:#515151;
2531 color:#515151;
2531 margin:0;
2532 margin:0;
2532 padding:6px 12px;
2533 padding:6px 12px;
2533 }
2534 }
2534
2535
2535 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results {
2536 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results {
2536 text-align:left;
2537 text-align:left;
2537 float:left;
2538 float:left;
2538 margin:0;
2539 margin:0;
2539 padding:0;
2540 padding:0;
2540 }
2541 }
2541
2542
2542 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span {
2543 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span {
2543 height:1%;
2544 height:1%;
2544 display:block;
2545 display:block;
2545 float:left;
2546 float:left;
2546 background:#ebebeb url("../images/pager.png") repeat-x;
2547 background:#ebebeb url("../images/pager.png") repeat-x;
2547 border-top:1px solid #dedede;
2548 border-top:1px solid #dedede;
2548 border-left:1px solid #cfcfcf;
2549 border-left:1px solid #cfcfcf;
2549 border-right:1px solid #c4c4c4;
2550 border-right:1px solid #c4c4c4;
2550 border-bottom:1px solid #c4c4c4;
2551 border-bottom:1px solid #c4c4c4;
2551 color:#4A4A4A;
2552 color:#4A4A4A;
2552 font-weight:700;
2553 font-weight:700;
2553 margin:0;
2554 margin:0;
2554 padding:6px 8px;
2555 padding:6px 8px;
2555 }
2556 }
2556
2557
2557 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled {
2558 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled {
2558 color:#B4B4B4;
2559 color:#B4B4B4;
2559 padding:6px;
2560 padding:6px;
2560 }
2561 }
2561
2562
2562 #login,#register {
2563 #login,#register {
2563 width:520px;
2564 width:520px;
2564 margin:10% auto 0;
2565 margin:10% auto 0;
2565 padding:0;
2566 padding:0;
2566 }
2567 }
2567
2568
2568 #login div.color,#register div.color {
2569 #login div.color,#register div.color {
2569 clear:both;
2570 clear:both;
2570 overflow:hidden;
2571 overflow:hidden;
2571 background:#FFF;
2572 background:#FFF;
2572 margin:10px auto 0;
2573 margin:10px auto 0;
2573 padding:3px 3px 3px 0;
2574 padding:3px 3px 3px 0;
2574 }
2575 }
2575
2576
2576 #login div.color a,#register div.color a {
2577 #login div.color a,#register div.color a {
2577 width:20px;
2578 width:20px;
2578 height:20px;
2579 height:20px;
2579 display:block;
2580 display:block;
2580 float:left;
2581 float:left;
2581 margin:0 0 0 3px;
2582 margin:0 0 0 3px;
2582 padding:0;
2583 padding:0;
2583 }
2584 }
2584
2585
2585 #login div.title h5,#register div.title h5 {
2586 #login div.title h5,#register div.title h5 {
2586 color:#fff;
2587 color:#fff;
2587 margin:10px;
2588 margin:10px;
2588 padding:0;
2589 padding:0;
2589 }
2590 }
2590
2591
2591 #login div.form div.fields div.field,#register div.form div.fields div.field {
2592 #login div.form div.fields div.field,#register div.form div.fields div.field {
2592 clear:both;
2593 clear:both;
2593 overflow:hidden;
2594 overflow:hidden;
2594 margin:0;
2595 margin:0;
2595 padding:0 0 10px;
2596 padding:0 0 10px;
2596 }
2597 }
2597
2598
2598 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message {
2599 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message {
2599 height:1%;
2600 height:1%;
2600 display:block;
2601 display:block;
2601 color:red;
2602 color:red;
2602 margin:8px 0 0;
2603 margin:8px 0 0;
2603 padding:0;
2604 padding:0;
2604 max-width: 320px;
2605 max-width: 320px;
2605 }
2606 }
2606
2607
2607 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label {
2608 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label {
2608 color:#000;
2609 color:#000;
2609 font-weight:700;
2610 font-weight:700;
2610 }
2611 }
2611
2612
2612 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input {
2613 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input {
2613 float:left;
2614 float:left;
2614 margin:0;
2615 margin:0;
2615 padding:0;
2616 padding:0;
2616 }
2617 }
2617
2618
2618 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox {
2619 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox {
2619 margin:0 0 0 184px;
2620 margin:0 0 0 184px;
2620 padding:0;
2621 padding:0;
2621 }
2622 }
2622
2623
2623 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label {
2624 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label {
2624 color:#565656;
2625 color:#565656;
2625 font-weight:700;
2626 font-weight:700;
2626 }
2627 }
2627
2628
2628 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input {
2629 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input {
2629 color:#000;
2630 color:#000;
2630 font-size:1em;
2631 font-size:1em;
2631 font-weight:700;
2632 font-weight:700;
2632 font-family:Verdana, Helvetica, Sans-Serif;
2633 font-family:Verdana, Helvetica, Sans-Serif;
2633 margin:0;
2634 margin:0;
2634 }
2635 }
2635
2636
2636 #changeset_content .container .wrapper,#graph_content .container .wrapper {
2637 #changeset_content .container .wrapper,#graph_content .container .wrapper {
2637 width:600px;
2638 width:600px;
2638 }
2639 }
2639
2640
2640 #changeset_content .container .left,#graph_content .container .left {
2641 #changeset_content .container .left,#graph_content .container .left {
2641 float:left;
2642 float:left;
2642 width:70%;
2643 width:70%;
2643 padding-left:5px;
2644 padding-left:5px;
2644 }
2645 }
2645
2646
2646 #changeset_content .container .left .date,.ac .match {
2647 #changeset_content .container .left .date,.ac .match {
2647 font-weight:700;
2648 font-weight:700;
2648 padding-top: 5px;
2649 padding-top: 5px;
2649 padding-bottom:5px;
2650 padding-bottom:5px;
2650 }
2651 }
2651
2652
2652 div#legend_container table td,div#legend_choices table td {
2653 div#legend_container table td,div#legend_choices table td {
2653 border:none !important;
2654 border:none !important;
2654 height:20px !important;
2655 height:20px !important;
2655 padding:0 !important;
2656 padding:0 !important;
2656 }
2657 }
2657
2658
2658 #q_filter{
2659 #q_filter{
2659 border:0 none;
2660 border:0 none;
2660 color:#AAAAAA;
2661 color:#AAAAAA;
2661 margin-bottom:-4px;
2662 margin-bottom:-4px;
2662 margin-top:-4px;
2663 margin-top:-4px;
2663 padding-left:3px;
2664 padding-left:3px;
2664 }
2665 }
2665
2666
General Comments 0
You need to be logged in to leave comments. Login now