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