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