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