##// END OF EJS Templates
fixed some issues with paginators on chrome, and made them look nicer
marcink -
r3775:371898dc beta
parent child Browse files
Show More
@@ -1,4903 +1,4907 b''
1 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 2 border: 0;
3 3 outline: 0;
4 4 font-size: 100%;
5 5 vertical-align: baseline;
6 6 background: transparent;
7 7 margin: 0;
8 8 padding: 0;
9 9 }
10 10
11 11 body {
12 12 line-height: 1;
13 13 height: 100%;
14 14 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
15 15 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
16 16 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
17 17 color: #000;
18 18 margin: 0;
19 19 padding: 0;
20 20 font-size: 12px;
21 21 }
22 22
23 23 ol, ul {
24 24 list-style: none;
25 25 }
26 26
27 27 blockquote, q {
28 28 quotes: none;
29 29 }
30 30
31 31 blockquote:before, blockquote:after, q:before, q:after {
32 32 content: none;
33 33 }
34 34
35 35 :focus {
36 36 outline: 0;
37 37 }
38 38
39 39 del {
40 40 text-decoration: line-through;
41 41 }
42 42
43 43 table {
44 44 border-collapse: collapse;
45 45 border-spacing: 0;
46 46 }
47 47
48 48 html {
49 49 height: 100%;
50 50 }
51 51
52 52 a {
53 53 color: #003367;
54 54 text-decoration: none;
55 55 cursor: pointer;
56 56 }
57 57
58 58 a:hover {
59 59 color: #316293;
60 60 text-decoration: underline;
61 61 }
62 62
63 63 h1, h2, h3, h4, h5, h6,
64 64 div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 {
65 65 color: #292929;
66 66 font-weight: 700;
67 67 }
68 68
69 69 h1, div.h1 {
70 70 font-size: 22px;
71 71 }
72 72
73 73 h2, div.h2 {
74 74 font-size: 20px;
75 75 }
76 76
77 77 h3, div.h3 {
78 78 font-size: 18px;
79 79 }
80 80
81 81 h4, div.h4 {
82 82 font-size: 16px;
83 83 }
84 84
85 85 h5, div.h5 {
86 86 font-size: 14px;
87 87 }
88 88
89 89 h6, div.h6 {
90 90 font-size: 11px;
91 91 }
92 92
93 93 ul.circle {
94 94 list-style-type: circle;
95 95 }
96 96
97 97 ul.disc {
98 98 list-style-type: disc;
99 99 }
100 100
101 101 ul.square {
102 102 list-style-type: square;
103 103 }
104 104
105 105 ol.lower-roman {
106 106 list-style-type: lower-roman;
107 107 }
108 108
109 109 ol.upper-roman {
110 110 list-style-type: upper-roman;
111 111 }
112 112
113 113 ol.lower-alpha {
114 114 list-style-type: lower-alpha;
115 115 }
116 116
117 117 ol.upper-alpha {
118 118 list-style-type: upper-alpha;
119 119 }
120 120
121 121 ol.decimal {
122 122 list-style-type: decimal;
123 123 }
124 124
125 125 div.color {
126 126 clear: both;
127 127 overflow: hidden;
128 128 position: absolute;
129 129 background: #FFF;
130 130 margin: 7px 0 0 60px;
131 131 padding: 1px 1px 1px 0;
132 132 }
133 133
134 134 div.color a {
135 135 width: 15px;
136 136 height: 15px;
137 137 display: block;
138 138 float: left;
139 139 margin: 0 0 0 1px;
140 140 padding: 0;
141 141 }
142 142
143 143 div.options {
144 144 clear: both;
145 145 overflow: hidden;
146 146 position: absolute;
147 147 background: #FFF;
148 148 margin: 7px 0 0 162px;
149 149 padding: 0;
150 150 }
151 151
152 152 div.options a {
153 153 height: 1%;
154 154 display: block;
155 155 text-decoration: none;
156 156 margin: 0;
157 157 padding: 3px 8px;
158 158 }
159 159
160 160 .top-left-rounded-corner {
161 161 -webkit-border-top-left-radius: 8px;
162 162 -khtml-border-radius-topleft: 8px;
163 163 border-top-left-radius: 8px;
164 164 }
165 165
166 166 .top-right-rounded-corner {
167 167 -webkit-border-top-right-radius: 8px;
168 168 -khtml-border-radius-topright: 8px;
169 169 border-top-right-radius: 8px;
170 170 }
171 171
172 172 .bottom-left-rounded-corner {
173 173 -webkit-border-bottom-left-radius: 8px;
174 174 -khtml-border-radius-bottomleft: 8px;
175 175 border-bottom-left-radius: 8px;
176 176 }
177 177
178 178 .bottom-right-rounded-corner {
179 179 -webkit-border-bottom-right-radius: 8px;
180 180 -khtml-border-radius-bottomright: 8px;
181 181 border-bottom-right-radius: 8px;
182 182 }
183 183
184 184 .top-left-rounded-corner-mid {
185 185 -webkit-border-top-left-radius: 4px;
186 186 -khtml-border-radius-topleft: 4px;
187 187 border-top-left-radius: 4px;
188 188 }
189 189
190 190 .top-right-rounded-corner-mid {
191 191 -webkit-border-top-right-radius: 4px;
192 192 -khtml-border-radius-topright: 4px;
193 193 border-top-right-radius: 4px;
194 194 }
195 195
196 196 .bottom-left-rounded-corner-mid {
197 197 -webkit-border-bottom-left-radius: 4px;
198 198 -khtml-border-radius-bottomleft: 4px;
199 199 border-bottom-left-radius: 4px;
200 200 }
201 201
202 202 .bottom-right-rounded-corner-mid {
203 203 -webkit-border-bottom-right-radius: 4px;
204 204 -khtml-border-radius-bottomright: 4px;
205 205 border-bottom-right-radius: 4px;
206 206 }
207 207
208 208 .help-block {
209 209 color: #999999;
210 210 display: block;
211 211 margin-bottom: 0;
212 212 margin-top: 5px;
213 213 }
214 214
215 215 .empty_data {
216 216 color: #B9B9B9;
217 217 }
218 218
219 219 a.permalink {
220 220 visibility: hidden;
221 221 position: absolute;
222 222 margin: 3px 4px;
223 223 }
224 224
225 225 a.permalink:hover {
226 226 text-decoration: none;
227 227 }
228 228
229 229 h1:hover > a.permalink,
230 230 h2:hover > a.permalink,
231 231 h3:hover > a.permalink,
232 232 h4:hover > a.permalink,
233 233 h5:hover > a.permalink,
234 234 h6:hover > a.permalink,
235 235 div:hover > a.permalink {
236 236 visibility: visible;
237 237 }
238 238
239 239 #header {
240 240 }
241 241 #header ul#logged-user {
242 242 margin-bottom: 5px !important;
243 243 -webkit-border-radius: 0px 0px 8px 8px;
244 244 -khtml-border-radius: 0px 0px 8px 8px;
245 245 border-radius: 0px 0px 8px 8px;
246 246 height: 37px;
247 247 background-color: #003B76;
248 248 background-repeat: repeat-x;
249 249 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
250 250 background-image: -moz-linear-gradient(top, #003b76, #00376e);
251 251 background-image: -ms-linear-gradient(top, #003b76, #00376e);
252 252 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
253 253 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
254 254 background-image: -o-linear-gradient(top, #003b76, #00376e);
255 255 background-image: linear-gradient(to bottom, #003b76, #00376e);
256 256 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
257 257 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
258 258 }
259 259
260 260 #header ul#logged-user li {
261 261 list-style: none;
262 262 float: left;
263 263 margin: 8px 0 0;
264 264 padding: 4px 12px;
265 265 border-left: 1px solid #316293;
266 266 }
267 267
268 268 #header ul#logged-user li.first {
269 269 border-left: none;
270 270 margin: 4px;
271 271 }
272 272
273 273 #header ul#logged-user li.first div.gravatar {
274 274 margin-top: -2px;
275 275 }
276 276
277 277 #header ul#logged-user li.first div.account {
278 278 padding-top: 4px;
279 279 float: left;
280 280 }
281 281
282 282 #header ul#logged-user li.last {
283 283 border-right: none;
284 284 }
285 285
286 286 #header ul#logged-user li a {
287 287 color: #fff;
288 288 font-weight: 700;
289 289 text-decoration: none;
290 290 }
291 291
292 292 #header ul#logged-user li a:hover {
293 293 text-decoration: underline;
294 294 }
295 295
296 296 #header ul#logged-user li.highlight a {
297 297 color: #fff;
298 298 }
299 299
300 300 #header ul#logged-user li.highlight a:hover {
301 301 color: #FFF;
302 302 }
303 303 #header-dd {
304 304 clear: both;
305 305 position: fixed !important;
306 306 background-color: #003B76;
307 307 opacity: 0.01;
308 308 cursor: pointer;
309 309 min-height: 10px;
310 310 width: 100% !important;
311 311 -webkit-border-radius: 0px 0px 4px 4px;
312 312 -khtml-border-radius: 0px 0px 4px 4px;
313 313 border-radius: 0px 0px 4px 4px;
314 314 }
315 315
316 316 #header-dd:hover {
317 317 opacity: 0.2;
318 318 -webkit-transition: opacity 0.5s ease-in-out;
319 319 -moz-transition: opacity 0.5s ease-in-out;
320 320 transition: opacity 0.5s ease-in-out;
321 321 }
322 322
323 323 #header #header-inner {
324 324 min-height: 44px;
325 325 clear: both;
326 326 position: relative;
327 327 background-color: #003B76;
328 328 background-repeat: repeat-x;
329 329 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
330 330 background-image: -moz-linear-gradient(top, #003b76, #00376e);
331 331 background-image: -ms-linear-gradient(top, #003b76, #00376e);
332 332 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
333 333 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
334 334 background-image: -o-linear-gradient(top, #003b76, #00376e);
335 335 background-image: linear-gradient(to bottom, #003b76, #00376e);
336 336 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
337 337 margin: 0;
338 338 padding: 0;
339 339 display: block;
340 340 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
341 341 -webkit-border-radius: 0px 0px 4px 4px;
342 342 -khtml-border-radius: 0px 0px 4px 4px;
343 343 border-radius: 0px 0px 4px 4px;
344 344 }
345 345 #header #header-inner.hover {
346 346 width: 100% !important;
347 347 -webkit-border-radius: 0px 0px 0px 0px;
348 348 -khtml-border-radius: 0px 0px 0px 0px;
349 349 border-radius: 0px 0px 0px 0px;
350 350 position: fixed !important;
351 351 z-index: 10000;
352 352 }
353 353
354 354 .ie7 #header #header-inner.hover,
355 355 .ie8 #header #header-inner.hover,
356 356 .ie9 #header #header-inner.hover
357 357 {
358 358 z-index: auto !important;
359 359 }
360 360
361 361 .header-pos-fix, .anchor {
362 362 margin-top: -46px;
363 363 padding-top: 46px;
364 364 }
365 365
366 366 #header #header-inner #home a {
367 367 height: 40px;
368 368 width: 46px;
369 369 display: block;
370 370 background: url("../images/button_home.png");
371 371 background-position: 0 0;
372 372 margin: 0;
373 373 padding: 0;
374 374 }
375 375
376 376 #header #header-inner #home a:hover {
377 377 background-position: 0 -40px;
378 378 }
379 379
380 380 #header #header-inner #logo {
381 381 float: left;
382 382 position: absolute;
383 383 }
384 384
385 385 #header #header-inner #logo h1 {
386 386 color: #FFF;
387 387 font-size: 20px;
388 388 margin: 12px 0 0 13px;
389 389 padding: 0;
390 390 }
391 391
392 392 #header #header-inner #logo a {
393 393 color: #fff;
394 394 text-decoration: none;
395 395 }
396 396
397 397 #header #header-inner #logo a:hover {
398 398 color: #bfe3ff;
399 399 }
400 400
401 401 #header #header-inner #quick {
402 402 position: relative;
403 403 float: right;
404 404 list-style-type: none;
405 405 list-style-position: outside;
406 406 margin: 4px 8px 0 0;
407 407 padding: 0;
408 408 border-radius: 4px;
409 409 }
410 410
411 411 #header #header-inner #quick li span.short {
412 412 padding: 9px 6px 8px 6px;
413 413 }
414 414
415 415 #header #header-inner #quick li span {
416 416 display: inline;
417 417 margin: 0;
418 418 }
419 419
420 420 #header #header-inner #quick li span.normal {
421 421 border: none;
422 422 padding: 10px 12px 8px;
423 423 }
424 424
425 425 #header #header-inner #quick li span.icon {
426 426 border-left: none;
427 427 padding-left: 10px;
428 428 }
429 429
430 430 #header #header-inner #quick li span.icon_short {
431 431 top: 0;
432 432 left: 0;
433 433 border-left: none;
434 434 border-right: 1px solid #2e5c89;
435 435 padding: 8px 6px 4px;
436 436 }
437 437
438 438 #header #header-inner #quick li span.icon img, #header #header-inner #quick li span.icon_short img {
439 439 vertical-align: middle;
440 440 margin-bottom: 2px;
441 441 }
442 442
443 443 #header #header-inner #quick ul.repo_switcher {
444 444 max-height: 275px;
445 445 overflow-x: hidden;
446 446 overflow-y: auto;
447 447 }
448 448
449 449 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
450 450 padding: 2px 3px;
451 451 padding-right: 17px;
452 452 }
453 453
454 454 #header #header-inner #quick ul.repo_switcher li.qfilter_rs input {
455 455 width: 100%;
456 456 border-radius: 10px;
457 457 padding: 2px 7px;
458 458 }
459 459
460 460 #header #header-inner #quick .repo_switcher_type {
461 461 position: absolute;
462 462 left: 0;
463 463 top: 9px;
464 464 margin: 0px 2px 0px 2px;
465 465 }
466 466
467 467 #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover {
468 468 background-image: url("../images/icons/book.png");
469 469 }
470 470
471 471 #header #header-inner #quick li ul li a.private_repo, #header #header-inner #quick li ul li a.private_repo:hover {
472 472 background-image: url("../images/icons/lock.png")
473 473 }
474 474
475 475 #header #header-inner #quick li ul li a.public_repo, #header #header-inner #quick li ul li a.public_repo:hover {
476 476 background-image: url("../images/icons/lock_open.png");
477 477 }
478 478
479 479 #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover {
480 480 background-image: url("../images/icons/hgicon.png");
481 481 padding-left: 42px;
482 482 background-position: 20px 9px;
483 483 }
484 484
485 485 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover {
486 486 background-image: url("../images/icons/giticon.png");
487 487 padding-left: 42px;
488 488 background-position: 20px 9px;
489 489 }
490 490
491 491 #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover {
492 492 background-image: url("../images/icons/database_edit.png");
493 493 }
494 494
495 495 #header #header-inner #quick li ul li a.repos_groups, #header #header-inner #quick li ul li a.repos_groups:hover {
496 496 background-image: url("../images/icons/database_link.png");
497 497 }
498 498
499 499 #header #header-inner #quick li ul li a.users, #header #header-inner #quick li ul li a.users:hover {
500 500 background-image: url("../images/icons/user_edit.png");
501 501 }
502 502
503 503 #header #header-inner #quick li ul li a.groups, #header #header-inner #quick li ul li a.groups:hover {
504 504 background-image: url("../images/icons/group_edit.png");
505 505 }
506 506
507 507 #header #header-inner #quick li ul li a.defaults, #header #header-inner #quick li ul li a.defaults:hover {
508 508 background-image: url("../images/icons/wrench.png");
509 509 }
510 510
511 511 #header #header-inner #quick li ul li a.settings, #header #header-inner #quick li ul li a.settings:hover {
512 512 background-image: url("../images/icons/cog.png");
513 513 }
514 514
515 515 #header #header-inner #quick li ul li a.permissions, #header #header-inner #quick li ul li a.permissions:hover {
516 516 background-image: url("../images/icons/key.png");
517 517 }
518 518
519 519 #header #header-inner #quick li ul li a.ldap, #header #header-inner #quick li ul li a.ldap:hover {
520 520 background-image: url("../images/icons/server_key.png");
521 521 }
522 522
523 523 #header #header-inner #quick li ul li a.fork, #header #header-inner #quick li ul li a.fork:hover {
524 524 background-image: url("../images/icons/arrow_divide.png");
525 525 }
526 526
527 527 #header #header-inner #quick li ul li a.locking_add, #header #header-inner #quick li ul li a.locking_add:hover {
528 528 background-image: url("../images/icons/lock_add.png");
529 529 }
530 530
531 531 #header #header-inner #quick li ul li a.locking_del, #header #header-inner #quick li ul li a.locking_del:hover {
532 532 background-image: url("../images/icons/lock_delete.png");
533 533 }
534 534
535 535 #header #header-inner #quick li ul li a.pull_request, #header #header-inner #quick li ul li a.pull_request:hover {
536 536 background-image: url("../images/icons/arrow_join.png") ;
537 537 }
538 538
539 539 #header #header-inner #quick li ul li a.compare_request, #header #header-inner #quick li ul li a.compare_request:hover {
540 540 background-image: url("../images/icons/arrow_inout.png");
541 541 }
542 542
543 543 #header #header-inner #quick li ul li a.search, #header #header-inner #quick li ul li a.search:hover {
544 544 background-image: url("../images/icons/search_16.png");
545 545 }
546 546
547 547 #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover {
548 548 background-image: url("../images/icons/delete.png");
549 549 }
550 550
551 551 #header #header-inner #quick li ul li a.branches, #header #header-inner #quick li ul li a.branches:hover {
552 552 background-image: url("../images/icons/arrow_branch.png");
553 553 }
554 554
555 555 #header #header-inner #quick li ul li a.tags,
556 556 #header #header-inner #quick li ul li a.tags:hover {
557 557 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
558 558 width: 167px;
559 559 margin: 0;
560 560 padding: 12px 9px 7px 24px;
561 561 }
562 562
563 563 #header #header-inner #quick li ul li a.bookmarks,
564 564 #header #header-inner #quick li ul li a.bookmarks:hover {
565 565 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
566 566 width: 167px;
567 567 margin: 0;
568 568 padding: 12px 9px 7px 24px;
569 569 }
570 570
571 571 #header #header-inner #quick li ul li a.admin,
572 572 #header #header-inner #quick li ul li a.admin:hover {
573 573 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
574 574 width: 167px;
575 575 margin: 0;
576 576 padding: 12px 9px 7px 24px;
577 577 }
578 578
579 579 .groups_breadcrumbs a {
580 580 color: #fff;
581 581 }
582 582
583 583 .groups_breadcrumbs a:hover {
584 584 color: #bfe3ff;
585 585 text-decoration: none;
586 586 }
587 587
588 588 td.quick_repo_menu {
589 589 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
590 590 cursor: pointer;
591 591 width: 8px;
592 592 border: 1px solid transparent;
593 593 }
594 594
595 595 td.quick_repo_menu.active {
596 596 background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
597 597 border: 1px solid #003367;
598 598 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
599 599 cursor: pointer;
600 600 }
601 601
602 602 td.quick_repo_menu .menu_items {
603 603 margin-top: 10px;
604 604 margin-left: -6px;
605 605 width: 150px;
606 606 position: absolute;
607 607 background-color: #FFF;
608 608 background: none repeat scroll 0 0 #FFFFFF;
609 609 border-color: #003367 #666666 #666666;
610 610 border-right: 1px solid #666666;
611 611 border-style: solid;
612 612 border-width: 1px;
613 613 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
614 614 border-top-style: none;
615 615 }
616 616
617 617 td.quick_repo_menu .menu_items li {
618 618 padding: 0 !important;
619 619 }
620 620
621 621 td.quick_repo_menu .menu_items a {
622 622 display: block;
623 623 padding: 4px 12px 4px 8px;
624 624 }
625 625
626 626 td.quick_repo_menu .menu_items a:hover {
627 627 background-color: #EEE;
628 628 text-decoration: none;
629 629 }
630 630
631 631 td.quick_repo_menu .menu_items .icon img {
632 632 margin-bottom: -2px;
633 633 }
634 634
635 635 td.quick_repo_menu .menu_items.hidden {
636 636 display: none;
637 637 }
638 638
639 639 .yui-dt-first th {
640 640 text-align: left;
641 641 }
642 642
643 643 /*
644 644 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
645 645 Code licensed under the BSD License:
646 646 http://developer.yahoo.com/yui/license.html
647 647 version: 2.9.0
648 648 */
649 649 .yui-skin-sam .yui-dt-mask {
650 650 position: absolute;
651 651 z-index: 9500;
652 652 }
653 653 .yui-dt-tmp {
654 654 position: absolute;
655 655 left: -9000px;
656 656 }
657 657 .yui-dt-scrollable .yui-dt-bd { overflow: auto }
658 658 .yui-dt-scrollable .yui-dt-hd {
659 659 overflow: hidden;
660 660 position: relative;
661 661 }
662 662 .yui-dt-scrollable .yui-dt-bd thead tr,
663 663 .yui-dt-scrollable .yui-dt-bd thead th {
664 664 position: absolute;
665 665 left: -1500px;
666 666 }
667 667 .yui-dt-scrollable tbody { -moz-outline: 0 }
668 668 .yui-skin-sam thead .yui-dt-sortable { cursor: pointer }
669 669 .yui-skin-sam thead .yui-dt-draggable { cursor: move }
670 670 .yui-dt-coltarget {
671 671 position: absolute;
672 672 z-index: 999;
673 673 }
674 674 .yui-dt-hd { zoom: 1 }
675 675 th.yui-dt-resizeable .yui-dt-resizerliner { position: relative }
676 676 .yui-dt-resizer {
677 677 position: absolute;
678 678 right: 0;
679 679 bottom: 0;
680 680 height: 100%;
681 681 cursor: e-resize;
682 682 cursor: col-resize;
683 683 background-color: #CCC;
684 684 opacity: 0;
685 685 filter: alpha(opacity=0);
686 686 }
687 687 .yui-dt-resizerproxy {
688 688 visibility: hidden;
689 689 position: absolute;
690 690 z-index: 9000;
691 691 background-color: #CCC;
692 692 opacity: 0;
693 693 filter: alpha(opacity=0);
694 694 }
695 695 th.yui-dt-hidden .yui-dt-liner,
696 696 td.yui-dt-hidden .yui-dt-liner,
697 697 th.yui-dt-hidden .yui-dt-resizer { display: none }
698 698 .yui-dt-editor,
699 699 .yui-dt-editor-shim {
700 700 position: absolute;
701 701 z-index: 9000;
702 702 }
703 703 .yui-skin-sam .yui-dt table {
704 704 margin: 0;
705 705 padding: 0;
706 706 font-family: arial;
707 707 font-size: inherit;
708 708 border-collapse: separate;
709 709 *border-collapse: collapse;
710 710 border-spacing: 0;
711 711 border: 1px solid #7f7f7f;
712 712 }
713 713 .yui-skin-sam .yui-dt thead { border-spacing: 0 }
714 714 .yui-skin-sam .yui-dt caption {
715 715 color: #000;
716 716 font-size: 85%;
717 717 font-weight: normal;
718 718 font-style: italic;
719 719 line-height: 1;
720 720 padding: 1em 0;
721 721 text-align: center;
722 722 }
723 723 .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 }
724 724 .yui-skin-sam .yui-dt th,
725 725 .yui-skin-sam .yui-dt th a {
726 726 font-weight: normal;
727 727 text-decoration: none;
728 728 color: #000;
729 729 vertical-align: bottom;
730 730 }
731 731 .yui-skin-sam .yui-dt th {
732 732 margin: 0;
733 733 padding: 0;
734 734 border: 0;
735 735 border-right: 1px solid #cbcbcb;
736 736 }
737 737 .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f }
738 738 .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap }
739 739 .yui-skin-sam .yui-dt-liner {
740 740 margin: 0;
741 741 padding: 0;
742 742 }
743 743 .yui-skin-sam .yui-dt-coltarget {
744 744 width: 5px;
745 745 background-color: red;
746 746 }
747 747 .yui-skin-sam .yui-dt td {
748 748 margin: 0;
749 749 padding: 0;
750 750 border: 0;
751 751 border-right: 1px solid #cbcbcb;
752 752 text-align: left;
753 753 }
754 754 .yui-skin-sam .yui-dt-list td { border-right: 0 }
755 755 .yui-skin-sam .yui-dt-resizer { width: 6px }
756 756 .yui-skin-sam .yui-dt-mask {
757 757 background-color: #000;
758 758 opacity: .25;
759 759 filter: alpha(opacity=25);
760 760 }
761 761 .yui-skin-sam .yui-dt-message { background-color: #FFF }
762 762 .yui-skin-sam .yui-dt-scrollable table { border: 0 }
763 763 .yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
764 764 border-left: 1px solid #7f7f7f;
765 765 border-top: 1px solid #7f7f7f;
766 766 border-right: 1px solid #7f7f7f;
767 767 }
768 768 .yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
769 769 border-left: 1px solid #7f7f7f;
770 770 border-bottom: 1px solid #7f7f7f;
771 771 border-right: 1px solid #7f7f7f;
772 772 background-color: #FFF;
773 773 }
774 774 .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f }
775 775 .yui-skin-sam th.yui-dt-asc,
776 776 .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
777 777 .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
778 778 .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
779 779 .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
780 780 tbody .yui-dt-editable { cursor: pointer }
781 781 .yui-dt-editor {
782 782 text-align: left;
783 783 background-color: #f2f2f2;
784 784 border: 1px solid #808080;
785 785 padding: 6px;
786 786 }
787 787 .yui-dt-editor label {
788 788 padding-left: 4px;
789 789 padding-right: 6px;
790 790 }
791 791 .yui-dt-editor .yui-dt-button {
792 792 padding-top: 6px;
793 793 text-align: right;
794 794 }
795 795 .yui-dt-editor .yui-dt-button button {
796 796 background: url(../images/sprite.png) repeat-x 0 0;
797 797 border: 1px solid #999;
798 798 width: 4em;
799 799 height: 1.8em;
800 800 margin-left: 6px;
801 801 }
802 802 .yui-dt-editor .yui-dt-button button.yui-dt-default {
803 803 background: url(../images/sprite.png) repeat-x 0 -1400px;
804 804 background-color: #5584e0;
805 805 border: 1px solid #304369;
806 806 color: #FFF;
807 807 }
808 808 .yui-dt-editor .yui-dt-button button:hover {
809 809 background: url(../images/sprite.png) repeat-x 0 -1300px;
810 810 color: #000;
811 811 }
812 812 .yui-dt-editor .yui-dt-button button:active {
813 813 background: url(../images/sprite.png) repeat-x 0 -1700px;
814 814 color: #000;
815 815 }
816 816 .yui-skin-sam tr.yui-dt-even { background-color: #FFF }
817 817 .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff }
818 818 .yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
819 819 .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
820 820 .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
821 821 .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff }
822 822 .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF }
823 823 .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF }
824 824 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
825 825 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
826 826 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
827 827 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff }
828 828 .yui-skin-sam th.yui-dt-highlighted,
829 829 .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff }
830 830 .yui-skin-sam tr.yui-dt-highlighted,
831 831 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
832 832 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
833 833 .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
834 834 .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
835 835 cursor: pointer;
836 836 background-color: #b2d2ff;
837 837 }
838 838 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
839 839 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff }
840 840 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
841 841 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
842 842 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
843 843 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
844 844 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
845 845 cursor: pointer;
846 846 background-color: #b2d2ff;
847 847 }
848 848 .yui-skin-sam th.yui-dt-selected,
849 849 .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
850 850 .yui-skin-sam tr.yui-dt-selected td,
851 851 .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
852 852 .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
853 853 background-color: #426fd9;
854 854 color: #FFF;
855 855 }
856 856 .yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
857 857 .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
858 858 background-color: #446cd7;
859 859 color: #FFF;
860 860 }
861 861 .yui-skin-sam .yui-dt-list th.yui-dt-selected,
862 862 .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
863 863 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
864 864 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
865 865 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
866 866 background-color: #426fd9;
867 867 color: #FFF;
868 868 }
869 869 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
870 870 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
871 871 background-color: #446cd7;
872 872 color: #FFF;
873 873 }
874 874 .yui-skin-sam .yui-dt-paginator {
875 875 display: block;
876 876 margin: 6px 0;
877 877 white-space: nowrap;
878 878 }
879 879 .yui-skin-sam .yui-dt-paginator .yui-dt-first,
880 880 .yui-skin-sam .yui-dt-paginator .yui-dt-last,
881 881 .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
882 882 .yui-skin-sam .yui-dt-paginator a.yui-dt-first,
883 883 .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
884 884 .yui-skin-sam .yui-dt-paginator .yui-dt-previous,
885 885 .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
886 886 .yui-skin-sam a.yui-dt-page {
887 887 border: 1px solid #cbcbcb;
888 888 padding: 2px 6px;
889 889 text-decoration: none;
890 890 background-color: #fff;
891 891 }
892 892 .yui-skin-sam .yui-dt-selected {
893 893 border: 1px solid #fff;
894 894 background-color: #fff;
895 895 }
896 896
897 897 #content #left {
898 898 left: 0;
899 899 width: 280px;
900 900 position: absolute;
901 901 }
902 902
903 903 #content #right {
904 904 margin: 0 60px 10px 290px;
905 905 }
906 906
907 907 #content div.box {
908 908 clear: both;
909 909 background: #fff;
910 910 margin: 0 0 10px;
911 911 padding: 0 0 10px;
912 912 -webkit-border-radius: 4px 4px 4px 4px;
913 913 -khtml-border-radius: 4px 4px 4px 4px;
914 914 border-radius: 4px 4px 4px 4px;
915 915 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
916 916 }
917 917
918 918 #content div.box-left {
919 919 width: 49%;
920 920 clear: none;
921 921 float: left;
922 922 margin: 0 0 10px;
923 923 }
924 924
925 925 #content div.box-right {
926 926 width: 49%;
927 927 clear: none;
928 928 float: right;
929 929 margin: 0 0 10px;
930 930 }
931 931
932 932 #content div.box div.title {
933 933 clear: both;
934 934 overflow: hidden;
935 935 background-color: #003B76;
936 936 background-repeat: repeat-x;
937 937 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
938 938 background-image: -moz-linear-gradient(top, #003b76, #00376e);
939 939 background-image: -ms-linear-gradient(top, #003b76, #00376e);
940 940 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
941 941 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
942 942 background-image: -o-linear-gradient(top, #003b76, #00376e);
943 943 background-image: linear-gradient(to bottom, #003b76, #00376e);
944 944 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
945 945 margin: 0 0 20px;
946 946 padding: 0;
947 947 border-radius: 4px 4px 0 0;
948 948 }
949 949
950 950 #content div.box div.title h5 {
951 951 float: left;
952 952 border: none;
953 953 color: #fff;
954 954 margin: 0;
955 955 padding: 11px 0 11px 10px;
956 956 }
957 957
958 958 #content div.box div.title .link-white {
959 959 color: #FFFFFF;
960 960 }
961 961
962 962 #content div.box div.title .link-white.current {
963 963 color: #BFE3FF;
964 964 }
965 965
966 966 #content div.box div.title ul.links li {
967 967 list-style: none;
968 968 float: left;
969 969 margin: 0;
970 970 padding: 0;
971 971 }
972 972
973 973 #content div.box div.title ul.links li a {
974 974 border-left: 1px solid #316293;
975 975 color: #FFFFFF;
976 976 display: block;
977 977 float: left;
978 978 font-size: 13px;
979 979 font-weight: 700;
980 980 height: 1%;
981 981 margin: 0;
982 982 padding: 11px 22px 12px;
983 983 text-decoration: none;
984 984 }
985 985
986 986 #content div.box h1, #content div.box h2, #content div.box h3, #content div.box h4, #content div.box h5, #content div.box h6,
987 987 #content div.box div.h1, #content div.box div.h2, #content div.box div.h3, #content div.box div.h4, #content div.box div.h5, #content div.box div.h6 {
988 988 clear: both;
989 989 overflow: hidden;
990 990 border-bottom: 1px solid #DDD;
991 991 margin: 10px 20px;
992 992 padding: 0 0 15px;
993 993 }
994 994
995 995 #content div.box p {
996 996 color: #5f5f5f;
997 997 font-size: 12px;
998 998 line-height: 150%;
999 999 margin: 0 24px 10px;
1000 1000 padding: 0;
1001 1001 }
1002 1002
1003 1003 #content div.box blockquote {
1004 1004 border-left: 4px solid #DDD;
1005 1005 color: #5f5f5f;
1006 1006 font-size: 11px;
1007 1007 line-height: 150%;
1008 1008 margin: 0 34px;
1009 1009 padding: 0 0 0 14px;
1010 1010 }
1011 1011
1012 1012 #content div.box blockquote p {
1013 1013 margin: 10px 0;
1014 1014 padding: 0;
1015 1015 }
1016 1016
1017 1017 #content div.box dl {
1018 1018 margin: 10px 0px;
1019 1019 }
1020 1020
1021 1021 #content div.box dt {
1022 1022 font-size: 12px;
1023 1023 margin: 0;
1024 1024 }
1025 1025
1026 1026 #content div.box dd {
1027 1027 font-size: 12px;
1028 1028 margin: 0;
1029 1029 padding: 8px 0 8px 15px;
1030 1030 }
1031 1031
1032 1032 #content div.box li {
1033 1033 font-size: 12px;
1034 1034 padding: 4px 0;
1035 1035 }
1036 1036
1037 1037 #content div.box ul.disc, #content div.box ul.circle {
1038 1038 margin: 10px 24px 10px 38px;
1039 1039 }
1040 1040
1041 1041 #content div.box ul.square {
1042 1042 margin: 10px 24px 10px 40px;
1043 1043 }
1044 1044
1045 1045 #content div.box img.left {
1046 1046 border: none;
1047 1047 float: left;
1048 1048 margin: 10px 10px 10px 0;
1049 1049 }
1050 1050
1051 1051 #content div.box img.right {
1052 1052 border: none;
1053 1053 float: right;
1054 1054 margin: 10px 0 10px 10px;
1055 1055 }
1056 1056
1057 1057 #content div.box div.messages {
1058 1058 clear: both;
1059 1059 overflow: hidden;
1060 1060 margin: 0 20px;
1061 1061 padding: 0;
1062 1062 }
1063 1063
1064 1064 #content div.box div.message {
1065 1065 clear: both;
1066 1066 overflow: hidden;
1067 1067 margin: 0;
1068 1068 padding: 5px 0;
1069 1069 white-space: pre-wrap;
1070 1070 }
1071 1071 #content div.box div.expand {
1072 1072 width: 110%;
1073 1073 height: 14px;
1074 1074 font-size: 10px;
1075 1075 text-align: center;
1076 1076 cursor: pointer;
1077 1077 color: #666;
1078 1078
1079 1079 background: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1080 1080 background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1081 1081 background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1082 1082 background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1083 1083 background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1084 1084 background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1));
1085 1085
1086 1086 display: none;
1087 1087 overflow: hidden;
1088 1088 }
1089 1089 #content div.box div.expand .expandtext {
1090 1090 background-color: #ffffff;
1091 1091 padding: 2px;
1092 1092 border-radius: 2px;
1093 1093 }
1094 1094
1095 1095 #content div.box div.message a {
1096 1096 font-weight: 400 !important;
1097 1097 }
1098 1098
1099 1099 #content div.box div.message div.image {
1100 1100 float: left;
1101 1101 margin: 9px 0 0 5px;
1102 1102 padding: 6px;
1103 1103 }
1104 1104
1105 1105 #content div.box div.message div.image img {
1106 1106 vertical-align: middle;
1107 1107 margin: 0;
1108 1108 }
1109 1109
1110 1110 #content div.box div.message div.text {
1111 1111 float: left;
1112 1112 margin: 0;
1113 1113 padding: 9px 6px;
1114 1114 }
1115 1115
1116 1116 #content div.box div.message div.dismiss a {
1117 1117 height: 16px;
1118 1118 width: 16px;
1119 1119 display: block;
1120 1120 background: url("../images/icons/cross.png") no-repeat;
1121 1121 margin: 15px 14px 0 0;
1122 1122 padding: 0;
1123 1123 }
1124 1124
1125 1125 #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 {
1126 1126 border: none;
1127 1127 margin: 0;
1128 1128 padding: 0;
1129 1129 }
1130 1130
1131 1131 #content div.box div.message div.text span {
1132 1132 height: 1%;
1133 1133 display: block;
1134 1134 margin: 0;
1135 1135 padding: 5px 0 0;
1136 1136 }
1137 1137
1138 1138 #content div.box div.message-error {
1139 1139 height: 1%;
1140 1140 clear: both;
1141 1141 overflow: hidden;
1142 1142 background: #FBE3E4;
1143 1143 border: 1px solid #FBC2C4;
1144 1144 color: #860006;
1145 1145 }
1146 1146
1147 1147 #content div.box div.message-error h6 {
1148 1148 color: #860006;
1149 1149 }
1150 1150
1151 1151 #content div.box div.message-warning {
1152 1152 height: 1%;
1153 1153 clear: both;
1154 1154 overflow: hidden;
1155 1155 background: #FFF6BF;
1156 1156 border: 1px solid #FFD324;
1157 1157 color: #5f5200;
1158 1158 }
1159 1159
1160 1160 #content div.box div.message-warning h6 {
1161 1161 color: #5f5200;
1162 1162 }
1163 1163
1164 1164 #content div.box div.message-notice {
1165 1165 height: 1%;
1166 1166 clear: both;
1167 1167 overflow: hidden;
1168 1168 background: #8FBDE0;
1169 1169 border: 1px solid #6BACDE;
1170 1170 color: #003863;
1171 1171 }
1172 1172
1173 1173 #content div.box div.message-notice h6 {
1174 1174 color: #003863;
1175 1175 }
1176 1176
1177 1177 #content div.box div.message-success {
1178 1178 height: 1%;
1179 1179 clear: both;
1180 1180 overflow: hidden;
1181 1181 background: #E6EFC2;
1182 1182 border: 1px solid #C6D880;
1183 1183 color: #4e6100;
1184 1184 }
1185 1185
1186 1186 #content div.box div.message-success h6 {
1187 1187 color: #4e6100;
1188 1188 }
1189 1189
1190 1190 #content div.box div.form div.fields div.field {
1191 1191 height: 1%;
1192 1192 min-height: 12px;
1193 1193 border-bottom: 1px solid #DDD;
1194 1194 clear: both;
1195 1195 margin: 0;
1196 1196 padding: 10px 0;
1197 1197 }
1198 1198
1199 1199 #content div.box div.form div.fields div.field-first {
1200 1200 padding: 0 0 10px;
1201 1201 }
1202 1202
1203 1203 #content div.box div.form div.fields div.field-noborder {
1204 1204 border-bottom: 0 !important;
1205 1205 }
1206 1206
1207 1207 #content div.box div.form div.fields div.field span.error-message {
1208 1208 height: 1%;
1209 1209 display: inline-block;
1210 1210 color: red;
1211 1211 margin: 8px 0 0 4px;
1212 1212 padding: 0;
1213 1213 }
1214 1214
1215 1215 #content div.box div.form div.fields div.field span.success {
1216 1216 height: 1%;
1217 1217 display: block;
1218 1218 color: #316309;
1219 1219 margin: 8px 0 0;
1220 1220 padding: 0;
1221 1221 }
1222 1222
1223 1223 #content div.box div.form div.fields div.field div.label {
1224 1224 left: 70px;
1225 1225 width: 155px;
1226 1226 position: absolute;
1227 1227 margin: 0;
1228 1228 padding: 5px 0 0 0px;
1229 1229 }
1230 1230
1231 1231 #content div.box div.form div.fields div.field div.label-summary {
1232 1232 left: 30px;
1233 1233 width: 155px;
1234 1234 position: absolute;
1235 1235 margin: 0;
1236 1236 padding: 0px 0 0 0px;
1237 1237 }
1238 1238
1239 1239 #content div.box-left div.form div.fields div.field div.label,
1240 1240 #content div.box-right div.form div.fields div.field div.label,
1241 1241 #content div.box-left div.form div.fields div.field div.label,
1242 1242 #content div.box-left div.form div.fields div.field div.label-summary,
1243 1243 #content div.box-right div.form div.fields div.field div.label-summary,
1244 1244 #content div.box-left div.form div.fields div.field div.label-summary {
1245 1245 clear: both;
1246 1246 overflow: hidden;
1247 1247 left: 0;
1248 1248 width: auto;
1249 1249 position: relative;
1250 1250 margin: 0;
1251 1251 padding: 0 0 8px;
1252 1252 }
1253 1253
1254 1254 #content div.box div.form div.fields div.field div.label-select {
1255 1255 padding: 5px 0 0 5px;
1256 1256 }
1257 1257
1258 1258 #content div.box-left div.form div.fields div.field div.label-select,
1259 1259 #content div.box-right div.form div.fields div.field div.label-select {
1260 1260 padding: 0 0 8px;
1261 1261 }
1262 1262
1263 1263 #content div.box-left div.form div.fields div.field div.label-textarea,
1264 1264 #content div.box-right div.form div.fields div.field div.label-textarea {
1265 1265 padding: 0 0 8px !important;
1266 1266 }
1267 1267
1268 1268 #content div.box div.form div.fields div.field div.label label, div.label label {
1269 1269 color: #393939;
1270 1270 font-weight: 700;
1271 1271 }
1272 1272 #content div.box div.form div.fields div.field div.label label, div.label-summary label {
1273 1273 color: #393939;
1274 1274 font-weight: 700;
1275 1275 }
1276 1276 #content div.box div.form div.fields div.field div.input {
1277 1277 margin: 0 0 0 200px;
1278 1278 }
1279 1279
1280 1280 #content div.box div.form div.fields div.field div.input.summary {
1281 1281 margin: 0 0 0 110px;
1282 1282 }
1283 1283 #content div.box div.form div.fields div.field div.input.summary-short {
1284 1284 margin: 0 0 0 110px;
1285 1285 }
1286 1286 #content div.box div.form div.fields div.field div.file {
1287 1287 margin: 0 0 0 200px;
1288 1288 }
1289 1289
1290 1290 #content div.box-left div.form div.fields div.field div.input, #content div.box-right div.form div.fields div.field div.input {
1291 1291 margin: 0 0 0 0px;
1292 1292 }
1293 1293
1294 1294 #content div.box div.form div.fields div.field div.input input,
1295 1295 .reviewer_ac input {
1296 1296 background: #FFF;
1297 1297 border-top: 1px solid #b3b3b3;
1298 1298 border-left: 1px solid #b3b3b3;
1299 1299 border-right: 1px solid #eaeaea;
1300 1300 border-bottom: 1px solid #eaeaea;
1301 1301 color: #000;
1302 1302 font-size: 11px;
1303 1303 margin: 0;
1304 1304 padding: 7px 7px 6px;
1305 1305 }
1306 1306
1307 1307 #content div.box div.form div.fields div.field div.input input#clone_url,
1308 1308 #content div.box div.form div.fields div.field div.input input#clone_url_id
1309 1309 {
1310 1310 font-size: 16px;
1311 1311 padding: 2px;
1312 1312 }
1313 1313
1314 1314 #content div.box div.form div.fields div.field div.file input {
1315 1315 background: none repeat scroll 0 0 #FFFFFF;
1316 1316 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
1317 1317 border-style: solid;
1318 1318 border-width: 1px;
1319 1319 color: #000000;
1320 1320 font-size: 11px;
1321 1321 margin: 0;
1322 1322 padding: 7px 7px 6px;
1323 1323 }
1324 1324
1325 1325 input.disabled {
1326 1326 background-color: #F5F5F5 !important;
1327 1327 }
1328 1328 #content div.box div.form div.fields div.field div.input input.small {
1329 1329 width: 30%;
1330 1330 }
1331 1331
1332 1332 #content div.box div.form div.fields div.field div.input input.medium {
1333 1333 width: 55%;
1334 1334 }
1335 1335
1336 1336 #content div.box div.form div.fields div.field div.input input.large {
1337 1337 width: 85%;
1338 1338 }
1339 1339
1340 1340 #content div.box div.form div.fields div.field div.input input.date {
1341 1341 width: 177px;
1342 1342 }
1343 1343
1344 1344 #content div.box div.form div.fields div.field div.input input.button {
1345 1345 background: #D4D0C8;
1346 1346 border-top: 1px solid #FFF;
1347 1347 border-left: 1px solid #FFF;
1348 1348 border-right: 1px solid #404040;
1349 1349 border-bottom: 1px solid #404040;
1350 1350 color: #000;
1351 1351 margin: 0;
1352 1352 padding: 4px 8px;
1353 1353 }
1354 1354
1355 1355 #content div.box div.form div.fields div.field div.textarea {
1356 1356 border-top: 1px solid #b3b3b3;
1357 1357 border-left: 1px solid #b3b3b3;
1358 1358 border-right: 1px solid #eaeaea;
1359 1359 border-bottom: 1px solid #eaeaea;
1360 1360 margin: 0 0 0 200px;
1361 1361 padding: 10px;
1362 1362 }
1363 1363
1364 1364 #content div.box div.form div.fields div.field div.textarea-editor {
1365 1365 border: 1px solid #ddd;
1366 1366 padding: 0;
1367 1367 }
1368 1368
1369 1369 #content div.box div.form div.fields div.field div.textarea textarea {
1370 1370 width: 100%;
1371 1371 height: 220px;
1372 1372 overflow: hidden;
1373 1373 background: #FFF;
1374 1374 color: #000;
1375 1375 font-size: 11px;
1376 1376 outline: none;
1377 1377 border-width: 0;
1378 1378 margin: 0;
1379 1379 padding: 0;
1380 1380 }
1381 1381
1382 1382 #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 {
1383 1383 width: 100%;
1384 1384 height: 100px;
1385 1385 }
1386 1386
1387 1387 #content div.box div.form div.fields div.field div.textarea table {
1388 1388 width: 100%;
1389 1389 border: none;
1390 1390 margin: 0;
1391 1391 padding: 0;
1392 1392 }
1393 1393
1394 1394 #content div.box div.form div.fields div.field div.textarea table td {
1395 1395 background: #DDD;
1396 1396 border: none;
1397 1397 padding: 0;
1398 1398 }
1399 1399
1400 1400 #content div.box div.form div.fields div.field div.textarea table td table {
1401 1401 width: auto;
1402 1402 border: none;
1403 1403 margin: 0;
1404 1404 padding: 0;
1405 1405 }
1406 1406
1407 1407 #content div.box div.form div.fields div.field div.textarea table td table td {
1408 1408 font-size: 11px;
1409 1409 padding: 5px 5px 5px 0;
1410 1410 }
1411 1411
1412 1412 #content div.box div.form div.fields div.field input[type=text]:focus,
1413 1413 #content div.box div.form div.fields div.field input[type=password]:focus,
1414 1414 #content div.box div.form div.fields div.field input[type=file]:focus,
1415 1415 #content div.box div.form div.fields div.field textarea:focus,
1416 1416 #content div.box div.form div.fields div.field select:focus,
1417 1417 .reviewer_ac input:focus {
1418 1418 background: #f6f6f6;
1419 1419 border-color: #666;
1420 1420 }
1421 1421
1422 1422 .reviewer_ac {
1423 1423 padding: 10px
1424 1424 }
1425 1425
1426 1426 div.form div.fields div.field div.button {
1427 1427 margin: 0;
1428 1428 padding: 0 0 0 8px;
1429 1429 }
1430 1430 #content div.box table.noborder {
1431 1431 border: 1px solid transparent;
1432 1432 }
1433 1433
1434 1434 #content div.box table {
1435 1435 width: 100%;
1436 1436 border-collapse: separate;
1437 1437 margin: 0;
1438 1438 padding: 0;
1439 1439 border: 1px solid #eee;
1440 1440 -webkit-border-radius: 4px;
1441 1441 border-radius: 4px;
1442 1442 }
1443 1443
1444 1444 #content div.box table th {
1445 1445 background: #eee;
1446 1446 border-bottom: 1px solid #ddd;
1447 1447 padding: 5px 0px 5px 5px;
1448 1448 text-align: left;
1449 1449 }
1450 1450
1451 1451 #content div.box table th.left {
1452 1452 text-align: left;
1453 1453 }
1454 1454
1455 1455 #content div.box table th.right {
1456 1456 text-align: right;
1457 1457 }
1458 1458
1459 1459 #content div.box table th.center {
1460 1460 text-align: center;
1461 1461 }
1462 1462
1463 1463 #content div.box table th.selected {
1464 1464 vertical-align: middle;
1465 1465 padding: 0;
1466 1466 }
1467 1467
1468 1468 #content div.box table td {
1469 1469 background: #fff;
1470 1470 border-bottom: 1px solid #cdcdcd;
1471 1471 vertical-align: middle;
1472 1472 padding: 5px;
1473 1473 }
1474 1474
1475 1475 #content div.box table tr.selected td {
1476 1476 background: #FFC;
1477 1477 }
1478 1478
1479 1479 #content div.box table td.selected {
1480 1480 width: 3%;
1481 1481 text-align: center;
1482 1482 vertical-align: middle;
1483 1483 padding: 0;
1484 1484 }
1485 1485
1486 1486 #content div.box table td.action {
1487 1487 width: 45%;
1488 1488 text-align: left;
1489 1489 }
1490 1490
1491 1491 #content div.box table td.date {
1492 1492 width: 33%;
1493 1493 text-align: center;
1494 1494 }
1495 1495
1496 1496 #content div.box div.action {
1497 1497 float: right;
1498 1498 background: #FFF;
1499 1499 text-align: right;
1500 1500 margin: 10px 0 0;
1501 1501 padding: 0;
1502 1502 }
1503 1503
1504 1504 #content div.box div.action select {
1505 1505 font-size: 11px;
1506 1506 margin: 0;
1507 1507 }
1508 1508
1509 1509 #content div.box div.action .ui-selectmenu {
1510 1510 margin: 0;
1511 1511 padding: 0;
1512 1512 }
1513 1513
1514 1514 #content div.box div.pagination {
1515 1515 height: 1%;
1516 1516 clear: both;
1517 1517 overflow: hidden;
1518 1518 margin: 10px 0 0;
1519 1519 padding: 0;
1520 1520 }
1521 1521
1522 1522 #content div.box div.pagination ul.pager {
1523 1523 float: right;
1524 1524 text-align: right;
1525 1525 margin: 0;
1526 1526 padding: 0;
1527 1527 }
1528 1528
1529 1529 #content div.box div.pagination ul.pager li {
1530 1530 height: 1%;
1531 1531 float: left;
1532 1532 list-style: none;
1533 1533 background: #ebebeb url("../images/pager.png") repeat-x;
1534 1534 border-top: 1px solid #dedede;
1535 1535 border-left: 1px solid #cfcfcf;
1536 1536 border-right: 1px solid #c4c4c4;
1537 1537 border-bottom: 1px solid #c4c4c4;
1538 1538 color: #4A4A4A;
1539 1539 font-weight: 700;
1540 1540 margin: 0 0 0 4px;
1541 1541 padding: 0;
1542 1542 }
1543 1543
1544 1544 #content div.box div.pagination ul.pager li.separator {
1545 1545 padding: 6px;
1546 1546 }
1547 1547
1548 1548 #content div.box div.pagination ul.pager li.current {
1549 1549 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1550 1550 border-top: 1px solid #ccc;
1551 1551 border-left: 1px solid #bebebe;
1552 1552 border-right: 1px solid #b1b1b1;
1553 1553 border-bottom: 1px solid #afafaf;
1554 1554 color: #515151;
1555 1555 padding: 6px;
1556 1556 }
1557 1557
1558 1558 #content div.box div.pagination ul.pager li a {
1559 1559 height: 1%;
1560 1560 display: block;
1561 1561 float: left;
1562 1562 color: #515151;
1563 1563 text-decoration: none;
1564 1564 margin: 0;
1565 1565 padding: 6px;
1566 1566 }
1567 1567
1568 #content div.box div.pagination ul.pager li a:hover, #content div.box div.pagination ul.pager li a:active {
1568 #content div.box div.pagination ul.pager li a:hover,
1569 #content div.box div.pagination ul.pager li a:active {
1569 1570 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1570 1571 border-top: 1px solid #ccc;
1571 1572 border-left: 1px solid #bebebe;
1572 1573 border-right: 1px solid #b1b1b1;
1573 1574 border-bottom: 1px solid #afafaf;
1574 1575 margin: -1px;
1575 1576 }
1576 1577
1578 #content div.box div.pagination-right {
1579 float: right;
1580 }
1581
1577 1582 #content div.box div.pagination-wh {
1578 1583 height: 1%;
1579 clear: both;
1580 1584 overflow: hidden;
1581 1585 text-align: right;
1582 1586 margin: 10px 0 0;
1583 1587 padding: 0;
1584 1588 }
1585 1589
1586 #content div.box div.pagination-right {
1587 float: right;
1590 #content div.box div.pagination-wh > :first-child {
1591 border-radius: 4px 0px 0px 4px;
1592 }
1593
1594 #content div.box div.pagination-wh > :last-child{
1595 border-radius: 0px 4px 4px 0px;
1596 border-right: 1px solid #cfcfcf;
1588 1597 }
1589 1598
1590 1599 #content div.box div.pagination-wh a,
1591 1600 #content div.box div.pagination-wh span.pager_dotdot,
1592 1601 #content div.box div.pagination-wh span.yui-pg-previous,
1593 1602 #content div.box div.pagination-wh span.yui-pg-last,
1594 1603 #content div.box div.pagination-wh span.yui-pg-next,
1595 1604 #content div.box div.pagination-wh span.yui-pg-first {
1596 1605 height: 1%;
1597 1606 float: left;
1598 1607 background: #ebebeb url("../images/pager.png") repeat-x;
1599 1608 border-top: 1px solid #dedede;
1600 1609 border-left: 1px solid #cfcfcf;
1601 border-right: 1px solid #c4c4c4;
1602 1610 border-bottom: 1px solid #c4c4c4;
1603 1611 color: #4A4A4A;
1604 1612 font-weight: 700;
1605 margin: 0 0 0 4px;
1606 1613 padding: 6px;
1607 1614 }
1608 1615
1609 1616 #content div.box div.pagination-wh span.pager_curpage {
1610 1617 height: 1%;
1611 1618 float: left;
1612 1619 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1613 1620 border-top: 1px solid #ccc;
1614 1621 border-left: 1px solid #bebebe;
1615 border-right: 1px solid #b1b1b1;
1616 1622 border-bottom: 1px solid #afafaf;
1617 1623 color: #515151;
1618 1624 font-weight: 700;
1619 margin: 0 0 0 4px;
1620 1625 padding: 6px;
1621 1626 }
1622 1627
1623 1628 #content div.box div.pagination-wh a:hover, #content div.box div.pagination-wh a:active {
1624 1629 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1625 1630 border-top: 1px solid #ccc;
1626 1631 border-left: 1px solid #bebebe;
1627 border-right: 1px solid #b1b1b1;
1628 1632 border-bottom: 1px solid #afafaf;
1629 1633 text-decoration: none;
1630 1634 }
1631 1635
1632 1636 #content div.box div.traffic div.legend {
1633 1637 clear: both;
1634 1638 overflow: hidden;
1635 1639 border-bottom: 1px solid #ddd;
1636 1640 margin: 0 0 10px;
1637 1641 padding: 0 0 10px;
1638 1642 }
1639 1643
1640 1644 #content div.box div.traffic div.legend h6 {
1641 1645 float: left;
1642 1646 border: none;
1643 1647 margin: 0;
1644 1648 padding: 0;
1645 1649 }
1646 1650
1647 1651 #content div.box div.traffic div.legend li {
1648 1652 list-style: none;
1649 1653 float: left;
1650 1654 font-size: 11px;
1651 1655 margin: 0;
1652 1656 padding: 0 8px 0 4px;
1653 1657 }
1654 1658
1655 1659 #content div.box div.traffic div.legend li.visits {
1656 1660 border-left: 12px solid #edc240;
1657 1661 }
1658 1662
1659 1663 #content div.box div.traffic div.legend li.pageviews {
1660 1664 border-left: 12px solid #afd8f8;
1661 1665 }
1662 1666
1663 1667 #content div.box div.traffic table {
1664 1668 width: auto;
1665 1669 }
1666 1670
1667 1671 #content div.box div.traffic table td {
1668 1672 background: transparent;
1669 1673 border: none;
1670 1674 padding: 2px 3px 3px;
1671 1675 }
1672 1676
1673 1677 #content div.box div.traffic table td.legendLabel {
1674 1678 padding: 0 3px 2px;
1675 1679 }
1676 1680
1677 1681 #content div.box #summary {
1678 1682 margin-right: 200px;
1679 1683 }
1680 1684
1681 1685 #summary-menu-stats {
1682 1686 float: left;
1683 1687 width: 180px;
1684 1688 position: absolute;
1685 1689 top: 0;
1686 1690 right: 0;
1687 1691 }
1688 1692
1689 1693 #summary-menu-stats ul {
1690 1694 margin: 0 10px;
1691 1695 display: block;
1692 1696 background-color: #f9f9f9;
1693 1697 border: 1px solid #d1d1d1;
1694 1698 border-radius: 4px;
1695 1699 }
1696 1700
1697 1701 #content #summary-menu-stats li {
1698 1702 border-top: 1px solid #d1d1d1;
1699 1703 padding: 0;
1700 1704 }
1701 1705
1702 1706 #content #summary-menu-stats li:hover {
1703 1707 background: #f0f0f0;
1704 1708 }
1705 1709
1706 1710 #content #summary-menu-stats li:first-child {
1707 1711 border-top: none;
1708 1712 }
1709 1713
1710 1714 #summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')}
1711 1715 #summary-menu-stats a.forks { background-image: url('../images/icons/arrow_divide.png')}
1712 1716 #summary-menu-stats a.settings { background-image: url('../images/icons/cog_edit.png')}
1713 1717 #summary-menu-stats a.feed { background-image: url('../images/icons/rss_16.png')}
1714 1718 #summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')}
1715 1719
1716 1720 #summary-menu-stats a {
1717 1721 display: block;
1718 1722 padding: 12px 30px;
1719 1723 background-repeat: no-repeat;
1720 1724 background-position: 10px 50%;
1721 1725 padding-right: 10px;
1722 1726 }
1723 1727
1724 1728 #repo_size_2.loaded {
1725 1729 margin-left: 30px;
1726 1730 display: block;
1727 1731 padding-right: 10px;
1728 1732 padding-bottom: 7px;
1729 1733 }
1730 1734
1731 1735 #summary-menu-stats a:hover {
1732 1736 text-decoration: none;
1733 1737 }
1734 1738
1735 1739 #summary-menu-stats a span {
1736 1740 background-color: #DEDEDE;
1737 1741 color: 888 !important;
1738 1742 border-radius: 4px;
1739 1743 padding: 2px 4px;
1740 1744 font-size: 10px;
1741 1745 }
1742 1746
1743 1747 #summary .metatag {
1744 1748 display: inline-block;
1745 1749 padding: 3px 5px;
1746 1750 margin-bottom: 3px;
1747 1751 margin-right: 1px;
1748 1752 border-radius: 5px;
1749 1753 }
1750 1754
1751 1755 #content div.box #summary p {
1752 1756 margin-bottom: -5px;
1753 1757 width: 600px;
1754 1758 white-space: pre-wrap;
1755 1759 }
1756 1760
1757 1761 #content div.box #summary p:last-child {
1758 1762 margin-bottom: 9px;
1759 1763 }
1760 1764
1761 1765 #content div.box #summary p:first-of-type {
1762 1766 margin-top: 9px;
1763 1767 }
1764 1768
1765 1769 .metatag {
1766 1770 display: inline-block;
1767 1771 margin-right: 1px;
1768 1772 -webkit-border-radius: 4px 4px 4px 4px;
1769 1773 -khtml-border-radius: 4px 4px 4px 4px;
1770 1774 border-radius: 4px 4px 4px 4px;
1771 1775
1772 1776 border: solid 1px #9CF;
1773 1777 padding: 2px 3px 2px 3px !important;
1774 1778 background-color: #DEF;
1775 1779 }
1776 1780
1777 1781 .metatag[tag="dead"] {
1778 1782 background-color: #E44;
1779 1783 }
1780 1784
1781 1785 .metatag[tag="stale"] {
1782 1786 background-color: #EA4;
1783 1787 }
1784 1788
1785 1789 .metatag[tag="featured"] {
1786 1790 background-color: #AEA;
1787 1791 }
1788 1792
1789 1793 .metatag[tag="requires"] {
1790 1794 background-color: #9CF;
1791 1795 }
1792 1796
1793 1797 .metatag[tag="recommends"] {
1794 1798 background-color: #BDF;
1795 1799 }
1796 1800
1797 1801 .metatag[tag="lang"] {
1798 1802 background-color: #FAF474;
1799 1803 }
1800 1804
1801 1805 .metatag[tag="license"] {
1802 1806 border: solid 1px #9CF;
1803 1807 background-color: #DEF;
1804 1808 target-new: tab !important;
1805 1809 }
1806 1810 .metatag[tag="see"] {
1807 1811 border: solid 1px #CBD;
1808 1812 background-color: #EDF;
1809 1813 }
1810 1814
1811 1815 a.metatag[tag="license"]:hover {
1812 1816 background-color: #003367;
1813 1817 color: #FFF;
1814 1818 text-decoration: none;
1815 1819 }
1816 1820
1817 1821 #summary .desc {
1818 1822 white-space: pre;
1819 1823 width: 100%;
1820 1824 }
1821 1825
1822 1826 #summary .repo_name {
1823 1827 font-size: 1.6em;
1824 1828 font-weight: bold;
1825 1829 vertical-align: baseline;
1826 1830 clear: right
1827 1831 }
1828 1832
1829 1833 #footer {
1830 1834 clear: both;
1831 1835 overflow: hidden;
1832 1836 text-align: right;
1833 1837 margin: 0;
1834 1838 padding: 0 10px 4px;
1835 1839 margin: -10px 0 0;
1836 1840 }
1837 1841
1838 1842 #footer div#footer-inner {
1839 1843 background-color: #003B76;
1840 1844 background-repeat: repeat-x;
1841 1845 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1842 1846 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1843 1847 background-image: -ms-linear-gradient( top, #003b76, #00376e);
1844 1848 background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1845 1849 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
1846 1850 background-image: -o-linear-gradient( top, #003b76, #00376e));
1847 1851 background-image: linear-gradient(to bottom, #003b76, #00376e);
1848 1852 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1849 1853 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1850 1854 -webkit-border-radius: 4px 4px 4px 4px;
1851 1855 -khtml-border-radius: 4px 4px 4px 4px;
1852 1856 border-radius: 4px 4px 4px 4px;
1853 1857 }
1854 1858
1855 1859 #footer div#footer-inner p {
1856 1860 padding: 15px 25px 15px 0;
1857 1861 color: #FFF;
1858 1862 font-weight: 700;
1859 1863 }
1860 1864
1861 1865 #footer div#footer-inner .footer-link {
1862 1866 float: left;
1863 1867 padding-left: 10px;
1864 1868 }
1865 1869
1866 1870 #footer div#footer-inner .footer-link a, #footer div#footer-inner .footer-link-right a {
1867 1871 color: #FFF;
1868 1872 }
1869 1873
1870 1874 #login div.title {
1871 1875 clear: both;
1872 1876 overflow: hidden;
1873 1877 position: relative;
1874 1878 background-color: #003B76;
1875 1879 background-repeat: repeat-x;
1876 1880 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1877 1881 background-image: -moz-linear-gradient( top, #003b76, #00376e);
1878 1882 background-image: -ms-linear-gradient( top, #003b76, #00376e);
1879 1883 background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1880 1884 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
1881 1885 background-image: -o-linear-gradient( top, #003b76, #00376e));
1882 1886 background-image: linear-gradient(to bottom, #003b76, #00376e);
1883 1887 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1884 1888 margin: 0 auto;
1885 1889 padding: 0;
1886 1890 }
1887 1891
1888 1892 #login div.inner {
1889 1893 background: #FFF url("../images/login.png") no-repeat top left;
1890 1894 border-top: none;
1891 1895 border-bottom: none;
1892 1896 margin: 0 auto;
1893 1897 padding: 20px;
1894 1898 }
1895 1899
1896 1900 #login div.form div.fields div.field div.label {
1897 1901 width: 173px;
1898 1902 float: left;
1899 1903 text-align: right;
1900 1904 margin: 2px 10px 0 0;
1901 1905 padding: 5px 0 0 5px;
1902 1906 }
1903 1907
1904 1908 #login div.form div.fields div.field div.input input {
1905 1909 background: #FFF;
1906 1910 border-top: 1px solid #b3b3b3;
1907 1911 border-left: 1px solid #b3b3b3;
1908 1912 border-right: 1px solid #eaeaea;
1909 1913 border-bottom: 1px solid #eaeaea;
1910 1914 color: #000;
1911 1915 font-size: 11px;
1912 1916 margin: 0;
1913 1917 padding: 7px 7px 6px;
1914 1918 }
1915 1919
1916 1920 #login div.form div.fields div.buttons {
1917 1921 clear: both;
1918 1922 overflow: hidden;
1919 1923 border-top: 1px solid #DDD;
1920 1924 text-align: right;
1921 1925 margin: 0;
1922 1926 padding: 10px 0 0;
1923 1927 }
1924 1928
1925 1929 #login div.form div.links {
1926 1930 clear: both;
1927 1931 overflow: hidden;
1928 1932 margin: 10px 0 0;
1929 1933 padding: 0 0 2px;
1930 1934 }
1931 1935
1932 1936 .user-menu {
1933 1937 margin: 0px !important;
1934 1938 float: left;
1935 1939 }
1936 1940
1937 1941 .user-menu .container {
1938 1942 padding: 0px 4px 0px 4px;
1939 1943 margin: 0px 0px 0px 0px;
1940 1944 }
1941 1945
1942 1946 .user-menu .gravatar {
1943 1947 margin: 0px 0px 0px 0px;
1944 1948 cursor: pointer;
1945 1949 }
1946 1950 .user-menu .gravatar.enabled {
1947 1951 background-color: #FDF784 !important;
1948 1952 }
1949 1953 .user-menu .gravatar:hover {
1950 1954 background-color: #FDF784 !important;
1951 1955 }
1952 1956 #quick_login {
1953 1957 min-height: 110px;
1954 1958 padding: 4px;
1955 1959 position: absolute;
1956 1960 right: 0;
1957 1961 background-color: #003B76;
1958 1962 background-repeat: repeat-x;
1959 1963 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1960 1964 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1961 1965 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1962 1966 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1963 1967 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1964 1968 background-image: -o-linear-gradient(top, #003b76, #00376e);
1965 1969 background-image: linear-gradient(to bottom, #003b76, #00376e);
1966 1970 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1967 1971
1968 1972 z-index: 999;
1969 1973 -webkit-border-radius: 0px 0px 4px 4px;
1970 1974 -khtml-border-radius: 0px 0px 4px 4px;
1971 1975 border-radius: 0px 0px 4px 4px;
1972 1976 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1973 1977
1974 1978 overflow: hidden;
1975 1979 }
1976 1980 #quick_login h4 {
1977 1981 color: #fff;
1978 1982 padding: 5px 0px 5px 14px;
1979 1983 }
1980 1984
1981 1985 #quick_login .password_forgoten {
1982 1986 padding-right: 0px;
1983 1987 padding-top: 0px;
1984 1988 text-align: left;
1985 1989 }
1986 1990
1987 1991 #quick_login .password_forgoten a {
1988 1992 font-size: 10px;
1989 1993 color: #fff;
1990 1994 padding: 0px !important;
1991 1995 line-height: 20px !important;
1992 1996 }
1993 1997
1994 1998 #quick_login .register {
1995 1999 padding-right: 10px;
1996 2000 padding-top: 5px;
1997 2001 text-align: left;
1998 2002 }
1999 2003
2000 2004 #quick_login .register a {
2001 2005 font-size: 10px;
2002 2006 color: #fff;
2003 2007 padding: 0px !important;
2004 2008 line-height: 20px !important;
2005 2009 }
2006 2010
2007 2011 #quick_login .submit {
2008 2012 margin: -20px 0 0 0px;
2009 2013 position: absolute;
2010 2014 right: 15px;
2011 2015 }
2012 2016
2013 2017 #quick_login .links_left {
2014 2018 float: left;
2015 2019 margin-right: 130px;
2016 2020 width: 170px;
2017 2021 }
2018 2022 #quick_login .links_right {
2019 2023
2020 2024 position: absolute;
2021 2025 right: 0;
2022 2026 }
2023 2027 #quick_login .full_name {
2024 2028 color: #FFFFFF;
2025 2029 font-weight: bold;
2026 2030 padding: 3px 3px 3px 6px;
2027 2031 }
2028 2032 #quick_login .big_gravatar {
2029 2033 padding: 4px 0px 0px 6px;
2030 2034 }
2031 2035 #quick_login .notifications {
2032 2036 padding: 2px 0px 0px 6px;
2033 2037 color: #FFFFFF;
2034 2038 font-weight: bold;
2035 2039 line-height: 10px !important;
2036 2040 }
2037 2041 #quick_login .notifications a,
2038 2042 #quick_login .unread a {
2039 2043 color: #FFFFFF;
2040 2044 display: block;
2041 2045 padding: 0px !important;
2042 2046 }
2043 2047 #quick_login .notifications a:hover,
2044 2048 #quick_login .unread a:hover {
2045 2049 background-color: inherit !important;
2046 2050 }
2047 2051 #quick_login .email, #quick_login .unread {
2048 2052 color: #FFFFFF;
2049 2053 padding: 3px 3px 3px 6px;
2050 2054 }
2051 2055 #quick_login .links .logout {
2052 2056 }
2053 2057
2054 2058 #quick_login div.form div.fields {
2055 2059 padding-top: 2px;
2056 2060 padding-left: 10px;
2057 2061 }
2058 2062
2059 2063 #quick_login div.form div.fields div.field {
2060 2064 padding: 5px;
2061 2065 }
2062 2066
2063 2067 #quick_login div.form div.fields div.field div.label label {
2064 2068 color: #fff;
2065 2069 padding-bottom: 3px;
2066 2070 }
2067 2071
2068 2072 #quick_login div.form div.fields div.field div.input input {
2069 2073 width: 236px;
2070 2074 background: #FFF;
2071 2075 border-top: 1px solid #b3b3b3;
2072 2076 border-left: 1px solid #b3b3b3;
2073 2077 border-right: 1px solid #eaeaea;
2074 2078 border-bottom: 1px solid #eaeaea;
2075 2079 color: #000;
2076 2080 font-size: 11px;
2077 2081 margin: 0;
2078 2082 padding: 5px 7px 4px;
2079 2083 }
2080 2084
2081 2085 #quick_login div.form div.fields div.buttons {
2082 2086 clear: both;
2083 2087 overflow: hidden;
2084 2088 text-align: right;
2085 2089 margin: 0;
2086 2090 padding: 5px 14px 0px 5px;
2087 2091 }
2088 2092
2089 2093 #quick_login div.form div.links {
2090 2094 clear: both;
2091 2095 overflow: hidden;
2092 2096 margin: 10px 0 0;
2093 2097 padding: 0 0 2px;
2094 2098 }
2095 2099
2096 2100 #quick_login ol.links {
2097 2101 display: block;
2098 2102 font-weight: bold;
2099 2103 list-style: none outside none;
2100 2104 text-align: right;
2101 2105 }
2102 2106 #quick_login ol.links li {
2103 2107 line-height: 27px;
2104 2108 margin: 0;
2105 2109 padding: 0;
2106 2110 color: #fff;
2107 2111 display: block;
2108 2112 float: none !important;
2109 2113 }
2110 2114
2111 2115 #quick_login ol.links li a {
2112 2116 color: #fff;
2113 2117 display: block;
2114 2118 padding: 2px;
2115 2119 }
2116 2120 #quick_login ol.links li a:HOVER {
2117 2121 background-color: inherit !important;
2118 2122 }
2119 2123
2120 2124 #register div.title {
2121 2125 clear: both;
2122 2126 overflow: hidden;
2123 2127 position: relative;
2124 2128 background-color: #003B76;
2125 2129 background-repeat: repeat-x;
2126 2130 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
2127 2131 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2128 2132 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2129 2133 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
2130 2134 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2131 2135 background-image: -o-linear-gradient(top, #003b76, #00376e);
2132 2136 background-image: linear-gradient(to bottom, #003b76, #00376e);
2133 2137 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
2134 2138 endColorstr='#00376e', GradientType=0 );
2135 2139 margin: 0 auto;
2136 2140 padding: 0;
2137 2141 }
2138 2142
2139 2143 #register div.inner {
2140 2144 background: #FFF;
2141 2145 border-top: none;
2142 2146 border-bottom: none;
2143 2147 margin: 0 auto;
2144 2148 padding: 20px;
2145 2149 }
2146 2150
2147 2151 #register div.form div.fields div.field div.label {
2148 2152 width: 135px;
2149 2153 float: left;
2150 2154 text-align: right;
2151 2155 margin: 2px 10px 0 0;
2152 2156 padding: 5px 0 0 5px;
2153 2157 }
2154 2158
2155 2159 #register div.form div.fields div.field div.input input {
2156 2160 width: 300px;
2157 2161 background: #FFF;
2158 2162 border-top: 1px solid #b3b3b3;
2159 2163 border-left: 1px solid #b3b3b3;
2160 2164 border-right: 1px solid #eaeaea;
2161 2165 border-bottom: 1px solid #eaeaea;
2162 2166 color: #000;
2163 2167 font-size: 11px;
2164 2168 margin: 0;
2165 2169 padding: 7px 7px 6px;
2166 2170 }
2167 2171
2168 2172 #register div.form div.fields div.buttons {
2169 2173 clear: both;
2170 2174 overflow: hidden;
2171 2175 border-top: 1px solid #DDD;
2172 2176 text-align: left;
2173 2177 margin: 0;
2174 2178 padding: 10px 0 0 150px;
2175 2179 }
2176 2180
2177 2181 #register div.form div.activation_msg {
2178 2182 padding-top: 4px;
2179 2183 padding-bottom: 4px;
2180 2184 }
2181 2185
2182 2186 #journal .journal_day {
2183 2187 font-size: 20px;
2184 2188 padding: 10px 0px;
2185 2189 border-bottom: 2px solid #DDD;
2186 2190 margin-left: 10px;
2187 2191 margin-right: 10px;
2188 2192 }
2189 2193
2190 2194 #journal .journal_container {
2191 2195 padding: 5px;
2192 2196 clear: both;
2193 2197 margin: 0px 5px 0px 10px;
2194 2198 }
2195 2199
2196 2200 #journal .journal_action_container {
2197 2201 padding-left: 38px;
2198 2202 }
2199 2203
2200 2204 #journal .journal_user {
2201 2205 color: #747474;
2202 2206 font-size: 14px;
2203 2207 font-weight: bold;
2204 2208 height: 30px;
2205 2209 }
2206 2210
2207 2211 #journal .journal_user.deleted {
2208 2212 color: #747474;
2209 2213 font-size: 14px;
2210 2214 font-weight: normal;
2211 2215 height: 30px;
2212 2216 font-style: italic;
2213 2217 }
2214 2218
2215 2219
2216 2220 #journal .journal_icon {
2217 2221 clear: both;
2218 2222 float: left;
2219 2223 padding-right: 4px;
2220 2224 padding-top: 3px;
2221 2225 }
2222 2226
2223 2227 #journal .journal_action {
2224 2228 padding-top: 4px;
2225 2229 min-height: 2px;
2226 2230 float: left
2227 2231 }
2228 2232
2229 2233 #journal .journal_action_params {
2230 2234 clear: left;
2231 2235 padding-left: 22px;
2232 2236 }
2233 2237
2234 2238 #journal .journal_repo {
2235 2239 float: left;
2236 2240 margin-left: 6px;
2237 2241 padding-top: 3px;
2238 2242 }
2239 2243
2240 2244 #journal .date {
2241 2245 clear: both;
2242 2246 color: #777777;
2243 2247 font-size: 11px;
2244 2248 padding-left: 22px;
2245 2249 }
2246 2250
2247 2251 #journal .journal_repo .journal_repo_name {
2248 2252 font-weight: bold;
2249 2253 font-size: 1.1em;
2250 2254 }
2251 2255
2252 2256 #journal .compare_view {
2253 2257 padding: 5px 0px 5px 0px;
2254 2258 width: 95px;
2255 2259 }
2256 2260
2257 2261 .journal_highlight {
2258 2262 font-weight: bold;
2259 2263 padding: 0 2px;
2260 2264 vertical-align: bottom;
2261 2265 }
2262 2266
2263 2267 .trending_language_tbl, .trending_language_tbl td {
2264 2268 border: 0 !important;
2265 2269 margin: 0 !important;
2266 2270 padding: 0 !important;
2267 2271 }
2268 2272
2269 2273 .trending_language_tbl, .trending_language_tbl tr {
2270 2274 border-spacing: 1px;
2271 2275 }
2272 2276
2273 2277 .trending_language {
2274 2278 background-color: #003367;
2275 2279 color: #FFF;
2276 2280 display: block;
2277 2281 min-width: 20px;
2278 2282 text-decoration: none;
2279 2283 height: 12px;
2280 2284 margin-bottom: 0px;
2281 2285 margin-left: 5px;
2282 2286 white-space: pre;
2283 2287 padding: 3px;
2284 2288 }
2285 2289
2286 2290 h3.files_location {
2287 2291 font-size: 1.8em;
2288 2292 font-weight: 700;
2289 2293 border-bottom: none !important;
2290 2294 margin: 10px 0 !important;
2291 2295 }
2292 2296
2293 2297 #files_data dl dt {
2294 2298 float: left;
2295 2299 width: 60px;
2296 2300 margin: 0 !important;
2297 2301 padding: 5px;
2298 2302 }
2299 2303
2300 2304 #files_data dl dd {
2301 2305 margin: 0 !important;
2302 2306 padding: 5px !important;
2303 2307 }
2304 2308
2305 2309 .file_history {
2306 2310 padding-top: 10px;
2307 2311 font-size: 16px;
2308 2312 }
2309 2313 .file_author {
2310 2314 float: left;
2311 2315 }
2312 2316
2313 2317 .file_author .item {
2314 2318 float: left;
2315 2319 padding: 5px;
2316 2320 color: #888;
2317 2321 }
2318 2322
2319 2323 .tablerow0 {
2320 2324 background-color: #F8F8F8;
2321 2325 }
2322 2326
2323 2327 .tablerow1 {
2324 2328 background-color: #FFFFFF;
2325 2329 }
2326 2330
2327 2331 .changeset_id {
2328 2332 color: #666666;
2329 2333 margin-right: -3px;
2330 2334 }
2331 2335
2332 2336 .changeset_hash {
2333 2337 color: #000000;
2334 2338 }
2335 2339
2336 2340 #changeset_content {
2337 2341 border-left: 1px solid #CCC;
2338 2342 border-right: 1px solid #CCC;
2339 2343 border-bottom: 1px solid #CCC;
2340 2344 padding: 5px;
2341 2345 }
2342 2346
2343 2347 #changeset_compare_view_content {
2344 2348 border: 1px solid #CCC;
2345 2349 padding: 5px;
2346 2350 }
2347 2351
2348 2352 #changeset_content .container {
2349 2353 min-height: 100px;
2350 2354 font-size: 1.2em;
2351 2355 overflow: hidden;
2352 2356 }
2353 2357
2354 2358 #changeset_compare_view_content .compare_view_commits {
2355 2359 width: auto !important;
2356 2360 }
2357 2361
2358 2362 #changeset_compare_view_content .compare_view_commits td {
2359 2363 padding: 0px 0px 0px 12px !important;
2360 2364 }
2361 2365
2362 2366 #changeset_content .container .right {
2363 2367 float: right;
2364 2368 width: 20%;
2365 2369 text-align: right;
2366 2370 }
2367 2371
2368 2372 #changeset_content .container .message {
2369 2373 white-space: pre-wrap;
2370 2374 }
2371 2375 #changeset_content .container .message a:hover {
2372 2376 text-decoration: none;
2373 2377 }
2374 2378 .cs_files .cur_cs {
2375 2379 margin: 10px 2px;
2376 2380 font-weight: bold;
2377 2381 }
2378 2382
2379 2383 .cs_files .node {
2380 2384 float: left;
2381 2385 }
2382 2386
2383 2387 .cs_files .changes {
2384 2388 float: right;
2385 2389 color: #003367;
2386 2390 }
2387 2391
2388 2392 .cs_files .changes .added {
2389 2393 background-color: #BBFFBB;
2390 2394 float: left;
2391 2395 text-align: center;
2392 2396 font-size: 9px;
2393 2397 padding: 2px 0px 2px 0px;
2394 2398 }
2395 2399
2396 2400 .cs_files .changes .deleted {
2397 2401 background-color: #FF8888;
2398 2402 float: left;
2399 2403 text-align: center;
2400 2404 font-size: 9px;
2401 2405 padding: 2px 0px 2px 0px;
2402 2406 }
2403 2407 /*new binary*/
2404 2408 .cs_files .changes .bin1 {
2405 2409 background-color: #BBFFBB;
2406 2410 float: left;
2407 2411 text-align: center;
2408 2412 font-size: 9px;
2409 2413 padding: 2px 0px 2px 0px;
2410 2414 }
2411 2415
2412 2416 /*deleted binary*/
2413 2417 .cs_files .changes .bin2 {
2414 2418 background-color: #FF8888;
2415 2419 float: left;
2416 2420 text-align: center;
2417 2421 font-size: 9px;
2418 2422 padding: 2px 0px 2px 0px;
2419 2423 }
2420 2424
2421 2425 /*mod binary*/
2422 2426 .cs_files .changes .bin3 {
2423 2427 background-color: #DDDDDD;
2424 2428 float: left;
2425 2429 text-align: center;
2426 2430 font-size: 9px;
2427 2431 padding: 2px 0px 2px 0px;
2428 2432 }
2429 2433
2430 2434 /*rename file*/
2431 2435 .cs_files .changes .bin4 {
2432 2436 background-color: #6D99FF;
2433 2437 float: left;
2434 2438 text-align: center;
2435 2439 font-size: 9px;
2436 2440 padding: 2px 0px 2px 0px;
2437 2441 }
2438 2442
2439 2443
2440 2444 .cs_files .cs_added, .cs_files .cs_A {
2441 2445 background: url("../images/icons/page_white_add.png") no-repeat scroll
2442 2446 3px;
2443 2447 height: 16px;
2444 2448 padding-left: 20px;
2445 2449 margin-top: 7px;
2446 2450 text-align: left;
2447 2451 }
2448 2452
2449 2453 .cs_files .cs_changed, .cs_files .cs_M {
2450 2454 background: url("../images/icons/page_white_edit.png") no-repeat scroll
2451 2455 3px;
2452 2456 height: 16px;
2453 2457 padding-left: 20px;
2454 2458 margin-top: 7px;
2455 2459 text-align: left;
2456 2460 }
2457 2461
2458 2462 .cs_files .cs_removed, .cs_files .cs_D {
2459 2463 background: url("../images/icons/page_white_delete.png") no-repeat
2460 2464 scroll 3px;
2461 2465 height: 16px;
2462 2466 padding-left: 20px;
2463 2467 margin-top: 7px;
2464 2468 text-align: left;
2465 2469 }
2466 2470
2467 2471 .table {
2468 2472 position: relative;
2469 2473 }
2470 2474
2471 2475 #graph {
2472 2476 position: relative;
2473 2477 overflow: hidden;
2474 2478 }
2475 2479
2476 2480 #graph_nodes {
2477 2481 position: absolute;
2478 2482 }
2479 2483
2480 2484 #graph_content,
2481 2485 #graph .info_box,
2482 2486 #graph .container_header {
2483 2487 margin-left: 100px;
2484 2488 }
2485 2489
2486 2490 #graph_content {
2487 2491 position: relative;
2488 2492 }
2489 2493
2490 2494 #graph .container_header {
2491 2495 padding: 10px;
2492 2496 height: 25px;
2493 2497 }
2494 2498
2495 2499 #graph_content #rev_range_container {
2496 2500 float: left;
2497 2501 margin: 0px 0px 0px 3px;
2498 2502 }
2499 2503
2500 2504 #graph_content #rev_range_clear {
2501 2505 float: left;
2502 2506 margin: 0px 0px 0px 3px;
2503 2507 }
2504 2508
2505 2509 #graph_content #changesets {
2506 2510 table-layout: fixed;
2507 2511 border-collapse: collapse;
2508 2512 border-left: none;
2509 2513 border-right: none;
2510 2514 border-color: #cdcdcd;
2511 2515 }
2512 2516
2513 2517 #graph_content #changesets td {
2514 2518 overflow: hidden;
2515 2519 text-overflow: ellipsis;
2516 2520 white-space: nowrap;
2517 2521 height: 31px;
2518 2522 border-color: #cdcdcd;
2519 2523 text-align: left;
2520 2524 }
2521 2525
2522 2526 #graph_content .container .checkbox {
2523 2527 width: 12px;
2524 2528 font-size: 0.85em;
2525 2529 }
2526 2530
2527 2531 #graph_content .container .status {
2528 2532 width: 14px;
2529 2533 font-size: 0.85em;
2530 2534 }
2531 2535
2532 2536 #graph_content .container .author {
2533 2537 width: 105px;
2534 2538 }
2535 2539
2536 2540 #graph_content .container .hash {
2537 2541 width: 100px;
2538 2542 font-size: 0.85em;
2539 2543 }
2540 2544
2541 2545 #graph_content #changesets .container .date {
2542 2546 width: 76px;
2543 2547 color: #666;
2544 2548 font-size: 10px;
2545 2549 }
2546 2550
2547 2551 #graph_content #changesets .container .right {
2548 2552 width: 120px;
2549 2553 padding-right: 0px;
2550 2554 overflow: visible;
2551 2555 position: relative;
2552 2556 }
2553 2557
2554 2558 #graph_content .container .mid {
2555 2559 padding: 0;
2556 2560 }
2557 2561
2558 2562 #graph_content .log-container {
2559 2563 position: relative;
2560 2564 }
2561 2565
2562 2566 #graph_content .container .changeset_range {
2563 2567 float: left;
2564 2568 margin: 6px 3px;
2565 2569 }
2566 2570
2567 2571 #graph_content .container .author img {
2568 2572 vertical-align: middle;
2569 2573 }
2570 2574
2571 2575 #graph_content .container .author .user {
2572 2576 color: #444444;
2573 2577 }
2574 2578
2575 2579 #graph_content .container .mid .message {
2576 2580 white-space: pre-wrap;
2577 2581 padding: 0;
2578 2582 overflow: hidden;
2579 2583 height: 1.1em;
2580 2584 }
2581 2585
2582 2586 #graph_content .container .extra-container {
2583 2587 display: block;
2584 2588 position: absolute;
2585 2589 top: -15px;
2586 2590 right: 0;
2587 2591 padding-left: 5px;
2588 2592 background: #FFFFFF;
2589 2593 height: 41px;
2590 2594 }
2591 2595
2592 2596 #graph_content .comments-container,
2593 2597 #shortlog_data .comments-container,
2594 2598 #graph_content .logtags {
2595 2599 display: block;
2596 2600 float: left;
2597 2601 overflow: hidden;
2598 2602 padding: 0;
2599 2603 margin: 0;
2600 2604 }
2601 2605
2602 2606 #graph_content .comments-container {
2603 2607 margin: 0.8em 0;
2604 2608 margin-right: 0.5em;
2605 2609 }
2606 2610
2607 2611 #graph_content .tagcontainer {
2608 2612 width: 80px;
2609 2613 position: relative;
2610 2614 float: right;
2611 2615 height: 100%;
2612 2616 top: 7px;
2613 2617 margin-left: 0.5em;
2614 2618 }
2615 2619
2616 2620 #graph_content .logtags {
2617 2621 min-width: 80px;
2618 2622 height: 1.1em;
2619 2623 position: absolute;
2620 2624 left: 0px;
2621 2625 width: auto;
2622 2626 top: 0px;
2623 2627 }
2624 2628
2625 2629 #graph_content .logtags.tags {
2626 2630 top: 14px;
2627 2631 }
2628 2632
2629 2633 #graph_content .logtags:hover {
2630 2634 overflow: visible;
2631 2635 position: absolute;
2632 2636 width: auto;
2633 2637 right: 0;
2634 2638 left: initial;
2635 2639 }
2636 2640
2637 2641 #graph_content .logtags .booktag,
2638 2642 #graph_content .logtags .tagtag {
2639 2643 float: left;
2640 2644 line-height: 1em;
2641 2645 margin-bottom: 1px;
2642 2646 margin-right: 1px;
2643 2647 padding: 1px 3px;
2644 2648 font-size: 10px;
2645 2649 }
2646 2650
2647 2651 #graph_content .container .mid .message a:hover {
2648 2652 text-decoration: none;
2649 2653 }
2650 2654
2651 2655 .revision-link {
2652 2656 color: #3F6F9F;
2653 2657 font-weight: bold !important;
2654 2658 }
2655 2659
2656 2660 .issue-tracker-link {
2657 2661 color: #3F6F9F;
2658 2662 font-weight: bold !important;
2659 2663 }
2660 2664
2661 2665 .changeset-status-container {
2662 2666 padding-right: 5px;
2663 2667 margin-top: 1px;
2664 2668 float: right;
2665 2669 height: 14px;
2666 2670 }
2667 2671 .code-header .changeset-status-container {
2668 2672 float: left;
2669 2673 padding: 2px 0px 0px 2px;
2670 2674 }
2671 2675 .changeset-status-container .changeset-status-lbl {
2672 2676 color: rgb(136, 136, 136);
2673 2677 float: left;
2674 2678 padding: 3px 4px 0px 0px
2675 2679 }
2676 2680 .code-header .changeset-status-container .changeset-status-lbl {
2677 2681 float: left;
2678 2682 padding: 0px 4px 0px 0px;
2679 2683 }
2680 2684 .changeset-status-container .changeset-status-ico {
2681 2685 float: left;
2682 2686 }
2683 2687 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico {
2684 2688 float: left;
2685 2689 }
2686 2690
2687 2691 #graph_content .comments-cnt {
2688 2692 color: rgb(136, 136, 136);
2689 2693 padding: 5px 0;
2690 2694 }
2691 2695
2692 2696 #shortlog_data .comments-cnt {
2693 2697 color: rgb(136, 136, 136);
2694 2698 padding: 3px 0;
2695 2699 }
2696 2700
2697 2701 #graph_content .comments-cnt a,
2698 2702 #shortlog_data .comments-cnt a {
2699 2703 background-image: url('../images/icons/comments.png');
2700 2704 background-repeat: no-repeat;
2701 2705 background-position: 100% 50%;
2702 2706 padding: 5px 0;
2703 2707 padding-right: 20px;
2704 2708 }
2705 2709
2706 2710 .right .changes {
2707 2711 clear: both;
2708 2712 }
2709 2713
2710 2714 .right .changes .changed_total {
2711 2715 display: block;
2712 2716 float: right;
2713 2717 text-align: center;
2714 2718 min-width: 45px;
2715 2719 cursor: pointer;
2716 2720 color: #444444;
2717 2721 background: #FEA;
2718 2722 -webkit-border-radius: 0px 0px 0px 6px;
2719 2723 border-radius: 0px 0px 0px 6px;
2720 2724 padding: 1px;
2721 2725 }
2722 2726
2723 2727 .right .changes .added, .changed, .removed {
2724 2728 display: block;
2725 2729 padding: 1px;
2726 2730 color: #444444;
2727 2731 float: right;
2728 2732 text-align: center;
2729 2733 min-width: 15px;
2730 2734 }
2731 2735
2732 2736 .right .changes .added {
2733 2737 background: #CFC;
2734 2738 }
2735 2739
2736 2740 .right .changes .changed {
2737 2741 background: #FEA;
2738 2742 }
2739 2743
2740 2744 .right .changes .removed {
2741 2745 background: #FAA;
2742 2746 }
2743 2747
2744 2748 .right .merge {
2745 2749 padding: 1px 3px 1px 3px;
2746 2750 background-color: #fca062;
2747 2751 font-size: 10px;
2748 2752 color: #ffffff;
2749 2753 text-transform: uppercase;
2750 2754 white-space: nowrap;
2751 2755 -webkit-border-radius: 3px;
2752 2756 border-radius: 3px;
2753 2757 margin-right: 2px;
2754 2758 }
2755 2759
2756 2760 .right .parent {
2757 2761 color: #666666;
2758 2762 clear: both;
2759 2763 }
2760 2764 .right .logtags {
2761 2765 line-height: 2.2em;
2762 2766 }
2763 2767 .branchtag, .logtags .tagtag, .logtags .booktag {
2764 2768 margin: 0px 2px;
2765 2769 }
2766 2770
2767 2771 .branchtag,
2768 2772 .tagtag,
2769 2773 .booktag,
2770 2774 .spantag {
2771 2775 padding: 1px 3px 1px 3px;
2772 2776 font-size: 10px;
2773 2777 color: #336699;
2774 2778 white-space: nowrap;
2775 2779 -webkit-border-radius: 4px;
2776 2780 border-radius: 4px;
2777 2781 border: 1px solid #d9e8f8;
2778 2782 line-height: 1.5em;
2779 2783 }
2780 2784
2781 2785 #graph_content .branchtag,
2782 2786 #graph_content .tagtag,
2783 2787 #graph_content .booktag {
2784 2788 margin: 1.1em 0;
2785 2789 margin-right: 0.5em;
2786 2790 }
2787 2791
2788 2792 .branchtag,
2789 2793 .tagtag,
2790 2794 .booktag {
2791 2795 float: left;
2792 2796 }
2793 2797
2794 2798 .right .logtags .branchtag,
2795 2799 .right .logtags .tagtag,
2796 2800 .right .logtags .booktag,
2797 2801 .right .merge {
2798 2802 float: right;
2799 2803 line-height: 1em;
2800 2804 margin: 1px 1px !important;
2801 2805 display: block;
2802 2806 }
2803 2807
2804 2808 .booktag {
2805 2809 border-color: #46A546;
2806 2810 color: #46A546;
2807 2811 }
2808 2812
2809 2813 .tagtag {
2810 2814 border-color: #62cffc;
2811 2815 color: #62cffc;
2812 2816 }
2813 2817
2814 2818 .logtags .branchtag a:hover,
2815 2819 .logtags .branchtag a,
2816 2820 .branchtag a,
2817 2821 .branchtag a:hover {
2818 2822 text-decoration: none;
2819 2823 color: inherit;
2820 2824 }
2821 2825 .logtags .tagtag {
2822 2826 padding: 1px 3px 1px 3px;
2823 2827 background-color: #62cffc;
2824 2828 font-size: 10px;
2825 2829 color: #ffffff;
2826 2830 white-space: nowrap;
2827 2831 -webkit-border-radius: 3px;
2828 2832 border-radius: 3px;
2829 2833 }
2830 2834
2831 2835 .tagtag a,
2832 2836 .tagtag a:hover,
2833 2837 .logtags .tagtag a,
2834 2838 .logtags .tagtag a:hover {
2835 2839 text-decoration: none;
2836 2840 color: inherit;
2837 2841 }
2838 2842 .logbooks .booktag, .logbooks .booktag, .logtags .booktag, .logtags .booktag {
2839 2843 padding: 1px 3px 1px 3px;
2840 2844 background-color: #46A546;
2841 2845 font-size: 10px;
2842 2846 color: #ffffff;
2843 2847 white-space: nowrap;
2844 2848 -webkit-border-radius: 3px;
2845 2849 border-radius: 3px;
2846 2850 }
2847 2851 .logbooks .booktag, .logbooks .booktag a, .right .logtags .booktag, .logtags .booktag a {
2848 2852 color: #ffffff;
2849 2853 }
2850 2854
2851 2855 .logbooks .booktag, .logbooks .booktag a:hover,
2852 2856 .logtags .booktag, .logtags .booktag a:hover,
2853 2857 .booktag a,
2854 2858 .booktag a:hover {
2855 2859 text-decoration: none;
2856 2860 color: inherit;
2857 2861 }
2858 2862 div.browserblock {
2859 2863 overflow: hidden;
2860 2864 border: 1px solid #ccc;
2861 2865 background: #f8f8f8;
2862 2866 font-size: 100%;
2863 2867 line-height: 125%;
2864 2868 padding: 0;
2865 2869 -webkit-border-radius: 6px 6px 0px 0px;
2866 2870 border-radius: 6px 6px 0px 0px;
2867 2871 }
2868 2872
2869 2873 div.browserblock .browser-header {
2870 2874 background: #FFF;
2871 2875 padding: 10px 0px 15px 0px;
2872 2876 width: 100%;
2873 2877 }
2874 2878
2875 2879 div.browserblock .browser-nav {
2876 2880 float: left
2877 2881 }
2878 2882
2879 2883 div.browserblock .browser-branch {
2880 2884 float: left;
2881 2885 }
2882 2886
2883 2887 div.browserblock .browser-branch label {
2884 2888 color: #4A4A4A;
2885 2889 vertical-align: text-top;
2886 2890 }
2887 2891
2888 2892 div.browserblock .browser-header span {
2889 2893 margin-left: 5px;
2890 2894 font-weight: 700;
2891 2895 }
2892 2896
2893 2897 div.browserblock .browser-search {
2894 2898 clear: both;
2895 2899 padding: 8px 8px 0px 5px;
2896 2900 height: 20px;
2897 2901 }
2898 2902
2899 2903 div.browserblock #node_filter_box {
2900 2904 }
2901 2905
2902 2906 div.browserblock .search_activate {
2903 2907 float: left
2904 2908 }
2905 2909
2906 2910 div.browserblock .add_node {
2907 2911 float: left;
2908 2912 padding-left: 5px;
2909 2913 }
2910 2914
2911 2915 div.browserblock .search_activate a:hover, div.browserblock .add_node a:hover {
2912 2916 text-decoration: none !important;
2913 2917 }
2914 2918
2915 2919 div.browserblock .browser-body {
2916 2920 background: #EEE;
2917 2921 border-top: 1px solid #CCC;
2918 2922 }
2919 2923
2920 2924 table.code-browser {
2921 2925 border-collapse: collapse;
2922 2926 width: 100%;
2923 2927 }
2924 2928
2925 2929 table.code-browser tr {
2926 2930 margin: 3px;
2927 2931 }
2928 2932
2929 2933 table.code-browser thead th {
2930 2934 background-color: #EEE;
2931 2935 height: 20px;
2932 2936 font-size: 1.1em;
2933 2937 font-weight: 700;
2934 2938 text-align: left;
2935 2939 padding-left: 10px;
2936 2940 }
2937 2941
2938 2942 table.code-browser tbody td {
2939 2943 padding-left: 10px;
2940 2944 height: 20px;
2941 2945 }
2942 2946
2943 2947 table.code-browser .browser-file {
2944 2948 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2945 2949 height: 16px;
2946 2950 padding-left: 20px;
2947 2951 text-align: left;
2948 2952 }
2949 2953 .diffblock .changeset_header {
2950 2954 height: 16px;
2951 2955 }
2952 2956 .diffblock .changeset_file {
2953 2957 background: url("../images/icons/file.png") no-repeat scroll 3px;
2954 2958 text-align: left;
2955 2959 float: left;
2956 2960 padding: 2px 0px 2px 22px;
2957 2961 }
2958 2962 .diffblock .diff-menu-wrapper {
2959 2963 float: left;
2960 2964 }
2961 2965
2962 2966 .diffblock .diff-menu {
2963 2967 position: absolute;
2964 2968 background: none repeat scroll 0 0 #FFFFFF;
2965 2969 border-color: #003367 #666666 #666666;
2966 2970 border-right: 1px solid #666666;
2967 2971 border-style: solid solid solid;
2968 2972 border-width: 1px;
2969 2973 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2970 2974 margin-top: 5px;
2971 2975 margin-left: 1px;
2972 2976
2973 2977 }
2974 2978 .diffblock .diff-actions {
2975 2979 padding: 2px 0px 0px 2px;
2976 2980 float: left;
2977 2981 }
2978 2982 .diffblock .diff-menu ul li {
2979 2983 padding: 0px 0px 0px 0px !important;
2980 2984 }
2981 2985 .diffblock .diff-menu ul li a {
2982 2986 display: block;
2983 2987 padding: 3px 8px 3px 8px !important;
2984 2988 }
2985 2989 .diffblock .diff-menu ul li a:hover {
2986 2990 text-decoration: none;
2987 2991 background-color: #EEEEEE;
2988 2992 }
2989 2993 table.code-browser .browser-dir {
2990 2994 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2991 2995 height: 16px;
2992 2996 padding-left: 20px;
2993 2997 text-align: left;
2994 2998 }
2995 2999
2996 3000 table.code-browser .submodule-dir {
2997 3001 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
2998 3002 height: 16px;
2999 3003 padding-left: 20px;
3000 3004 text-align: left;
3001 3005 }
3002 3006
3003 3007
3004 3008 .box .search {
3005 3009 clear: both;
3006 3010 overflow: hidden;
3007 3011 margin: 0;
3008 3012 padding: 0 20px 10px;
3009 3013 }
3010 3014
3011 3015 .box .search div.search_path {
3012 3016 background: none repeat scroll 0 0 #EEE;
3013 3017 border: 1px solid #CCC;
3014 3018 color: blue;
3015 3019 margin-bottom: 10px;
3016 3020 padding: 10px 0;
3017 3021 }
3018 3022
3019 3023 .box .search div.search_path div.link {
3020 3024 font-weight: 700;
3021 3025 margin-left: 25px;
3022 3026 }
3023 3027
3024 3028 .box .search div.search_path div.link a {
3025 3029 color: #003367;
3026 3030 cursor: pointer;
3027 3031 text-decoration: none;
3028 3032 }
3029 3033
3030 3034 #path_unlock {
3031 3035 color: red;
3032 3036 font-size: 1.2em;
3033 3037 padding-left: 4px;
3034 3038 }
3035 3039
3036 3040 .info_box span {
3037 3041 margin-left: 3px;
3038 3042 margin-right: 3px;
3039 3043 }
3040 3044
3041 3045 .info_box .rev {
3042 3046 color: #003367;
3043 3047 font-size: 1.6em;
3044 3048 font-weight: bold;
3045 3049 vertical-align: sub;
3046 3050 }
3047 3051
3048 3052 .info_box input#at_rev, .info_box input#size {
3049 3053 background: #FFF;
3050 3054 border-top: 1px solid #b3b3b3;
3051 3055 border-left: 1px solid #b3b3b3;
3052 3056 border-right: 1px solid #eaeaea;
3053 3057 border-bottom: 1px solid #eaeaea;
3054 3058 color: #000;
3055 3059 font-size: 12px;
3056 3060 margin: 0;
3057 3061 padding: 1px 5px 1px;
3058 3062 }
3059 3063
3060 3064 .info_box input#view {
3061 3065 text-align: center;
3062 3066 padding: 4px 3px 2px 2px;
3063 3067 }
3064 3068
3065 3069 .yui-overlay, .yui-panel-container {
3066 3070 visibility: hidden;
3067 3071 position: absolute;
3068 3072 z-index: 2;
3069 3073 }
3070 3074
3071 3075 #tip-box {
3072 3076 position: absolute;
3073 3077
3074 3078 background-color: #FFF;
3075 3079 border: 2px solid #003367;
3076 3080 font: 100% sans-serif;
3077 3081 width: auto;
3078 3082 opacity: 1;
3079 3083 padding: 8px;
3080 3084
3081 3085 white-space: pre-wrap;
3082 3086 -webkit-border-radius: 8px 8px 8px 8px;
3083 3087 -khtml-border-radius: 8px 8px 8px 8px;
3084 3088 border-radius: 8px 8px 8px 8px;
3085 3089 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3086 3090 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3087 3091 }
3088 3092
3089 3093 .hl-tip-box {
3090 3094 visibility: hidden;
3091 3095 position: absolute;
3092 3096 color: #666;
3093 3097 background-color: #FFF;
3094 3098 border: 2px solid #003367;
3095 3099 font: 100% sans-serif;
3096 3100 width: auto;
3097 3101 opacity: 1;
3098 3102 padding: 8px;
3099 3103 white-space: pre-wrap;
3100 3104 -webkit-border-radius: 8px 8px 8px 8px;
3101 3105 -khtml-border-radius: 8px 8px 8px 8px;
3102 3106 border-radius: 8px 8px 8px 8px;
3103 3107 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3104 3108 }
3105 3109
3106 3110
3107 3111 .mentions-container {
3108 3112 width: 90% !important;
3109 3113 }
3110 3114 .mentions-container .yui-ac-content {
3111 3115 width: 100% !important;
3112 3116 }
3113 3117
3114 3118 .ac {
3115 3119 vertical-align: top;
3116 3120 }
3117 3121
3118 3122 .ac .yui-ac {
3119 3123 position: inherit;
3120 3124 font-size: 100%;
3121 3125 }
3122 3126
3123 3127 .ac .perm_ac {
3124 3128 width: 20em;
3125 3129 }
3126 3130
3127 3131 .ac .yui-ac-input {
3128 3132 width: 100%;
3129 3133 }
3130 3134
3131 3135 .ac .yui-ac-container {
3132 3136 position: absolute;
3133 3137 top: 1.6em;
3134 3138 width: auto;
3135 3139 }
3136 3140
3137 3141 .ac .yui-ac-content {
3138 3142 position: absolute;
3139 3143 border: 1px solid gray;
3140 3144 background: #fff;
3141 3145 z-index: 9050;
3142 3146 }
3143 3147
3144 3148 .ac .yui-ac-shadow {
3145 3149 position: absolute;
3146 3150 width: 100%;
3147 3151 background: #000;
3148 3152 opacity: .10;
3149 3153 filter: alpha(opacity = 10);
3150 3154 z-index: 9049;
3151 3155 margin: .3em;
3152 3156 }
3153 3157
3154 3158 .ac .yui-ac-content ul {
3155 3159 width: 100%;
3156 3160 margin: 0;
3157 3161 padding: 0;
3158 3162 z-index: 9050;
3159 3163 }
3160 3164
3161 3165 .ac .yui-ac-content li {
3162 3166 cursor: default;
3163 3167 white-space: nowrap;
3164 3168 margin: 0;
3165 3169 padding: 2px 5px;
3166 3170 height: 18px;
3167 3171 z-index: 9050;
3168 3172 display: block;
3169 3173 width: auto !important;
3170 3174 }
3171 3175
3172 3176 .ac .yui-ac-content li .ac-container-wrap {
3173 3177 width: auto;
3174 3178 }
3175 3179
3176 3180 .ac .yui-ac-content li.yui-ac-prehighlight {
3177 3181 background: #B3D4FF;
3178 3182 z-index: 9050;
3179 3183 }
3180 3184
3181 3185 .ac .yui-ac-content li.yui-ac-highlight {
3182 3186 background: #556CB5;
3183 3187 color: #FFF;
3184 3188 z-index: 9050;
3185 3189 }
3186 3190 .ac .yui-ac-bd {
3187 3191 z-index: 9050;
3188 3192 }
3189 3193
3190 3194 .reposize {
3191 3195 background: url("../images/icons/server.png") no-repeat scroll 3px;
3192 3196 height: 16px;
3193 3197 width: 20px;
3194 3198 cursor: pointer;
3195 3199 display: block;
3196 3200 float: right;
3197 3201 margin-top: 2px;
3198 3202 }
3199 3203
3200 3204 #repo_size {
3201 3205 display: block;
3202 3206 margin-top: 4px;
3203 3207 color: #666;
3204 3208 float: right;
3205 3209 }
3206 3210
3207 3211 .locking_locked {
3208 3212 background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px;
3209 3213 height: 16px;
3210 3214 width: 20px;
3211 3215 cursor: pointer;
3212 3216 display: block;
3213 3217 float: right;
3214 3218 margin-top: 2px;
3215 3219 }
3216 3220
3217 3221 .locking_unlocked {
3218 3222 background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px;
3219 3223 height: 16px;
3220 3224 width: 20px;
3221 3225 cursor: pointer;
3222 3226 display: block;
3223 3227 float: right;
3224 3228 margin-top: 2px;
3225 3229 }
3226 3230
3227 3231 .currently_following {
3228 3232 padding-left: 10px;
3229 3233 padding-bottom: 5px;
3230 3234 }
3231 3235
3232 3236 .add_icon {
3233 3237 background: url("../images/icons/add.png") no-repeat scroll 3px;
3234 3238 padding-left: 20px;
3235 3239 padding-top: 0px;
3236 3240 text-align: left;
3237 3241 }
3238 3242
3239 3243 .accept_icon {
3240 3244 background: url("../images/icons/accept.png") no-repeat scroll 3px;
3241 3245 padding-left: 20px;
3242 3246 padding-top: 0px;
3243 3247 text-align: left;
3244 3248 }
3245 3249
3246 3250 .edit_icon {
3247 3251 background: url("../images/icons/application_form_edit.png") no-repeat scroll 3px;
3248 3252 padding-left: 20px;
3249 3253 padding-top: 0px;
3250 3254 text-align: left;
3251 3255 }
3252 3256
3253 3257 .delete_icon {
3254 3258 background: url("../images/icons/delete.png") no-repeat scroll 3px;
3255 3259 padding-left: 20px;
3256 3260 padding-top: 0px;
3257 3261 text-align: left;
3258 3262 }
3259 3263
3260 3264 .refresh_icon {
3261 3265 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
3262 3266 3px;
3263 3267 padding-left: 20px;
3264 3268 padding-top: 0px;
3265 3269 text-align: left;
3266 3270 }
3267 3271
3268 3272 .pull_icon {
3269 3273 background: url("../images/icons/connect.png") no-repeat scroll 3px;
3270 3274 padding-left: 20px;
3271 3275 padding-top: 0px;
3272 3276 text-align: left;
3273 3277 }
3274 3278
3275 3279 .rss_icon {
3276 3280 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3277 3281 padding-left: 20px;
3278 3282 padding-top: 4px;
3279 3283 text-align: left;
3280 3284 font-size: 8px
3281 3285 }
3282 3286
3283 3287 .atom_icon {
3284 3288 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3285 3289 padding-left: 20px;
3286 3290 padding-top: 4px;
3287 3291 text-align: left;
3288 3292 font-size: 8px
3289 3293 }
3290 3294
3291 3295 .archive_icon {
3292 3296 background: url("../images/icons/compress.png") no-repeat scroll 3px;
3293 3297 padding-left: 20px;
3294 3298 text-align: left;
3295 3299 padding-top: 1px;
3296 3300 }
3297 3301
3298 3302 .start_following_icon {
3299 3303 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
3300 3304 padding-left: 20px;
3301 3305 text-align: left;
3302 3306 padding-top: 0px;
3303 3307 }
3304 3308
3305 3309 .stop_following_icon {
3306 3310 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
3307 3311 padding-left: 20px;
3308 3312 text-align: left;
3309 3313 padding-top: 0px;
3310 3314 }
3311 3315
3312 3316 .action_button {
3313 3317 border: 0;
3314 3318 display: inline;
3315 3319 }
3316 3320
3317 3321 .action_button:hover {
3318 3322 border: 0;
3319 3323 text-decoration: underline;
3320 3324 cursor: pointer;
3321 3325 }
3322 3326
3323 3327 #switch_repos {
3324 3328 position: absolute;
3325 3329 height: 25px;
3326 3330 z-index: 1;
3327 3331 }
3328 3332
3329 3333 #switch_repos select {
3330 3334 min-width: 150px;
3331 3335 max-height: 250px;
3332 3336 z-index: 1;
3333 3337 }
3334 3338
3335 3339 .breadcrumbs {
3336 3340 border: medium none;
3337 3341 color: #FFF;
3338 3342 float: left;
3339 3343 font-weight: 700;
3340 3344 font-size: 14px;
3341 3345 margin: 0;
3342 3346 padding: 11px 0 11px 10px;
3343 3347 }
3344 3348
3345 3349 .breadcrumbs .hash {
3346 3350 text-transform: none;
3347 3351 color: #fff;
3348 3352 }
3349 3353
3350 3354 .breadcrumbs a {
3351 3355 color: #FFF;
3352 3356 }
3353 3357
3354 3358 .flash_msg {
3355 3359 }
3356 3360
3357 3361 .flash_msg ul {
3358 3362 }
3359 3363
3360 3364 .error_red {
3361 3365 color: red;
3362 3366 }
3363 3367
3364 3368 .error_msg {
3365 3369 background-color: #c43c35;
3366 3370 background-repeat: repeat-x;
3367 3371 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
3368 3372 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3369 3373 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3370 3374 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
3371 3375 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3372 3376 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3373 3377 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3374 3378 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3375 3379 border-color: #c43c35 #c43c35 #882a25;
3376 3380 }
3377 3381
3378 3382 .error_msg a {
3379 3383 text-decoration: underline;
3380 3384 }
3381 3385
3382 3386 .warning_msg {
3383 3387 color: #404040 !important;
3384 3388 background-color: #eedc94;
3385 3389 background-repeat: repeat-x;
3386 3390 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
3387 3391 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3388 3392 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3389 3393 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
3390 3394 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3391 3395 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3392 3396 background-image: linear-gradient(to bottom, #fceec1, #eedc94);
3393 3397 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3394 3398 border-color: #eedc94 #eedc94 #e4c652;
3395 3399 }
3396 3400
3397 3401 .warning_msg a {
3398 3402 text-decoration: underline;
3399 3403 }
3400 3404
3401 3405 .success_msg {
3402 3406 background-color: #57a957;
3403 3407 background-repeat: repeat-x !important;
3404 3408 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
3405 3409 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3406 3410 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3407 3411 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
3408 3412 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3409 3413 background-image: -o-linear-gradient(top, #62c462, #57a957);
3410 3414 background-image: linear-gradient(to bottom, #62c462, #57a957);
3411 3415 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3412 3416 border-color: #57a957 #57a957 #3d773d;
3413 3417 }
3414 3418
3415 3419 .success_msg a {
3416 3420 text-decoration: underline;
3417 3421 color: #FFF !important;
3418 3422 }
3419 3423
3420 3424 .notice_msg {
3421 3425 background-color: #339bb9;
3422 3426 background-repeat: repeat-x;
3423 3427 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
3424 3428 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3425 3429 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3426 3430 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
3427 3431 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3428 3432 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3429 3433 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3430 3434 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3431 3435 border-color: #339bb9 #339bb9 #22697d;
3432 3436 }
3433 3437
3434 3438 .notice_msg a {
3435 3439 text-decoration: underline;
3436 3440 }
3437 3441
3438 3442 .success_msg, .error_msg, .notice_msg, .warning_msg {
3439 3443 font-size: 12px;
3440 3444 font-weight: 700;
3441 3445 min-height: 14px;
3442 3446 line-height: 14px;
3443 3447 margin-bottom: 10px;
3444 3448 margin-top: 0;
3445 3449 display: block;
3446 3450 overflow: auto;
3447 3451 padding: 6px 10px 6px 10px;
3448 3452 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3449 3453 position: relative;
3450 3454 color: #FFF;
3451 3455 border-width: 1px;
3452 3456 border-style: solid;
3453 3457 -webkit-border-radius: 4px;
3454 3458 border-radius: 4px;
3455 3459 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3456 3460 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3457 3461 }
3458 3462
3459 3463 #msg_close {
3460 3464 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
3461 3465 cursor: pointer;
3462 3466 height: 16px;
3463 3467 position: absolute;
3464 3468 right: 5px;
3465 3469 top: 5px;
3466 3470 width: 16px;
3467 3471 }
3468 3472 div#legend_data {
3469 3473 padding-left: 10px;
3470 3474 }
3471 3475 div#legend_container table {
3472 3476 border: none !important;
3473 3477 }
3474 3478 div#legend_container table, div#legend_choices table {
3475 3479 width: auto !important;
3476 3480 }
3477 3481
3478 3482 table#permissions_manage {
3479 3483 width: 0 !important;
3480 3484 }
3481 3485
3482 3486 table#permissions_manage span.private_repo_msg {
3483 3487 font-size: 0.8em;
3484 3488 opacity: 0.6;
3485 3489 }
3486 3490
3487 3491 table#permissions_manage td.private_repo_msg {
3488 3492 font-size: 0.8em;
3489 3493 }
3490 3494
3491 3495 table#permissions_manage tr#add_perm_input td {
3492 3496 vertical-align: middle;
3493 3497 }
3494 3498
3495 3499 div.gravatar {
3496 3500 background-color: #FFF;
3497 3501 float: left;
3498 3502 margin-right: 0.7em;
3499 3503 padding: 1px 1px 1px 1px;
3500 3504 line-height: 0;
3501 3505 -webkit-border-radius: 3px;
3502 3506 -khtml-border-radius: 3px;
3503 3507 border-radius: 3px;
3504 3508 }
3505 3509
3506 3510 div.gravatar img {
3507 3511 -webkit-border-radius: 2px;
3508 3512 -khtml-border-radius: 2px;
3509 3513 border-radius: 2px;
3510 3514 }
3511 3515
3512 3516 #header, #content, #footer {
3513 3517 min-width: 978px;
3514 3518 }
3515 3519
3516 3520 #content {
3517 3521 clear: both;
3518 3522 padding: 10px 10px 14px 10px;
3519 3523 }
3520 3524
3521 3525 #content.hover {
3522 3526 padding: 55px 10px 14px 10px !important;
3523 3527 }
3524 3528
3525 3529 #content div.box div.title div.search {
3526 3530 border-left: 1px solid #316293;
3527 3531 }
3528 3532
3529 3533 #content div.box div.title div.search div.input input {
3530 3534 border: 1px solid #316293;
3531 3535 }
3532 3536
3533 3537 .ui-btn {
3534 3538 color: #515151;
3535 3539 background-color: #DADADA;
3536 3540 background-repeat: repeat-x;
3537 3541 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
3538 3542 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3539 3543 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
3540 3544 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
3541 3545 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
3542 3546 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3543 3547 background-image: linear-gradient(to bottom, #F4F4F4, #DADADA);
3544 3548 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3545 3549
3546 3550 border-top: 1px solid #DDD;
3547 3551 border-left: 1px solid #c6c6c6;
3548 3552 border-right: 1px solid #DDD;
3549 3553 border-bottom: 1px solid #c6c6c6;
3550 3554 color: #515151;
3551 3555 outline: none;
3552 3556 margin: 0px 3px 3px 0px;
3553 3557 -webkit-border-radius: 4px 4px 4px 4px !important;
3554 3558 -khtml-border-radius: 4px 4px 4px 4px !important;
3555 3559 border-radius: 4px 4px 4px 4px !important;
3556 3560 cursor: pointer !important;
3557 3561 padding: 3px 3px 3px 3px;
3558 3562 background-position: 0 -15px;
3559 3563
3560 3564 }
3561 3565
3562 3566 .ui-btn.disabled {
3563 3567 color: #999;
3564 3568 }
3565 3569
3566 3570 .ui-btn.xsmall {
3567 3571 padding: 1px 2px 1px 1px;
3568 3572 }
3569 3573
3570 3574 .ui-btn.large {
3571 3575 padding: 6px 12px;
3572 3576 }
3573 3577
3574 3578 .ui-btn.clone {
3575 3579 padding: 5px 2px 6px 1px;
3576 3580 margin: 0px 0px 3px -4px;
3577 3581 -webkit-border-radius: 0px 4px 4px 0px !important;
3578 3582 -khtml-border-radius: 0px 4px 4px 0px !important;
3579 3583 border-radius: 0px 4px 4px 0px !important;
3580 3584 width: 100px;
3581 3585 text-align: center;
3582 3586 display: inline-block;
3583 3587 position: relative;
3584 3588 top: -2px;
3585 3589 }
3586 3590 .ui-btn:focus {
3587 3591 outline: none;
3588 3592 }
3589 3593 .ui-btn:hover {
3590 3594 background-position: 0 -15px;
3591 3595 text-decoration: none;
3592 3596 color: #515151;
3593 3597 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
3594 3598 }
3595 3599
3596 3600 .ui-btn.disabled:hover {
3597 3601 background-position: 0;
3598 3602 color: #999;
3599 3603 text-decoration: none;
3600 3604 box-shadow: none !important;
3601 3605 }
3602 3606
3603 3607 .ui-btn.red {
3604 3608 color: #fff;
3605 3609 background-color: #c43c35;
3606 3610 background-repeat: repeat-x;
3607 3611 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3608 3612 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3609 3613 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3610 3614 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3611 3615 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3612 3616 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3613 3617 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3614 3618 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3615 3619 border-color: #c43c35 #c43c35 #882a25;
3616 3620 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3617 3621 }
3618 3622
3619 3623
3620 3624 .ui-btn.blue {
3621 3625 color: #fff;
3622 3626 background-color: #339bb9;
3623 3627 background-repeat: repeat-x;
3624 3628 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3625 3629 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3626 3630 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3627 3631 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3628 3632 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3629 3633 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3630 3634 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3631 3635 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3632 3636 border-color: #339bb9 #339bb9 #22697d;
3633 3637 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3634 3638 }
3635 3639
3636 3640 .ui-btn.green {
3637 3641 background-color: #57a957;
3638 3642 background-repeat: repeat-x;
3639 3643 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
3640 3644 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3641 3645 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3642 3646 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3643 3647 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3644 3648 background-image: -o-linear-gradient(top, #62c462, #57a957);
3645 3649 background-image: linear-gradient(to bottom, #62c462, #57a957);
3646 3650 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3647 3651 border-color: #57a957 #57a957 #3d773d;
3648 3652 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3649 3653 }
3650 3654
3651 3655 .ui-btn.blue.hidden {
3652 3656 display: none;
3653 3657 }
3654 3658
3655 3659 .ui-btn.active {
3656 3660 font-weight: bold;
3657 3661 }
3658 3662
3659 3663 ins, div.options a:hover {
3660 3664 text-decoration: none;
3661 3665 }
3662 3666
3663 3667 img,
3664 3668 #header #header-inner #quick li a:hover span.normal,
3665 3669 #content div.box div.form div.fields div.field div.textarea table td table td a,
3666 3670 #clone_url,
3667 3671 #clone_url_id
3668 3672 {
3669 3673 border: none;
3670 3674 }
3671 3675
3672 3676 img.icon, .right .merge img {
3673 3677 vertical-align: bottom;
3674 3678 }
3675 3679
3676 3680 #header ul#logged-user, #content div.box div.title ul.links,
3677 3681 #content div.box div.message div.dismiss,
3678 3682 #content div.box div.traffic div.legend ul {
3679 3683 float: right;
3680 3684 margin: 0;
3681 3685 padding: 0;
3682 3686 }
3683 3687
3684 3688 #header #header-inner #home, #header #header-inner #logo,
3685 3689 #content div.box ul.left, #content div.box ol.left,
3686 3690 div#commit_history,
3687 3691 div#legend_data, div#legend_container, div#legend_choices {
3688 3692 float: left;
3689 3693 }
3690 3694
3691 3695 #header #header-inner #quick li #quick_login,
3692 3696 #header #header-inner #quick li:hover ul ul,
3693 3697 #header #header-inner #quick li:hover ul ul ul,
3694 3698 #header #header-inner #quick li:hover ul ul ul ul,
3695 3699 #content #left #menu ul.closed, #content #left #menu li ul.collapsed, .yui-tt-shadow {
3696 3700 display: none;
3697 3701 }
3698 3702
3699 3703 #header #header-inner #quick li:hover #quick_login,
3700 3704 #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 {
3701 3705 display: block;
3702 3706 }
3703 3707
3704 3708 #content div.graph {
3705 3709 padding: 0 10px 10px;
3706 3710 }
3707 3711
3708 3712 #content div.box div.title ul.links li a:hover,
3709 3713 #content div.box div.title ul.links li.ui-tabs-selected a {
3710 3714
3711 3715 background: #6388ad; /* Old browsers */
3712 3716 background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
3713 3717 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
3714 3718 background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
3715 3719 background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
3716 3720 background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */
3717 3721 background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
3718 3722 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */*/
3719 3723 }
3720 3724
3721 3725 #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 {
3722 3726 margin: 10px 24px 10px 44px;
3723 3727 }
3724 3728
3725 3729 #content div.box div.form, #content div.box div.table, #content div.box div.traffic {
3726 3730 position: relative;
3727 3731 clear: both;
3728 3732 margin: 0;
3729 3733 padding: 0 20px 10px;
3730 3734 }
3731 3735
3732 3736 #content div.box div.form div.fields, #login div.form, #login div.form div.fields, #register div.form, #register div.form div.fields {
3733 3737 clear: both;
3734 3738 overflow: hidden;
3735 3739 margin: 0;
3736 3740 padding: 0;
3737 3741 }
3738 3742
3739 3743 #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 {
3740 3744 height: 1%;
3741 3745 display: block;
3742 3746 color: #363636;
3743 3747 margin: 0;
3744 3748 padding: 2px 0 0;
3745 3749 }
3746 3750
3747 3751 #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 {
3748 3752 background: #FBE3E4;
3749 3753 border-top: 1px solid #e1b2b3;
3750 3754 border-left: 1px solid #e1b2b3;
3751 3755 border-right: 1px solid #FBC2C4;
3752 3756 border-bottom: 1px solid #FBC2C4;
3753 3757 }
3754 3758
3755 3759 #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 {
3756 3760 background: #E6EFC2;
3757 3761 border-top: 1px solid #cebb98;
3758 3762 border-left: 1px solid #cebb98;
3759 3763 border-right: 1px solid #c6d880;
3760 3764 border-bottom: 1px solid #c6d880;
3761 3765 }
3762 3766
3763 3767 #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 {
3764 3768 margin: 0;
3765 3769 }
3766 3770
3767 3771 #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 {
3768 3772 margin: 0 0 0 0px !important;
3769 3773 padding: 0;
3770 3774 }
3771 3775
3772 3776 #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 {
3773 3777 margin: 0 0 0 200px;
3774 3778 padding: 0;
3775 3779 }
3776 3780
3777 3781 #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 {
3778 3782 color: #000;
3779 3783 text-decoration: none;
3780 3784 }
3781 3785
3782 3786 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus, #content div.box div.action a.ui-selectmenu-focus {
3783 3787 border: 1px solid #666;
3784 3788 }
3785 3789
3786 3790 #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 {
3787 3791 clear: both;
3788 3792 overflow: hidden;
3789 3793 margin: 0;
3790 3794 padding: 8px 0 2px;
3791 3795 }
3792 3796
3793 3797 #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 {
3794 3798 float: left;
3795 3799 margin: 0;
3796 3800 }
3797 3801
3798 3802 #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 {
3799 3803 height: 1%;
3800 3804 display: block;
3801 3805 float: left;
3802 3806 margin: 2px 0 0 4px;
3803 3807 }
3804 3808
3805 3809 div.form div.fields div.field div.button input,
3806 3810 #content div.box div.form div.fields div.buttons input
3807 3811 div.form div.fields div.buttons input,
3808 3812 #content div.box div.action div.button input {
3809 3813 font-size: 11px;
3810 3814 font-weight: 700;
3811 3815 margin: 0;
3812 3816 }
3813 3817
3814 3818 input.ui-button {
3815 3819 background: #e5e3e3 url("../images/button.png") repeat-x;
3816 3820 border-top: 1px solid #DDD;
3817 3821 border-left: 1px solid #c6c6c6;
3818 3822 border-right: 1px solid #DDD;
3819 3823 border-bottom: 1px solid #c6c6c6;
3820 3824 color: #515151 !important;
3821 3825 outline: none;
3822 3826 margin: 0;
3823 3827 padding: 6px 12px;
3824 3828 -webkit-border-radius: 4px 4px 4px 4px;
3825 3829 -khtml-border-radius: 4px 4px 4px 4px;
3826 3830 border-radius: 4px 4px 4px 4px;
3827 3831 box-shadow: 0 1px 0 #ececec;
3828 3832 cursor: pointer;
3829 3833 }
3830 3834
3831 3835 input.ui-button:hover {
3832 3836 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3833 3837 border-top: 1px solid #ccc;
3834 3838 border-left: 1px solid #bebebe;
3835 3839 border-right: 1px solid #b1b1b1;
3836 3840 border-bottom: 1px solid #afafaf;
3837 3841 }
3838 3842
3839 3843 div.form div.fields div.field div.highlight, #content div.box div.form div.fields div.buttons div.highlight {
3840 3844 display: inline;
3841 3845 }
3842 3846
3843 3847 #content div.box div.form div.fields div.buttons, div.form div.fields div.buttons {
3844 3848 margin: 10px 0 0 200px;
3845 3849 padding: 0;
3846 3850 }
3847 3851
3848 3852 #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 {
3849 3853 margin: 10px 0 0;
3850 3854 }
3851 3855
3852 3856 #content div.box table td.user, #content div.box table td.address {
3853 3857 width: 10%;
3854 3858 text-align: center;
3855 3859 }
3856 3860
3857 3861 #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 {
3858 3862 text-align: right;
3859 3863 margin: 6px 0 0;
3860 3864 padding: 0;
3861 3865 }
3862 3866
3863 3867 #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 {
3864 3868 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3865 3869 border-top: 1px solid #ccc;
3866 3870 border-left: 1px solid #bebebe;
3867 3871 border-right: 1px solid #b1b1b1;
3868 3872 border-bottom: 1px solid #afafaf;
3869 3873 color: #515151;
3870 3874 margin: 0;
3871 3875 padding: 6px 12px;
3872 3876 }
3873 3877
3874 3878 #content div.box div.pagination div.results, #content div.box div.pagination-wh div.results {
3875 3879 text-align: left;
3876 3880 float: left;
3877 3881 margin: 0;
3878 3882 padding: 0;
3879 3883 }
3880 3884
3881 3885 #content div.box div.pagination div.results span, #content div.box div.pagination-wh div.results span {
3882 3886 height: 1%;
3883 3887 display: block;
3884 3888 float: left;
3885 3889 background: #ebebeb url("../images/pager.png") repeat-x;
3886 3890 border-top: 1px solid #dedede;
3887 3891 border-left: 1px solid #cfcfcf;
3888 3892 border-right: 1px solid #c4c4c4;
3889 3893 border-bottom: 1px solid #c4c4c4;
3890 3894 color: #4A4A4A;
3891 3895 font-weight: 700;
3892 3896 margin: 0;
3893 3897 padding: 6px 8px;
3894 3898 }
3895 3899
3896 3900 #content div.box div.pagination ul.pager li.disabled, #content div.box div.pagination-wh a.disabled {
3897 3901 color: #B4B4B4;
3898 3902 padding: 6px;
3899 3903 }
3900 3904
3901 3905 #login, #register {
3902 3906 width: 520px;
3903 3907 margin: 10% auto 0;
3904 3908 padding: 0;
3905 3909 }
3906 3910
3907 3911 #login div.color, #register div.color {
3908 3912 clear: both;
3909 3913 overflow: hidden;
3910 3914 background: #FFF;
3911 3915 margin: 10px auto 0;
3912 3916 padding: 3px 3px 3px 0;
3913 3917 }
3914 3918
3915 3919 #login div.color a, #register div.color a {
3916 3920 width: 20px;
3917 3921 height: 20px;
3918 3922 display: block;
3919 3923 float: left;
3920 3924 margin: 0 0 0 3px;
3921 3925 padding: 0;
3922 3926 }
3923 3927
3924 3928 #login div.title h5, #register div.title h5 {
3925 3929 color: #fff;
3926 3930 margin: 10px;
3927 3931 padding: 0;
3928 3932 }
3929 3933
3930 3934 #login div.form div.fields div.field, #register div.form div.fields div.field {
3931 3935 clear: both;
3932 3936 overflow: hidden;
3933 3937 margin: 0;
3934 3938 padding: 0 0 10px;
3935 3939 }
3936 3940
3937 3941 #login div.form div.fields div.field span.error-message, #register div.form div.fields div.field span.error-message {
3938 3942 height: 1%;
3939 3943 display: block;
3940 3944 color: red;
3941 3945 margin: 8px 0 0;
3942 3946 padding: 0;
3943 3947 max-width: 320px;
3944 3948 }
3945 3949
3946 3950 #login div.form div.fields div.field div.label label, #register div.form div.fields div.field div.label label {
3947 3951 color: #000;
3948 3952 font-weight: 700;
3949 3953 }
3950 3954
3951 3955 #login div.form div.fields div.field div.input, #register div.form div.fields div.field div.input {
3952 3956 float: left;
3953 3957 margin: 0;
3954 3958 padding: 0;
3955 3959 }
3956 3960
3957 3961 #login div.form div.fields div.field div.input input.large {
3958 3962 width: 250px;
3959 3963 }
3960 3964
3961 3965 #login div.form div.fields div.field div.checkbox, #register div.form div.fields div.field div.checkbox {
3962 3966 margin: 0 0 0 184px;
3963 3967 padding: 0;
3964 3968 }
3965 3969
3966 3970 #login div.form div.fields div.field div.checkbox label, #register div.form div.fields div.field div.checkbox label {
3967 3971 color: #565656;
3968 3972 font-weight: 700;
3969 3973 }
3970 3974
3971 3975 #login div.form div.fields div.buttons input, #register div.form div.fields div.buttons input {
3972 3976 color: #000;
3973 3977 font-size: 1em;
3974 3978 font-weight: 700;
3975 3979 margin: 0;
3976 3980 }
3977 3981
3978 3982 #changeset_content .container .wrapper, #graph_content .container .wrapper {
3979 3983 width: 600px;
3980 3984 }
3981 3985
3982 3986 #changeset_content .container .date, .ac .match {
3983 3987 font-weight: 700;
3984 3988 padding-top: 5px;
3985 3989 padding-bottom: 5px;
3986 3990 }
3987 3991
3988 3992 div#legend_container table td, div#legend_choices table td {
3989 3993 border: none !important;
3990 3994 height: 20px !important;
3991 3995 padding: 0 !important;
3992 3996 }
3993 3997
3994 3998 .q_filter_box {
3995 3999 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3996 4000 -webkit-border-radius: 4px;
3997 4001 border-radius: 4px;
3998 4002 border: 0 none;
3999 4003 color: #AAAAAA;
4000 4004 margin-bottom: -4px;
4001 4005 margin-top: -4px;
4002 4006 padding-left: 3px;
4003 4007 }
4004 4008
4005 4009 #node_filter {
4006 4010 border: 0px solid #545454;
4007 4011 color: #AAAAAA;
4008 4012 padding-left: 3px;
4009 4013 }
4010 4014
4011 4015
4012 4016 .group_members_wrap {
4013 4017 min-height: 85px;
4014 4018 padding-left: 20px;
4015 4019 }
4016 4020
4017 4021 .group_members .group_member {
4018 4022 height: 30px;
4019 4023 padding: 0px 0px 0px 0px;
4020 4024 }
4021 4025
4022 4026 .reviewers_member {
4023 4027 height: 15px;
4024 4028 padding: 0px 0px 0px 10px;
4025 4029 }
4026 4030
4027 4031 .emails_wrap {
4028 4032 padding: 0px 20px;
4029 4033 }
4030 4034
4031 4035 .emails_wrap .email_entry {
4032 4036 height: 30px;
4033 4037 padding: 0px 0px 0px 10px;
4034 4038 }
4035 4039 .emails_wrap .email_entry .email {
4036 4040 float: left
4037 4041 }
4038 4042 .emails_wrap .email_entry .email_action {
4039 4043 float: left
4040 4044 }
4041 4045
4042 4046 .ips_wrap {
4043 4047 padding: 0px 20px;
4044 4048 }
4045 4049
4046 4050 .ips_wrap .ip_entry {
4047 4051 height: 30px;
4048 4052 padding: 0px 0px 0px 10px;
4049 4053 }
4050 4054 .ips_wrap .ip_entry .ip {
4051 4055 float: left
4052 4056 }
4053 4057 .ips_wrap .ip_entry .ip_action {
4054 4058 float: left
4055 4059 }
4056 4060
4057 4061
4058 4062 /*README STYLE*/
4059 4063
4060 4064 div.readme {
4061 4065 padding: 0px;
4062 4066 }
4063 4067
4064 4068 div.readme h2 {
4065 4069 font-weight: normal;
4066 4070 }
4067 4071
4068 4072 div.readme .readme_box {
4069 4073 background-color: #fafafa;
4070 4074 }
4071 4075
4072 4076 div.readme .readme_box {
4073 4077 clear: both;
4074 4078 overflow: hidden;
4075 4079 margin: 0;
4076 4080 padding: 0 20px 10px;
4077 4081 }
4078 4082
4079 4083 div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
4080 4084 border-bottom: 0 !important;
4081 4085 margin: 0 !important;
4082 4086 padding: 0 !important;
4083 4087 line-height: 1.5em !important;
4084 4088 }
4085 4089
4086 4090
4087 4091 div.readme .readme_box h1:first-child {
4088 4092 padding-top: .25em !important;
4089 4093 }
4090 4094
4091 4095 div.readme .readme_box h2, div.readme .readme_box h3 {
4092 4096 margin: 1em 0 !important;
4093 4097 }
4094 4098
4095 4099 div.readme .readme_box h2 {
4096 4100 margin-top: 1.5em !important;
4097 4101 border-top: 4px solid #e0e0e0 !important;
4098 4102 padding-top: .5em !important;
4099 4103 }
4100 4104
4101 4105 div.readme .readme_box p {
4102 4106 color: black !important;
4103 4107 margin: 1em 0 !important;
4104 4108 line-height: 1.5em !important;
4105 4109 }
4106 4110
4107 4111 div.readme .readme_box ul {
4108 4112 list-style: disc !important;
4109 4113 margin: 1em 0 1em 2em !important;
4110 4114 }
4111 4115
4112 4116 div.readme .readme_box ol {
4113 4117 list-style: decimal;
4114 4118 margin: 1em 0 1em 2em !important;
4115 4119 }
4116 4120
4117 4121 div.readme .readme_box pre, code {
4118 4122 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4119 4123 }
4120 4124
4121 4125 div.readme .readme_box code {
4122 4126 font-size: 12px !important;
4123 4127 background-color: ghostWhite !important;
4124 4128 color: #444 !important;
4125 4129 padding: 0 .2em !important;
4126 4130 border: 1px solid #dedede !important;
4127 4131 }
4128 4132
4129 4133 div.readme .readme_box pre code {
4130 4134 padding: 0 !important;
4131 4135 font-size: 12px !important;
4132 4136 background-color: #eee !important;
4133 4137 border: none !important;
4134 4138 }
4135 4139
4136 4140 div.readme .readme_box pre {
4137 4141 margin: 1em 0;
4138 4142 font-size: 12px;
4139 4143 background-color: #eee;
4140 4144 border: 1px solid #ddd;
4141 4145 padding: 5px;
4142 4146 color: #444;
4143 4147 overflow: auto;
4144 4148 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4145 4149 -webkit-border-radius: 3px;
4146 4150 border-radius: 3px;
4147 4151 }
4148 4152
4149 4153 div.readme .readme_box table {
4150 4154 display: table;
4151 4155 border-collapse: separate;
4152 4156 border-spacing: 2px;
4153 4157 border-color: gray;
4154 4158 width: auto !important;
4155 4159 }
4156 4160
4157 4161
4158 4162 /** RST STYLE **/
4159 4163
4160 4164
4161 4165 div.rst-block {
4162 4166 padding: 0px;
4163 4167 }
4164 4168
4165 4169 div.rst-block h2 {
4166 4170 font-weight: normal;
4167 4171 }
4168 4172
4169 4173 div.rst-block {
4170 4174 background-color: #fafafa;
4171 4175 }
4172 4176
4173 4177 div.rst-block {
4174 4178 clear: both;
4175 4179 overflow: hidden;
4176 4180 margin: 0;
4177 4181 padding: 0 20px 10px;
4178 4182 }
4179 4183
4180 4184 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
4181 4185 border-bottom: 0 !important;
4182 4186 margin: 0 !important;
4183 4187 padding: 0 !important;
4184 4188 line-height: 1.5em !important;
4185 4189 }
4186 4190
4187 4191
4188 4192 div.rst-block h1:first-child {
4189 4193 padding-top: .25em !important;
4190 4194 }
4191 4195
4192 4196 div.rst-block h2, div.rst-block h3 {
4193 4197 margin: 1em 0 !important;
4194 4198 }
4195 4199
4196 4200 div.rst-block h2 {
4197 4201 margin-top: 1.5em !important;
4198 4202 border-top: 4px solid #e0e0e0 !important;
4199 4203 padding-top: .5em !important;
4200 4204 }
4201 4205
4202 4206 div.rst-block p {
4203 4207 color: black !important;
4204 4208 margin: 1em 0 !important;
4205 4209 line-height: 1.5em !important;
4206 4210 }
4207 4211
4208 4212 div.rst-block ul {
4209 4213 list-style: disc !important;
4210 4214 margin: 1em 0 1em 2em !important;
4211 4215 }
4212 4216
4213 4217 div.rst-block ol {
4214 4218 list-style: decimal;
4215 4219 margin: 1em 0 1em 2em !important;
4216 4220 }
4217 4221
4218 4222 div.rst-block pre, code {
4219 4223 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4220 4224 }
4221 4225
4222 4226 div.rst-block code {
4223 4227 font-size: 12px !important;
4224 4228 background-color: ghostWhite !important;
4225 4229 color: #444 !important;
4226 4230 padding: 0 .2em !important;
4227 4231 border: 1px solid #dedede !important;
4228 4232 }
4229 4233
4230 4234 div.rst-block pre code {
4231 4235 padding: 0 !important;
4232 4236 font-size: 12px !important;
4233 4237 background-color: #eee !important;
4234 4238 border: none !important;
4235 4239 }
4236 4240
4237 4241 div.rst-block pre {
4238 4242 margin: 1em 0;
4239 4243 font-size: 12px;
4240 4244 background-color: #eee;
4241 4245 border: 1px solid #ddd;
4242 4246 padding: 5px;
4243 4247 color: #444;
4244 4248 overflow: auto;
4245 4249 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4246 4250 -webkit-border-radius: 3px;
4247 4251 border-radius: 3px;
4248 4252 }
4249 4253
4250 4254
4251 4255 /** comment main **/
4252 4256 .comments {
4253 4257 padding: 10px 20px;
4254 4258 }
4255 4259
4256 4260 .comments .comment {
4257 4261 border: 1px solid #ddd;
4258 4262 margin-top: 10px;
4259 4263 -webkit-border-radius: 4px;
4260 4264 border-radius: 4px;
4261 4265 }
4262 4266
4263 4267 .comments .comment .meta {
4264 4268 background: #f8f8f8;
4265 4269 padding: 4px;
4266 4270 border-bottom: 1px solid #ddd;
4267 4271 height: 18px;
4268 4272 }
4269 4273
4270 4274 .comments .comment .meta img {
4271 4275 vertical-align: middle;
4272 4276 }
4273 4277
4274 4278 .comments .comment .meta .user {
4275 4279 font-weight: bold;
4276 4280 float: left;
4277 4281 padding: 4px 2px 2px 2px;
4278 4282 }
4279 4283
4280 4284 .comments .comment .meta .date {
4281 4285 float: left;
4282 4286 padding: 4px 4px 0px 4px;
4283 4287 }
4284 4288
4285 4289 .comments .comment .text {
4286 4290 background-color: #FAFAFA;
4287 4291 }
4288 4292 .comment .text div.rst-block p {
4289 4293 margin: 0.5em 0px !important;
4290 4294 }
4291 4295
4292 4296 .comments .comments-number {
4293 4297 padding: 0px 0px 10px 0px;
4294 4298 font-weight: bold;
4295 4299 color: #666;
4296 4300 font-size: 16px;
4297 4301 }
4298 4302
4299 4303 /** comment form **/
4300 4304
4301 4305 .status-block {
4302 4306 min-height: 80px;
4303 4307 clear: both
4304 4308 }
4305 4309
4306 4310
4307 4311 div.comment-form {
4308 4312 margin-top: 20px;
4309 4313 }
4310 4314
4311 4315 .comment-form strong {
4312 4316 display: block;
4313 4317 margin-bottom: 15px;
4314 4318 }
4315 4319
4316 4320 .comment-form textarea {
4317 4321 width: 100%;
4318 4322 height: 100px;
4319 4323 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4320 4324 }
4321 4325
4322 4326 form.comment-form {
4323 4327 margin-top: 10px;
4324 4328 margin-left: 10px;
4325 4329 }
4326 4330
4327 4331 .comment-inline-form .comment-block-ta,
4328 4332 .comment-form .comment-block-ta {
4329 4333 border: 1px solid #ccc;
4330 4334 border-radius: 3px;
4331 4335 box-sizing: border-box;
4332 4336 }
4333 4337
4334 4338 .comment-form-submit {
4335 4339 margin-top: 5px;
4336 4340 margin-left: 525px;
4337 4341 }
4338 4342
4339 4343 .file-comments {
4340 4344 display: none;
4341 4345 }
4342 4346
4343 4347 .comment-form .comment {
4344 4348 margin-left: 10px;
4345 4349 }
4346 4350
4347 4351 .comment-form .comment-help {
4348 4352 padding: 5px 5px 5px 5px;
4349 4353 color: #666;
4350 4354 }
4351 4355 .comment-form .comment-help .preview-btn,
4352 4356 .comment-form .comment-help .edit-btn {
4353 4357 float: right;
4354 4358 margin: -6px 0px 0px 0px;
4355 4359 }
4356 4360
4357 4361 .comment-form .preview-box.unloaded,
4358 4362 .comment-inline-form .preview-box.unloaded {
4359 4363 height: 50px;
4360 4364 text-align: center;
4361 4365 padding: 20px;
4362 4366 background-color: #fafafa;
4363 4367 }
4364 4368
4365 4369 .comment-form .comment-button {
4366 4370 padding-top: 5px;
4367 4371 }
4368 4372
4369 4373 .add-another-button {
4370 4374 margin-left: 10px;
4371 4375 margin-top: 10px;
4372 4376 margin-bottom: 10px;
4373 4377 }
4374 4378
4375 4379 .comment .buttons {
4376 4380 float: right;
4377 4381 margin: -1px 0px 0px 0px;
4378 4382 }
4379 4383
4380 4384
4381 4385 .show-inline-comments {
4382 4386 position: relative;
4383 4387 top: 1px
4384 4388 }
4385 4389
4386 4390 /** comment inline form **/
4387 4391 .comment-inline-form {
4388 4392 margin: 4px;
4389 4393 }
4390 4394 .comment-inline-form .overlay {
4391 4395 display: none;
4392 4396 }
4393 4397 .comment-inline-form .overlay.submitting {
4394 4398 display: block;
4395 4399 background: none repeat scroll 0 0 white;
4396 4400 font-size: 16px;
4397 4401 opacity: 0.5;
4398 4402 position: absolute;
4399 4403 text-align: center;
4400 4404 vertical-align: top;
4401 4405
4402 4406 }
4403 4407 .comment-inline-form .overlay.submitting .overlay-text {
4404 4408 width: 100%;
4405 4409 margin-top: 5%;
4406 4410 }
4407 4411
4408 4412 .comment-inline-form .clearfix,
4409 4413 .comment-form .clearfix {
4410 4414 background: #EEE;
4411 4415 -webkit-border-radius: 4px;
4412 4416 border-radius: 4px;
4413 4417 padding: 5px;
4414 4418 margin: 0px;
4415 4419 }
4416 4420
4417 4421 div.comment-inline-form {
4418 4422 padding: 4px 0px 6px 0px;
4419 4423 }
4420 4424
4421 4425 .comment-inline-form strong {
4422 4426 display: block;
4423 4427 margin-bottom: 15px;
4424 4428 }
4425 4429
4426 4430 .comment-inline-form textarea {
4427 4431 width: 100%;
4428 4432 height: 100px;
4429 4433 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4430 4434 }
4431 4435
4432 4436 form.comment-inline-form {
4433 4437 margin-top: 10px;
4434 4438 margin-left: 10px;
4435 4439 }
4436 4440
4437 4441 .comment-inline-form-submit {
4438 4442 margin-top: 5px;
4439 4443 margin-left: 525px;
4440 4444 }
4441 4445
4442 4446 .file-comments {
4443 4447 display: none;
4444 4448 }
4445 4449
4446 4450 .comment-inline-form .comment {
4447 4451 margin-left: 10px;
4448 4452 }
4449 4453
4450 4454 .comment-inline-form .comment-help {
4451 4455 padding: 5px 5px 5px 5px;
4452 4456 color: #666;
4453 4457 }
4454 4458
4455 4459 .comment-inline-form .comment-help .preview-btn,
4456 4460 .comment-inline-form .comment-help .edit-btn {
4457 4461 float: right;
4458 4462 margin: -6px 0px 0px 0px;
4459 4463 }
4460 4464
4461 4465 .comment-inline-form .comment-button {
4462 4466 padding-top: 5px;
4463 4467 }
4464 4468
4465 4469 /** comment inline **/
4466 4470 .inline-comments {
4467 4471 padding: 10px 20px;
4468 4472 }
4469 4473
4470 4474 .inline-comments div.rst-block {
4471 4475 clear: both;
4472 4476 overflow: hidden;
4473 4477 margin: 0;
4474 4478 padding: 0 20px 0px;
4475 4479 }
4476 4480 .inline-comments .comment {
4477 4481 border: 1px solid #ddd;
4478 4482 -webkit-border-radius: 4px;
4479 4483 border-radius: 4px;
4480 4484 margin: 3px 3px 5px 5px;
4481 4485 background-color: #FAFAFA;
4482 4486 }
4483 4487 .inline-comments .add-comment {
4484 4488 padding: 2px 4px 8px 5px;
4485 4489 }
4486 4490
4487 4491 .inline-comments .comment-wrapp {
4488 4492 padding: 1px;
4489 4493 }
4490 4494 .inline-comments .comment .meta {
4491 4495 background: #f8f8f8;
4492 4496 padding: 4px;
4493 4497 border-bottom: 1px solid #ddd;
4494 4498 height: 20px;
4495 4499 }
4496 4500
4497 4501 .inline-comments .comment .meta img {
4498 4502 vertical-align: middle;
4499 4503 }
4500 4504
4501 4505 .inline-comments .comment .meta .user {
4502 4506 font-weight: bold;
4503 4507 float: left;
4504 4508 padding: 3px;
4505 4509 }
4506 4510
4507 4511 .inline-comments .comment .meta .date {
4508 4512 float: left;
4509 4513 padding: 3px;
4510 4514 }
4511 4515
4512 4516 .inline-comments .comment .text {
4513 4517 background-color: #FAFAFA;
4514 4518 }
4515 4519
4516 4520 .inline-comments .comments-number {
4517 4521 padding: 0px 0px 10px 0px;
4518 4522 font-weight: bold;
4519 4523 color: #666;
4520 4524 font-size: 16px;
4521 4525 }
4522 4526 .inline-comments-button .add-comment {
4523 4527 margin: 2px 0px 8px 5px !important
4524 4528 }
4525 4529
4526 4530 .notification-paginator {
4527 4531 padding: 0px 0px 4px 16px;
4528 4532 }
4529 4533
4530 4534 #context-pages .pull-request span,
4531 4535 .menu_link_notifications {
4532 4536 padding: 4px 4px !important;
4533 4537 text-align: center;
4534 4538 color: #888 !important;
4535 4539 background-color: #DEDEDE !important;
4536 4540 border-radius: 4px !important;
4537 4541 -webkit-border-radius: 4px !important;
4538 4542 }
4539 4543
4540 4544 #context-pages .forks span,
4541 4545 .menu_link_notifications {
4542 4546 padding: 4px 4px !important;
4543 4547 text-align: center;
4544 4548 color: #888 !important;
4545 4549 background-color: #DEDEDE !important;
4546 4550 border-radius: 4px !important;
4547 4551 -webkit-border-radius: 4px !important;
4548 4552 }
4549 4553
4550 4554
4551 4555 .notification-header {
4552 4556 padding-top: 6px;
4553 4557 }
4554 4558 .notification-header .desc {
4555 4559 font-size: 16px;
4556 4560 height: 24px;
4557 4561 float: left
4558 4562 }
4559 4563 .notification-list .container.unread {
4560 4564 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
4561 4565 }
4562 4566 .notification-header .gravatar {
4563 4567 background: none repeat scroll 0 0 transparent;
4564 4568 padding: 0px 0px 0px 8px;
4565 4569 }
4566 4570 .notification-list .container .notification-header .desc {
4567 4571 font-weight: bold;
4568 4572 font-size: 17px;
4569 4573 }
4570 4574 .notification-table {
4571 4575 border: 1px solid #ccc;
4572 4576 -webkit-border-radius: 6px 6px 6px 6px;
4573 4577 border-radius: 6px 6px 6px 6px;
4574 4578 clear: both;
4575 4579 margin: 0px 20px 0px 20px;
4576 4580 }
4577 4581 .notification-header .delete-notifications {
4578 4582 float: right;
4579 4583 padding-top: 8px;
4580 4584 cursor: pointer;
4581 4585 }
4582 4586 .notification-header .read-notifications {
4583 4587 float: right;
4584 4588 padding-top: 8px;
4585 4589 cursor: pointer;
4586 4590 }
4587 4591 .notification-subject {
4588 4592 clear: both;
4589 4593 border-bottom: 1px solid #eee;
4590 4594 padding: 5px 0px 5px 38px;
4591 4595 }
4592 4596
4593 4597 .notification-body {
4594 4598 clear: both;
4595 4599 margin: 34px 2px 2px 8px
4596 4600 }
4597 4601
4598 4602 /****
4599 4603 PULL REQUESTS
4600 4604 *****/
4601 4605 .pullrequests_section_head {
4602 4606 padding: 10px 10px 10px 0px;
4603 4607 font-size: 16px;
4604 4608 font-weight: bold;
4605 4609 }
4606 4610
4607 4611 h3.closed,
4608 4612 #pullrequests_container li.closed a
4609 4613 {
4610 4614 color: #555;
4611 4615 background: #eee;
4612 4616 }
4613 4617
4614 4618 div.pr-title {
4615 4619 font-size: 1.6em;
4616 4620 }
4617 4621
4618 4622 div.pr {
4619 4623 border-bottom: 1px solid #DDD;
4620 4624 margin: 0px 20px;
4621 4625 padding: 10px 4px;
4622 4626 }
4623 4627 div.pr-closed {
4624 4628 background-color: rgba(245,245,245,0.5);
4625 4629 }
4626 4630
4627 4631 span.pr-closed-tag {
4628 4632 margin-bottom: 1px;
4629 4633 margin-right: 1px;
4630 4634 padding: 1px 3px;
4631 4635 font-size: 10px;
4632 4636 padding: 1px 3px 1px 3px;
4633 4637 font-size: 10px;
4634 4638 color: #336699;
4635 4639 white-space: nowrap;
4636 4640 -webkit-border-radius: 4px;
4637 4641 border-radius: 4px;
4638 4642 border: 1px solid #d9e8f8;
4639 4643 line-height: 1.5em;
4640 4644 }
4641 4645
4642 4646 /****
4643 4647 PERMS
4644 4648 *****/
4645 4649 #perms .perms_section_head {
4646 4650 padding: 10px 10px 10px 0px;
4647 4651 font-size: 16px;
4648 4652 font-weight: bold;
4649 4653 }
4650 4654
4651 4655 #perms .perm_tag {
4652 4656 padding: 1px 3px 1px 3px;
4653 4657 font-size: 10px;
4654 4658 font-weight: bold;
4655 4659 text-transform: uppercase;
4656 4660 white-space: nowrap;
4657 4661 -webkit-border-radius: 3px;
4658 4662 border-radius: 3px;
4659 4663 }
4660 4664
4661 4665 #perms .perm_tag.admin {
4662 4666 background-color: #B94A48;
4663 4667 color: #ffffff;
4664 4668 }
4665 4669
4666 4670 #perms .perm_tag.write {
4667 4671 background-color: #DB7525;
4668 4672 color: #ffffff;
4669 4673 }
4670 4674
4671 4675 #perms .perm_tag.read {
4672 4676 background-color: #468847;
4673 4677 color: #ffffff;
4674 4678 }
4675 4679
4676 4680 #perms .perm_tag.none {
4677 4681 background-color: #bfbfbf;
4678 4682 color: #ffffff;
4679 4683 }
4680 4684
4681 4685 .perm-gravatar {
4682 4686 vertical-align: middle;
4683 4687 padding: 2px;
4684 4688 }
4685 4689 .perm-gravatar-ac {
4686 4690 vertical-align: middle;
4687 4691 padding: 2px;
4688 4692 width: 14px;
4689 4693 height: 14px;
4690 4694 }
4691 4695
4692 4696 /*****************************************************************************
4693 4697 DIFFS CSS
4694 4698 ******************************************************************************/
4695 4699 .diff-collapse {
4696 4700 text-align: center;
4697 4701 margin-bottom: -15px;
4698 4702 }
4699 4703 .diff-collapse-button {
4700 4704 cursor: pointer;
4701 4705 color: #666;
4702 4706 font-size: 16px;
4703 4707 }
4704 4708 .diff-container {
4705 4709
4706 4710 }
4707 4711
4708 4712 .diff-container.hidden {
4709 4713 display: none;
4710 4714 overflow: hidden;
4711 4715 }
4712 4716
4713 4717
4714 4718 div.diffblock {
4715 4719 overflow: auto;
4716 4720 padding: 0px;
4717 4721 border: 1px solid #ccc;
4718 4722 background: #f8f8f8;
4719 4723 font-size: 100%;
4720 4724 line-height: 100%;
4721 4725 /* new */
4722 4726 line-height: 125%;
4723 4727 -webkit-border-radius: 6px 6px 0px 0px;
4724 4728 border-radius: 6px 6px 0px 0px;
4725 4729 }
4726 4730 div.diffblock.margined {
4727 4731 margin: 0px 20px 0px 20px;
4728 4732 }
4729 4733 div.diffblock .code-header {
4730 4734 border-bottom: 1px solid #CCCCCC;
4731 4735 background: #EEEEEE;
4732 4736 padding: 10px 0 10px 0;
4733 4737 height: 14px;
4734 4738 }
4735 4739
4736 4740 div.diffblock .code-header.banner {
4737 4741 border-bottom: 1px solid #CCCCCC;
4738 4742 background: #EEEEEE;
4739 4743 height: 14px;
4740 4744 margin: 0px 95px 0px 95px;
4741 4745 padding: 3px 3px 11px 3px;
4742 4746 }
4743 4747
4744 4748 div.diffblock .code-header-title {
4745 4749 padding: 0px 0px 10px 5px !important;
4746 4750 margin: 0 !important;
4747 4751 }
4748 4752 div.diffblock .code-header .hash {
4749 4753 float: left;
4750 4754 padding: 2px 0 0 2px;
4751 4755 }
4752 4756 div.diffblock .code-header .date {
4753 4757 float: left;
4754 4758 text-transform: uppercase;
4755 4759 padding: 2px 0px 0px 2px;
4756 4760 }
4757 4761 div.diffblock .code-header div {
4758 4762 margin-left: 4px;
4759 4763 font-weight: bold;
4760 4764 font-size: 14px;
4761 4765 }
4762 4766
4763 4767 div.diffblock .parents {
4764 4768 float: left;
4765 4769 height: 26px;
4766 4770 width: 100px;
4767 4771 font-size: 10px;
4768 4772 font-weight: 400;
4769 4773 vertical-align: middle;
4770 4774 padding: 0px 2px 2px 2px;
4771 4775 background-color: #eeeeee;
4772 4776 border-bottom: 1px solid #CCCCCC;
4773 4777 }
4774 4778
4775 4779 div.diffblock .children {
4776 4780 float: right;
4777 4781 height: 26px;
4778 4782 width: 100px;
4779 4783 font-size: 10px;
4780 4784 font-weight: 400;
4781 4785 vertical-align: middle;
4782 4786 text-align: right;
4783 4787 padding: 0px 2px 2px 2px;
4784 4788 background-color: #eeeeee;
4785 4789 border-bottom: 1px solid #CCCCCC;
4786 4790 }
4787 4791
4788 4792 div.diffblock .code-body {
4789 4793 background: #FFFFFF;
4790 4794 }
4791 4795 div.diffblock pre.raw {
4792 4796 background: #FFFFFF;
4793 4797 color: #000000;
4794 4798 }
4795 4799 table.code-difftable {
4796 4800 border-collapse: collapse;
4797 4801 width: 99%;
4798 4802 border-radius: 0px !important;
4799 4803 }
4800 4804 table.code-difftable td {
4801 4805 padding: 0 !important;
4802 4806 background: none !important;
4803 4807 border: 0 !important;
4804 4808 vertical-align: baseline !important
4805 4809 }
4806 4810 table.code-difftable .context {
4807 4811 background: none repeat scroll 0 0 #DDE7EF;
4808 4812 }
4809 4813 table.code-difftable .add {
4810 4814 background: none repeat scroll 0 0 #DDFFDD;
4811 4815 }
4812 4816 table.code-difftable .add ins {
4813 4817 background: none repeat scroll 0 0 #AAFFAA;
4814 4818 text-decoration: none;
4815 4819 }
4816 4820 table.code-difftable .del {
4817 4821 background: none repeat scroll 0 0 #FFDDDD;
4818 4822 }
4819 4823 table.code-difftable .del del {
4820 4824 background: none repeat scroll 0 0 #FFAAAA;
4821 4825 text-decoration: none;
4822 4826 }
4823 4827
4824 4828 /** LINE NUMBERS **/
4825 4829 table.code-difftable .lineno {
4826 4830
4827 4831 padding-left: 2px;
4828 4832 padding-right: 2px;
4829 4833 text-align: right;
4830 4834 width: 32px;
4831 4835 -moz-user-select: none;
4832 4836 -webkit-user-select: none;
4833 4837 border-right: 1px solid #CCC !important;
4834 4838 border-left: 0px solid #CCC !important;
4835 4839 border-top: 0px solid #CCC !important;
4836 4840 border-bottom: none !important;
4837 4841 vertical-align: middle !important;
4838 4842
4839 4843 }
4840 4844 table.code-difftable .lineno.new {
4841 4845 }
4842 4846 table.code-difftable .lineno.old {
4843 4847 }
4844 4848 table.code-difftable .lineno a {
4845 4849 color: #747474 !important;
4846 4850 font: 11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4847 4851 letter-spacing: -1px;
4848 4852 text-align: right;
4849 4853 padding-right: 2px;
4850 4854 cursor: pointer;
4851 4855 display: block;
4852 4856 width: 32px;
4853 4857 }
4854 4858
4855 4859 table.code-difftable .lineno-inline {
4856 4860 background: none repeat scroll 0 0 #FFF !important;
4857 4861 padding-left: 2px;
4858 4862 padding-right: 2px;
4859 4863 text-align: right;
4860 4864 width: 30px;
4861 4865 -moz-user-select: none;
4862 4866 -webkit-user-select: none;
4863 4867 }
4864 4868
4865 4869 /** CODE **/
4866 4870 table.code-difftable .code {
4867 4871 display: block;
4868 4872 width: 100%;
4869 4873 }
4870 4874 table.code-difftable .code td {
4871 4875 margin: 0;
4872 4876 padding: 0;
4873 4877 }
4874 4878 table.code-difftable .code pre {
4875 4879 margin: 0;
4876 4880 padding: 0;
4877 4881 height: 17px;
4878 4882 line-height: 17px;
4879 4883 }
4880 4884
4881 4885
4882 4886 .diffblock.margined.comm .line .code:hover {
4883 4887 background-color: #FFFFCC !important;
4884 4888 cursor: pointer !important;
4885 4889 background-image: url("../images/icons/comment_add.png") !important;
4886 4890 background-repeat: no-repeat !important;
4887 4891 background-position: right !important;
4888 4892 background-position: 0% 50% !important;
4889 4893 }
4890 4894 .diffblock.margined.comm .line .code.no-comment:hover {
4891 4895 background-image: none !important;
4892 4896 cursor: auto !important;
4893 4897 background-color: inherit !important;
4894 4898 }
4895 4899
4896 4900 div.comment:target>.comment-wrapp {
4897 4901 border: solid 2px #ee0 !important;
4898 4902 }
4899 4903
4900 4904 .lineno:target a {
4901 4905 border: solid 2px #ee0 !important;
4902 4906 margin: -2px;
4903 4907 }
@@ -1,57 +1,57 b''
1 1 ## -*- coding: utf-8 -*-
2 2
3 3 %if c.journal_day_aggreagate:
4 4 %for day,items in c.journal_day_aggreagate:
5 5 <div class="journal_day">${day}</div>
6 6 % for user,entries in items:
7 7 <div class="journal_container">
8 8 <div class="gravatar">
9 9 <img alt="gravatar" src="${h.gravatar_url(user.email if user else 'anonymous@rhodecode.org',24)}"/>
10 10 </div>
11 11 %if user:
12 12 <div class="journal_user">${user.name} ${user.lastname}</div>
13 13 %else:
14 14 <div class="journal_user deleted">${entries[0].username}</div>
15 15 %endif
16 16 <div class="journal_action_container">
17 17 % for entry in entries:
18 18 <div class="journal_icon"> ${h.action_parser(entry)[2]()}</div>
19 19 <div class="journal_action">${h.action_parser(entry)[0]()}</div>
20 20 <div class="journal_repo">
21 21 <span class="journal_repo_name">
22 22 %if entry.repository is not None:
23 23 ${h.link_to(entry.repository.repo_name,
24 24 h.url('summary_home',repo_name=entry.repository.repo_name))}
25 25 %else:
26 26 ${entry.repository_name}
27 27 %endif
28 28 </span>
29 29 </div>
30 30 <div class="journal_action_params">${h.literal(h.action_parser(entry)[1]())}</div>
31 31 <div class="date"><span class="tooltip" title="${h.tooltip(h.fmt_date(entry.action_date))}">${h.age(entry.action_date)}</span></div>
32 32 %endfor
33 33 </div>
34 34 </div>
35 35 %endfor
36 36 %endfor
37 37
38 <div class="pagination-wh pagination-left">
38 <div class="pagination-wh pagination-left" style="padding: 0px 0px 0px 10px;">
39 ${c.journal_pager.pager('$link_previous ~2~ $link_next')}
40 </div>
39 41 <script type="text/javascript">
40 42 YUE.onDOMReady(function(){
41 43 YUE.delegate("journal","click",function(e, matchedEl, container){
42 44 ypjax(e.target.href,"journal",function(){
43 45 show_more_event();
44 46 tooltip_activate();
45 47 show_changeset_tooltip();
46 48 });
47 49 YUE.preventDefault(e);
48 50 },'.pager_link');
49 51 });
50 52 </script>
51 ${c.journal_pager.pager('$link_previous ~2~ $link_next')}
52 </div>
53 53 %else:
54 54 <div style="padding:5px 0px 10px 10px;">
55 55 ${_('No entries yet')}
56 56 </div>
57 57 %endif
General Comments 0
You need to be logged in to leave comments. Login now