##// END OF EJS Templates
changed links with diff options into a pop-up menu. Saves space on long filenames and looks better
marcink -
r1775:fb423ee5 beta
parent child Browse files
Show More
@@ -1,3774 +1,3798 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 {
3 3 border: 0;
4 4 outline: 0;
5 5 font-size: 100%;
6 6 vertical-align: baseline;
7 7 background: transparent;
8 8 margin: 0;
9 9 padding: 0;
10 10 }
11 11
12 12 body {
13 13 line-height: 1;
14 14 height: 100%;
15 15 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
16 16 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
17 17 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
18 18 color: #000;
19 19 margin: 0;
20 20 padding: 0;
21 21 font-size: 12px;
22 22 }
23 23
24 24 ol,ul {
25 25 list-style: none;
26 26 }
27 27
28 28 blockquote,q {
29 29 quotes: none;
30 30 }
31 31
32 32 blockquote:before,blockquote:after,q:before,q:after {
33 33 content: none;
34 34 }
35 35
36 36 :focus {
37 37 outline: 0;
38 38 }
39 39
40 40 del {
41 41 text-decoration: line-through;
42 42 }
43 43
44 44 table {
45 45 border-collapse: collapse;
46 46 border-spacing: 0;
47 47 }
48 48
49 49 html {
50 50 height: 100%;
51 51 }
52 52
53 53 a {
54 54 color: #003367;
55 55 text-decoration: none;
56 56 cursor: pointer;
57 57 }
58 58
59 59 a:hover {
60 60 color: #316293;
61 61 text-decoration: underline;
62 62 }
63 63
64 64 h1,h2,h3,h4,h5,h6 {
65 65 color: #292929;
66 66 font-weight: 700;
67 67 }
68 68
69 69 h1 {
70 70 font-size: 22px;
71 71 }
72 72
73 73 h2 {
74 74 font-size: 20px;
75 75 }
76 76
77 77 h3 {
78 78 font-size: 18px;
79 79 }
80 80
81 81 h4 {
82 82 font-size: 16px;
83 83 }
84 84
85 85 h5 {
86 86 font-size: 14px;
87 87 }
88 88
89 89 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 -moz-border-radius-topleft: 8px;
164 164 border-top-left-radius: 8px;
165 165 }
166 166
167 167 .top-right-rounded-corner {
168 168 -webkit-border-top-right-radius: 8px;
169 169 -khtml-border-radius-topright: 8px;
170 170 -moz-border-radius-topright: 8px;
171 171 border-top-right-radius: 8px;
172 172 }
173 173
174 174 .bottom-left-rounded-corner {
175 175 -webkit-border-bottom-left-radius: 8px;
176 176 -khtml-border-radius-bottomleft: 8px;
177 177 -moz-border-radius-bottomleft: 8px;
178 178 border-bottom-left-radius: 8px;
179 179 }
180 180
181 181 .bottom-right-rounded-corner {
182 182 -webkit-border-bottom-right-radius: 8px;
183 183 -khtml-border-radius-bottomright: 8px;
184 184 -moz-border-radius-bottomright: 8px;
185 185 border-bottom-right-radius: 8px;
186 186 }
187 187
188 188 #header {
189 189 margin: 0;
190 190 padding: 0 10px;
191 191 }
192 192
193 193 #header ul#logged-user {
194 194 margin-bottom: 5px !important;
195 195 -webkit-border-radius: 0px 0px 8px 8px;
196 196 -khtml-border-radius: 0px 0px 8px 8px;
197 197 -moz-border-radius: 0px 0px 8px 8px;
198 198 border-radius: 0px 0px 8px 8px;
199 199 height: 37px;
200 200 background-color: #eedc94;
201 201 background-repeat: repeat-x;
202 202 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
203 203 to(#eedc94) );
204 204 background-image: -moz-linear-gradient(top, #003b76, #00376e);
205 205 background-image: -ms-linear-gradient(top, #003b76, #00376e);
206 206 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
207 207 color-stop(100%, #00376e) );
208 208 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
209 209 background-image: -o-linear-gradient(top, #003b76, #00376e) );
210 210 background-image: linear-gradient(top, #003b76, #00376e);
211 211 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
212 212 endColorstr='#00376e', GradientType=0 );
213 213 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
214 214 }
215 215
216 216 #header ul#logged-user li {
217 217 list-style: none;
218 218 float: left;
219 219 margin: 8px 0 0;
220 220 padding: 4px 12px;
221 221 border-left: 1px solid #316293;
222 222 }
223 223
224 224 #header ul#logged-user li.first {
225 225 border-left: none;
226 226 margin: 4px;
227 227 }
228 228
229 229 #header ul#logged-user li.first div.gravatar {
230 230 margin-top: -2px;
231 231 }
232 232
233 233 #header ul#logged-user li.first div.account {
234 234 padding-top: 4px;
235 235 float: left;
236 236 }
237 237
238 238 #header ul#logged-user li.last {
239 239 border-right: none;
240 240 }
241 241
242 242 #header ul#logged-user li a {
243 243 color: #fff;
244 244 font-weight: 700;
245 245 text-decoration: none;
246 246 }
247 247
248 248 #header ul#logged-user li a:hover {
249 249 text-decoration: underline;
250 250 }
251 251
252 252 #header ul#logged-user li.highlight a {
253 253 color: #fff;
254 254 }
255 255
256 256 #header ul#logged-user li.highlight a:hover {
257 257 color: #FFF;
258 258 }
259 259
260 260 #header #header-inner {
261 261 min-height: 40px;
262 262 clear: both;
263 263 position: relative;
264 264 background-color: #eedc94;
265 265 background-repeat: repeat-x;
266 266 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
267 267 to(#eedc94) );
268 268 background-image: -moz-linear-gradient(top, #003b76, #00376e);
269 269 background-image: -ms-linear-gradient(top, #003b76, #00376e);
270 270 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
271 271 color-stop(100%, #00376e) );
272 272 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
273 273 background-image: -o-linear-gradient(top, #003b76, #00376e) );
274 274 background-image: linear-gradient(top, #003b76, #00376e);
275 275 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
276 276 endColorstr='#00376e', GradientType=0 );
277 277 margin: 0;
278 278 padding: 0;
279 279 display: block;
280 280 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
281 281 -webkit-border-radius: 4px 4px 4px 4px;
282 282 -khtml-border-radius: 4px 4px 4px 4px;
283 283 -moz-border-radius: 4px 4px 4px 4px;
284 284 border-radius: 4px 4px 4px 4px;
285 285 }
286 286 #header #header-inner.hover{
287 287 position: fixed !important;
288 288 width: 100% !important;
289 289 margin-left: -10px !important;
290 290 z-index: 10000;
291 291 border-radius: 0px 0px 4px 4px;
292 292 }
293 293 #header #header-inner #home a {
294 294 height: 40px;
295 295 width: 46px;
296 296 display: block;
297 297 background: url("../images/button_home.png");
298 298 background-position: 0 0;
299 299 margin: 0;
300 300 padding: 0;
301 301 }
302 302
303 303 #header #header-inner #home a:hover {
304 304 background-position: 0 -40px;
305 305 }
306 306
307 307 #header #header-inner #logo {
308 308 float: left;
309 309 position: absolute;
310 310 }
311 311
312 312 #header #header-inner #logo h1 {
313 313 color: #FFF;
314 314 font-size: 18px;
315 315 margin: 10px 0 0 13px;
316 316 padding: 0;
317 317 }
318 318
319 319 #header #header-inner #logo a {
320 320 color: #fff;
321 321 text-decoration: none;
322 322 }
323 323
324 324 #header #header-inner #logo a:hover {
325 325 color: #bfe3ff;
326 326 }
327 327
328 328 #header #header-inner #quick,#header #header-inner #quick ul {
329 329 position: relative;
330 330 float: right;
331 331 list-style-type: none;
332 332 list-style-position: outside;
333 333 margin: 6px 5px 0 0;
334 334 padding: 0;
335 335 }
336 336
337 337 #header #header-inner #quick li {
338 338 position: relative;
339 339 float: left;
340 340 margin: 0 5px 0 0;
341 341 padding: 0;
342 342 }
343 343
344 344 #header #header-inner #quick li a {
345 345 top: 0;
346 346 left: 0;
347 347 height: 1%;
348 348 display: block;
349 349 clear: both;
350 350 overflow: hidden;
351 351 color: #FFF;
352 352 font-weight: 700;
353 353 text-decoration: none;
354 354 background: #369;
355 355 padding: 0;
356 356 -webkit-border-radius: 4px 4px 4px 4px;
357 357 -khtml-border-radius: 4px 4px 4px 4px;
358 358 -moz-border-radius: 4px 4px 4px 4px;
359 359 border-radius: 4px 4px 4px 4px;
360 360 }
361 361
362 362 #header #header-inner #quick li span.short {
363 363 padding: 9px 6px 8px 6px;
364 364 }
365 365
366 366 #header #header-inner #quick li span {
367 367 top: 0;
368 368 right: 0;
369 369 height: 1%;
370 370 display: block;
371 371 float: left;
372 372 border-left: 1px solid #3f6f9f;
373 373 margin: 0;
374 374 padding: 10px 12px 8px 10px;
375 375 }
376 376
377 377 #header #header-inner #quick li span.normal {
378 378 border: none;
379 379 padding: 10px 12px 8px;
380 380 }
381 381
382 382 #header #header-inner #quick li span.icon {
383 383 top: 0;
384 384 left: 0;
385 385 border-left: none;
386 386 border-right: 1px solid #2e5c89;
387 387 padding: 8px 6px 4px;
388 388 }
389 389
390 390 #header #header-inner #quick li span.icon_short {
391 391 top: 0;
392 392 left: 0;
393 393 border-left: none;
394 394 border-right: 1px solid #2e5c89;
395 395 padding: 8px 6px 4px;
396 396 }
397 397
398 398 #header #header-inner #quick li span.icon img,#header #header-inner #quick li span.icon_short img
399 399 {
400 400 margin: 0px -2px 0px 0px;
401 401 }
402 402
403 403 #header #header-inner #quick li a:hover {
404 404 background: #4e4e4e no-repeat top left;
405 405 }
406 406
407 407 #header #header-inner #quick li a:hover span {
408 408 border-left: 1px solid #545454;
409 409 }
410 410
411 411 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short
412 412 {
413 413 border-left: none;
414 414 border-right: 1px solid #464646;
415 415 }
416 416
417 417 #header #header-inner #quick ul {
418 418 top: 29px;
419 419 right: 0;
420 420 min-width: 200px;
421 421 display: none;
422 422 position: absolute;
423 423 background: #FFF;
424 424 border: 1px solid #666;
425 425 border-top: 1px solid #003367;
426 426 z-index: 100;
427 427 margin: 0;
428 428 padding: 0;
429 429 }
430 430
431 431 #header #header-inner #quick ul.repo_switcher {
432 432 max-height: 275px;
433 433 overflow-x: hidden;
434 434 overflow-y: auto;
435 435 }
436 436
437 437 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
438 438 float: none;
439 439 margin: 0;
440 440 border-bottom: 2px solid #003367;
441 441 }
442 442
443 443 #header #header-inner #quick .repo_switcher_type {
444 444 position: absolute;
445 445 left: 0;
446 446 top: 9px;
447 447 }
448 448
449 449 #header #header-inner #quick li ul li {
450 450 border-bottom: 1px solid #ddd;
451 451 }
452 452
453 453 #header #header-inner #quick li ul li a {
454 454 width: 182px;
455 455 height: auto;
456 456 display: block;
457 457 float: left;
458 458 background: #FFF;
459 459 color: #003367;
460 460 font-weight: 400;
461 461 margin: 0;
462 462 padding: 7px 9px;
463 463 }
464 464
465 465 #header #header-inner #quick li ul li a:hover {
466 466 color: #000;
467 467 background: #FFF;
468 468 }
469 469
470 470 #header #header-inner #quick ul ul {
471 471 top: auto;
472 472 }
473 473
474 474 #header #header-inner #quick li ul ul {
475 475 right: 200px;
476 476 max-height: 275px;
477 477 overflow: auto;
478 478 overflow-x: hidden;
479 479 white-space: normal;
480 480 }
481 481
482 482 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
483 483 {
484 484 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
485 485 #FFF;
486 486 width: 167px;
487 487 margin: 0;
488 488 padding: 12px 9px 7px 24px;
489 489 }
490 490
491 491 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
492 492 {
493 493 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
494 494 #FFF;
495 495 min-width: 167px;
496 496 margin: 0;
497 497 padding: 12px 9px 7px 24px;
498 498 }
499 499
500 500 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
501 501 {
502 502 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
503 503 9px #FFF;
504 504 min-width: 167px;
505 505 margin: 0;
506 506 padding: 12px 9px 7px 24px;
507 507 }
508 508
509 509 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover
510 510 {
511 511 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px
512 512 #FFF;
513 513 min-width: 167px;
514 514 margin: 0 0 0 14px;
515 515 padding: 12px 9px 7px 24px;
516 516 }
517 517
518 518 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover
519 519 {
520 520 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px
521 521 #FFF;
522 522 min-width: 167px;
523 523 margin: 0 0 0 14px;
524 524 padding: 12px 9px 7px 24px;
525 525 }
526 526
527 527 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
528 528 {
529 529 background: url("../images/icons/database_edit.png") no-repeat scroll
530 530 4px 9px #FFF;
531 531 width: 167px;
532 532 margin: 0;
533 533 padding: 12px 9px 7px 24px;
534 534 }
535 535
536 536 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover
537 537 {
538 538 background: url("../images/icons/database_link.png") no-repeat scroll
539 539 4px 9px #FFF;
540 540 width: 167px;
541 541 margin: 0;
542 542 padding: 12px 9px 7px 24px;
543 543 }
544 544
545 545 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
546 546 {
547 547 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
548 548 width: 167px;
549 549 margin: 0;
550 550 padding: 12px 9px 7px 24px;
551 551 }
552 552
553 553 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover
554 554 {
555 555 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
556 556 width: 167px;
557 557 margin: 0;
558 558 padding: 12px 9px 7px 24px;
559 559 }
560 560
561 561 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
562 562 {
563 563 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
564 564 width: 167px;
565 565 margin: 0;
566 566 padding: 12px 9px 7px 24px;
567 567 }
568 568
569 569 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
570 570 {
571 571 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px;
572 572 width: 167px;
573 573 margin: 0;
574 574 padding: 12px 9px 7px 24px;
575 575 }
576 576
577 577 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover
578 578 {
579 579 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
580 580 width: 167px;
581 581 margin: 0;
582 582 padding: 12px 9px 7px 24px;
583 583 }
584 584
585 585 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
586 586 {
587 587 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px
588 588 9px;
589 589 width: 167px;
590 590 margin: 0;
591 591 padding: 12px 9px 7px 24px;
592 592 }
593 593
594 594 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
595 595 {
596 596 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
597 597 width: 167px;
598 598 margin: 0;
599 599 padding: 12px 9px 7px 24px;
600 600 }
601 601
602 602 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
603 603 {
604 604 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
605 605 width: 167px;
606 606 margin: 0;
607 607 padding: 12px 9px 7px 24px;
608 608 }
609 609
610 610 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
611 611 {
612 612 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px
613 613 9px;
614 614 width: 167px;
615 615 margin: 0;
616 616 padding: 12px 9px 7px 24px;
617 617 }
618 618
619 619 #header #header-inner #quick li ul li a.tags,
620 620 #header #header-inner #quick li ul li a.tags:hover{
621 621 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
622 622 width: 167px;
623 623 margin: 0;
624 624 padding: 12px 9px 7px 24px;
625 625 }
626 626
627 627 #header #header-inner #quick li ul li a.bookmarks,
628 628 #header #header-inner #quick li ul li a.bookmarks:hover{
629 629 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
630 630 width: 167px;
631 631 margin: 0;
632 632 padding: 12px 9px 7px 24px;
633 633 }
634 634
635 635 #header #header-inner #quick li ul li a.admin,
636 636 #header #header-inner #quick li ul li a.admin:hover{
637 637 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
638 638 width: 167px;
639 639 margin: 0;
640 640 padding: 12px 9px 7px 24px;
641 641 }
642 642
643 643 .groups_breadcrumbs a {
644 644 color: #fff;
645 645 }
646 646
647 647 .groups_breadcrumbs a:hover {
648 648 color: #bfe3ff;
649 649 text-decoration: none;
650 650 }
651 651
652 652 .quick_repo_menu {
653 653 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
654 654 cursor: pointer;
655 655 width: 8px;
656 656 border: 1px solid transparent;
657 657 }
658 658
659 659 .quick_repo_menu.active {
660 660 background: url("../images/horizontal-indicator.png") no-repeat scroll 5px 50% #FFFFFF !important;
661 661 border: 1px solid #003367;
662 662 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
663 663 cursor: pointer;
664 664 }
665 665
666 666 .quick_repo_menu .menu_items {
667 667 margin-top: 10px;
668 668 margin-left:-6px;
669 669 width: 150px;
670 670 position: absolute;
671 671 background-color: #FFF;
672 672 background: none repeat scroll 0 0 #FFFFFF;
673 673 border-color: #003367 #666666 #666666;
674 674 border-right: 1px solid #666666;
675 675 border-style: solid;
676 676 border-width: 1px;
677 677 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
678 678 border-top-style: none;
679 679 }
680 680
681 681 .quick_repo_menu .menu_items li {
682 682 padding: 0 !important;
683 683 }
684 684
685 685 .quick_repo_menu .menu_items a {
686 686 display: block;
687 687 padding: 4px 12px 4px 8px;
688 688 }
689 689
690 690 .quick_repo_menu .menu_items a:hover {
691 691 background-color: #EEE;
692 692 text-decoration: none;
693 693 }
694 694
695 695 .quick_repo_menu .menu_items .icon img {
696 696 margin-bottom: -2px;
697 697 }
698 698
699 699 .quick_repo_menu .menu_items.hidden {
700 700 display: none;
701 701 }
702 702
703 703 #content #left {
704 704 left: 0;
705 705 width: 280px;
706 706 position: absolute;
707 707 }
708 708
709 709 #content #right {
710 710 margin: 0 60px 10px 290px;
711 711 }
712 712
713 713 #content div.box {
714 714 clear: both;
715 715 overflow: hidden;
716 716 background: #fff;
717 717 margin: 0 0 10px;
718 718 padding: 0 0 10px;
719 719 -webkit-border-radius: 4px 4px 4px 4px;
720 720 -khtml-border-radius: 4px 4px 4px 4px;
721 721 -moz-border-radius: 4px 4px 4px 4px;
722 722 border-radius: 4px 4px 4px 4px;
723 723 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
724 724 }
725 725
726 726 #content div.box-left {
727 727 width: 49%;
728 728 clear: none;
729 729 float: left;
730 730 margin: 0 0 10px;
731 731 }
732 732
733 733 #content div.box-right {
734 734 width: 49%;
735 735 clear: none;
736 736 float: right;
737 737 margin: 0 0 10px;
738 738 }
739 739
740 740 #content div.box div.title {
741 741 clear: both;
742 742 overflow: hidden;
743 743 background-color: #eedc94;
744 744 background-repeat: repeat-x;
745 745 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
746 746 to(#eedc94) );
747 747 background-image: -moz-linear-gradient(top, #003b76, #00376e);
748 748 background-image: -ms-linear-gradient(top, #003b76, #00376e);
749 749 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
750 750 color-stop(100%, #00376e) );
751 751 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
752 752 background-image: -o-linear-gradient(top, #003b76, #00376e) );
753 753 background-image: linear-gradient(top, #003b76, #00376e);
754 754 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
755 755 endColorstr='#00376e', GradientType=0 );
756 756 margin: 0 0 20px;
757 757 padding: 0;
758 758 }
759 759
760 760 #content div.box div.title h5 {
761 761 float: left;
762 762 border: none;
763 763 color: #fff;
764 764 text-transform: uppercase;
765 765 margin: 0;
766 766 padding: 11px 0 11px 10px;
767 767 }
768 768
769 769 #content div.box div.title .link-white{
770 770 color: #FFFFFF;
771 771 }
772 772
773 773 #content div.box div.title ul.links li {
774 774 list-style: none;
775 775 float: left;
776 776 margin: 0;
777 777 padding: 0;
778 778 }
779 779
780 780 #content div.box div.title ul.links li a {
781 781 border-left: 1px solid #316293;
782 782 color: #FFFFFF;
783 783 display: block;
784 784 float: left;
785 785 font-size: 13px;
786 786 font-weight: 700;
787 787 height: 1%;
788 788 margin: 0;
789 789 padding: 11px 22px 12px;
790 790 text-decoration: none;
791 791 }
792 792
793 793 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
794 794 {
795 795 clear: both;
796 796 overflow: hidden;
797 797 border-bottom: 1px solid #DDD;
798 798 margin: 10px 20px;
799 799 padding: 0 0 15px;
800 800 }
801 801
802 802 #content div.box p {
803 803 color: #5f5f5f;
804 804 font-size: 12px;
805 805 line-height: 150%;
806 806 margin: 0 24px 10px;
807 807 padding: 0;
808 808 }
809 809
810 810 #content div.box blockquote {
811 811 border-left: 4px solid #DDD;
812 812 color: #5f5f5f;
813 813 font-size: 11px;
814 814 line-height: 150%;
815 815 margin: 0 34px;
816 816 padding: 0 0 0 14px;
817 817 }
818 818
819 819 #content div.box blockquote p {
820 820 margin: 10px 0;
821 821 padding: 0;
822 822 }
823 823
824 824 #content div.box dl {
825 825 margin: 10px 0px;
826 826 }
827 827
828 828 #content div.box dt {
829 829 font-size: 12px;
830 830 margin: 0;
831 831 }
832 832
833 833 #content div.box dd {
834 834 font-size: 12px;
835 835 margin: 0;
836 836 padding: 8px 0 8px 15px;
837 837 }
838 838
839 839 #content div.box li {
840 840 font-size: 12px;
841 841 padding: 4px 0;
842 842 }
843 843
844 844 #content div.box ul.disc,#content div.box ul.circle {
845 845 margin: 10px 24px 10px 38px;
846 846 }
847 847
848 848 #content div.box ul.square {
849 849 margin: 10px 24px 10px 40px;
850 850 }
851 851
852 852 #content div.box img.left {
853 853 border: none;
854 854 float: left;
855 855 margin: 10px 10px 10px 0;
856 856 }
857 857
858 858 #content div.box img.right {
859 859 border: none;
860 860 float: right;
861 861 margin: 10px 0 10px 10px;
862 862 }
863 863
864 864 #content div.box div.messages {
865 865 clear: both;
866 866 overflow: hidden;
867 867 margin: 0 20px;
868 868 padding: 0;
869 869 }
870 870
871 871 #content div.box div.message {
872 872 clear: both;
873 873 overflow: hidden;
874 874 margin: 0;
875 875 padding: 10px 0;
876 876 }
877 877
878 878 #content div.box div.message a {
879 879 font-weight: 400 !important;
880 880 }
881 881
882 882 #content div.box div.message div.image {
883 883 float: left;
884 884 margin: 9px 0 0 5px;
885 885 padding: 6px;
886 886 }
887 887
888 888 #content div.box div.message div.image img {
889 889 vertical-align: middle;
890 890 margin: 0;
891 891 }
892 892
893 893 #content div.box div.message div.text {
894 894 float: left;
895 895 margin: 0;
896 896 padding: 9px 6px;
897 897 }
898 898
899 899 #content div.box div.message div.dismiss a {
900 900 height: 16px;
901 901 width: 16px;
902 902 display: block;
903 903 background: url("../images/icons/cross.png") no-repeat;
904 904 margin: 15px 14px 0 0;
905 905 padding: 0;
906 906 }
907 907
908 908 #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
909 909 {
910 910 border: none;
911 911 margin: 0;
912 912 padding: 0;
913 913 }
914 914
915 915 #content div.box div.message div.text span {
916 916 height: 1%;
917 917 display: block;
918 918 margin: 0;
919 919 padding: 5px 0 0;
920 920 }
921 921
922 922 #content div.box div.message-error {
923 923 height: 1%;
924 924 clear: both;
925 925 overflow: hidden;
926 926 background: #FBE3E4;
927 927 border: 1px solid #FBC2C4;
928 928 color: #860006;
929 929 }
930 930
931 931 #content div.box div.message-error h6 {
932 932 color: #860006;
933 933 }
934 934
935 935 #content div.box div.message-warning {
936 936 height: 1%;
937 937 clear: both;
938 938 overflow: hidden;
939 939 background: #FFF6BF;
940 940 border: 1px solid #FFD324;
941 941 color: #5f5200;
942 942 }
943 943
944 944 #content div.box div.message-warning h6 {
945 945 color: #5f5200;
946 946 }
947 947
948 948 #content div.box div.message-notice {
949 949 height: 1%;
950 950 clear: both;
951 951 overflow: hidden;
952 952 background: #8FBDE0;
953 953 border: 1px solid #6BACDE;
954 954 color: #003863;
955 955 }
956 956
957 957 #content div.box div.message-notice h6 {
958 958 color: #003863;
959 959 }
960 960
961 961 #content div.box div.message-success {
962 962 height: 1%;
963 963 clear: both;
964 964 overflow: hidden;
965 965 background: #E6EFC2;
966 966 border: 1px solid #C6D880;
967 967 color: #4e6100;
968 968 }
969 969
970 970 #content div.box div.message-success h6 {
971 971 color: #4e6100;
972 972 }
973 973
974 974 #content div.box div.form div.fields div.field {
975 975 height: 1%;
976 976 border-bottom: 1px solid #DDD;
977 977 clear: both;
978 978 margin: 0;
979 979 padding: 10px 0;
980 980 }
981 981
982 982 #content div.box div.form div.fields div.field-first {
983 983 padding: 0 0 10px;
984 984 }
985 985
986 986 #content div.box div.form div.fields div.field-noborder {
987 987 border-bottom: 0 !important;
988 988 }
989 989
990 990 #content div.box div.form div.fields div.field span.error-message {
991 991 height: 1%;
992 992 display: inline-block;
993 993 color: red;
994 994 margin: 8px 0 0 4px;
995 995 padding: 0;
996 996 }
997 997
998 998 #content div.box div.form div.fields div.field span.success {
999 999 height: 1%;
1000 1000 display: block;
1001 1001 color: #316309;
1002 1002 margin: 8px 0 0;
1003 1003 padding: 0;
1004 1004 }
1005 1005
1006 1006 #content div.box div.form div.fields div.field div.label {
1007 1007 left: 70px;
1008 1008 width: 155px;
1009 1009 position: absolute;
1010 1010 margin: 0;
1011 1011 padding: 5px 0 0 0px;
1012 1012 }
1013 1013
1014 1014 #content div.box div.form div.fields div.field div.label-summary {
1015 1015 left: 30px;
1016 1016 width: 155px;
1017 1017 position: absolute;
1018 1018 margin: 0;
1019 1019 padding: 0px 0 0 0px;
1020 1020 }
1021 1021
1022 1022 #content div.box-left div.form div.fields div.field div.label,
1023 1023 #content div.box-right div.form div.fields div.field div.label,
1024 1024 #content div.box-left div.form div.fields div.field div.label,
1025 1025 #content div.box-left div.form div.fields div.field div.label-summary,
1026 1026 #content div.box-right div.form div.fields div.field div.label-summary,
1027 1027 #content div.box-left div.form div.fields div.field div.label-summary
1028 1028 {
1029 1029 clear: both;
1030 1030 overflow: hidden;
1031 1031 left: 0;
1032 1032 width: auto;
1033 1033 position: relative;
1034 1034 margin: 0;
1035 1035 padding: 0 0 8px;
1036 1036 }
1037 1037
1038 1038 #content div.box div.form div.fields div.field div.label-select {
1039 1039 padding: 5px 0 0 5px;
1040 1040 }
1041 1041
1042 1042 #content div.box-left div.form div.fields div.field div.label-select,
1043 1043 #content div.box-right div.form div.fields div.field div.label-select
1044 1044 {
1045 1045 padding: 0 0 8px;
1046 1046 }
1047 1047
1048 1048 #content div.box-left div.form div.fields div.field div.label-textarea,
1049 1049 #content div.box-right div.form div.fields div.field div.label-textarea
1050 1050 {
1051 1051 padding: 0 0 8px !important;
1052 1052 }
1053 1053
1054 1054 #content div.box div.form div.fields div.field div.label label,div.label label
1055 1055 {
1056 1056 color: #393939;
1057 1057 font-weight: 700;
1058 1058 }
1059 1059 #content div.box div.form div.fields div.field div.label label,div.label-summary label
1060 1060 {
1061 1061 color: #393939;
1062 1062 font-weight: 700;
1063 1063 }
1064 1064 #content div.box div.form div.fields div.field div.input {
1065 1065 margin: 0 0 0 200px;
1066 1066 }
1067 1067
1068 1068 #content div.box div.form div.fields div.field div.input.summary {
1069 1069 margin: 0 0 0 110px;
1070 1070 }
1071 1071 #content div.box div.form div.fields div.field div.input.summary-short {
1072 1072 margin: 0 0 0 110px;
1073 1073 }
1074 1074 #content div.box div.form div.fields div.field div.file {
1075 1075 margin: 0 0 0 200px;
1076 1076 }
1077 1077
1078 1078 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
1079 1079 {
1080 1080 margin: 0 0 0 0px;
1081 1081 }
1082 1082
1083 1083 #content div.box div.form div.fields div.field div.input input {
1084 1084 background: #FFF;
1085 1085 border-top: 1px solid #b3b3b3;
1086 1086 border-left: 1px solid #b3b3b3;
1087 1087 border-right: 1px solid #eaeaea;
1088 1088 border-bottom: 1px solid #eaeaea;
1089 1089 color: #000;
1090 1090 font-size: 11px;
1091 1091 margin: 0;
1092 1092 padding: 7px 7px 6px;
1093 1093 }
1094 1094
1095 1095 #content div.box div.form div.fields div.field div.input input#clone_url{
1096 1096 font-size: 16px;
1097 1097 padding: 2px 7px 2px;
1098 1098 }
1099 1099
1100 1100 #content div.box div.form div.fields div.field div.file input {
1101 1101 background: none repeat scroll 0 0 #FFFFFF;
1102 1102 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
1103 1103 border-style: solid;
1104 1104 border-width: 1px;
1105 1105 color: #000000;
1106 1106 font-size: 11px;
1107 1107 margin: 0;
1108 1108 padding: 7px 7px 6px;
1109 1109 }
1110 1110
1111 1111 #content div.box div.form div.fields div.field div.input input.small {
1112 1112 width: 30%;
1113 1113 }
1114 1114
1115 1115 #content div.box div.form div.fields div.field div.input input.medium {
1116 1116 width: 55%;
1117 1117 }
1118 1118
1119 1119 #content div.box div.form div.fields div.field div.input input.large {
1120 1120 width: 85%;
1121 1121 }
1122 1122
1123 1123 #content div.box div.form div.fields div.field div.input input.date {
1124 1124 width: 177px;
1125 1125 }
1126 1126
1127 1127 #content div.box div.form div.fields div.field div.input input.button {
1128 1128 background: #D4D0C8;
1129 1129 border-top: 1px solid #FFF;
1130 1130 border-left: 1px solid #FFF;
1131 1131 border-right: 1px solid #404040;
1132 1132 border-bottom: 1px solid #404040;
1133 1133 color: #000;
1134 1134 margin: 0;
1135 1135 padding: 4px 8px;
1136 1136 }
1137 1137
1138 1138 #content div.box div.form div.fields div.field div.textarea {
1139 1139 border-top: 1px solid #b3b3b3;
1140 1140 border-left: 1px solid #b3b3b3;
1141 1141 border-right: 1px solid #eaeaea;
1142 1142 border-bottom: 1px solid #eaeaea;
1143 1143 margin: 0 0 0 200px;
1144 1144 padding: 10px;
1145 1145 }
1146 1146
1147 1147 #content div.box div.form div.fields div.field div.textarea-editor {
1148 1148 border: 1px solid #ddd;
1149 1149 padding: 0;
1150 1150 }
1151 1151
1152 1152 #content div.box div.form div.fields div.field div.textarea textarea {
1153 1153 width: 100%;
1154 1154 height: 220px;
1155 1155 overflow: hidden;
1156 1156 background: #FFF;
1157 1157 color: #000;
1158 1158 font-size: 11px;
1159 1159 outline: none;
1160 1160 border-width: 0;
1161 1161 margin: 0;
1162 1162 padding: 0;
1163 1163 }
1164 1164
1165 1165 #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
1166 1166 {
1167 1167 width: 100%;
1168 1168 height: 100px;
1169 1169 }
1170 1170
1171 1171 #content div.box div.form div.fields div.field div.textarea table {
1172 1172 width: 100%;
1173 1173 border: none;
1174 1174 margin: 0;
1175 1175 padding: 0;
1176 1176 }
1177 1177
1178 1178 #content div.box div.form div.fields div.field div.textarea table td {
1179 1179 background: #DDD;
1180 1180 border: none;
1181 1181 padding: 0;
1182 1182 }
1183 1183
1184 1184 #content div.box div.form div.fields div.field div.textarea table td table
1185 1185 {
1186 1186 width: auto;
1187 1187 border: none;
1188 1188 margin: 0;
1189 1189 padding: 0;
1190 1190 }
1191 1191
1192 1192 #content div.box div.form div.fields div.field div.textarea table td table td
1193 1193 {
1194 1194 font-size: 11px;
1195 1195 padding: 5px 5px 5px 0;
1196 1196 }
1197 1197
1198 1198 #content div.box div.form div.fields div.field input[type=text]:focus,#content div.box div.form div.fields div.field input[type=password]:focus,#content div.box div.form div.fields div.field input[type=file]:focus,#content div.box div.form div.fields div.field textarea:focus,#content div.box div.form div.fields div.field select:focus
1199 1199 {
1200 1200 background: #f6f6f6;
1201 1201 border-color: #666;
1202 1202 }
1203 1203
1204 1204 div.form div.fields div.field div.button {
1205 1205 margin: 0;
1206 1206 padding: 0 0 0 8px;
1207 1207 }
1208 1208 #content div.box table.noborder {
1209 1209 border: 1px solid transparent;
1210 1210 }
1211 1211
1212 1212 #content div.box table {
1213 1213 width: 100%;
1214 1214 border-collapse: separate;
1215 1215 margin: 0;
1216 1216 padding: 0;
1217 1217 border: 1px solid #eee;
1218 1218 -webkit-border-radius: 4px;
1219 1219 -moz-border-radius: 4px;
1220 1220 border-radius: 4px;
1221 1221 }
1222 1222
1223 1223 #content div.box table th {
1224 1224 background: #eee;
1225 1225 border-bottom: 1px solid #ddd;
1226 1226 padding: 5px 0px 5px 5px;
1227 1227 }
1228 1228
1229 1229 #content div.box table th.left {
1230 1230 text-align: left;
1231 1231 }
1232 1232
1233 1233 #content div.box table th.right {
1234 1234 text-align: right;
1235 1235 }
1236 1236
1237 1237 #content div.box table th.center {
1238 1238 text-align: center;
1239 1239 }
1240 1240
1241 1241 #content div.box table th.selected {
1242 1242 vertical-align: middle;
1243 1243 padding: 0;
1244 1244 }
1245 1245
1246 1246 #content div.box table td {
1247 1247 background: #fff;
1248 1248 border-bottom: 1px solid #cdcdcd;
1249 1249 vertical-align: middle;
1250 1250 padding: 5px;
1251 1251 }
1252 1252
1253 1253 #content div.box table tr.selected td {
1254 1254 background: #FFC;
1255 1255 }
1256 1256
1257 1257 #content div.box table td.selected {
1258 1258 width: 3%;
1259 1259 text-align: center;
1260 1260 vertical-align: middle;
1261 1261 padding: 0;
1262 1262 }
1263 1263
1264 1264 #content div.box table td.action {
1265 1265 width: 45%;
1266 1266 text-align: left;
1267 1267 }
1268 1268
1269 1269 #content div.box table td.date {
1270 1270 width: 33%;
1271 1271 text-align: center;
1272 1272 }
1273 1273
1274 1274 #content div.box div.action {
1275 1275 float: right;
1276 1276 background: #FFF;
1277 1277 text-align: right;
1278 1278 margin: 10px 0 0;
1279 1279 padding: 0;
1280 1280 }
1281 1281
1282 1282 #content div.box div.action select {
1283 1283 font-size: 11px;
1284 1284 margin: 0;
1285 1285 }
1286 1286
1287 1287 #content div.box div.action .ui-selectmenu {
1288 1288 margin: 0;
1289 1289 padding: 0;
1290 1290 }
1291 1291
1292 1292 #content div.box div.pagination {
1293 1293 height: 1%;
1294 1294 clear: both;
1295 1295 overflow: hidden;
1296 1296 margin: 10px 0 0;
1297 1297 padding: 0;
1298 1298 }
1299 1299
1300 1300 #content div.box div.pagination ul.pager {
1301 1301 float: right;
1302 1302 text-align: right;
1303 1303 margin: 0;
1304 1304 padding: 0;
1305 1305 }
1306 1306
1307 1307 #content div.box div.pagination ul.pager li {
1308 1308 height: 1%;
1309 1309 float: left;
1310 1310 list-style: none;
1311 1311 background: #ebebeb url("../images/pager.png") repeat-x;
1312 1312 border-top: 1px solid #dedede;
1313 1313 border-left: 1px solid #cfcfcf;
1314 1314 border-right: 1px solid #c4c4c4;
1315 1315 border-bottom: 1px solid #c4c4c4;
1316 1316 color: #4A4A4A;
1317 1317 font-weight: 700;
1318 1318 margin: 0 0 0 4px;
1319 1319 padding: 0;
1320 1320 }
1321 1321
1322 1322 #content div.box div.pagination ul.pager li.separator {
1323 1323 padding: 6px;
1324 1324 }
1325 1325
1326 1326 #content div.box div.pagination ul.pager li.current {
1327 1327 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1328 1328 border-top: 1px solid #ccc;
1329 1329 border-left: 1px solid #bebebe;
1330 1330 border-right: 1px solid #b1b1b1;
1331 1331 border-bottom: 1px solid #afafaf;
1332 1332 color: #515151;
1333 1333 padding: 6px;
1334 1334 }
1335 1335
1336 1336 #content div.box div.pagination ul.pager li a {
1337 1337 height: 1%;
1338 1338 display: block;
1339 1339 float: left;
1340 1340 color: #515151;
1341 1341 text-decoration: none;
1342 1342 margin: 0;
1343 1343 padding: 6px;
1344 1344 }
1345 1345
1346 1346 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
1347 1347 {
1348 1348 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1349 1349 border-top: 1px solid #ccc;
1350 1350 border-left: 1px solid #bebebe;
1351 1351 border-right: 1px solid #b1b1b1;
1352 1352 border-bottom: 1px solid #afafaf;
1353 1353 margin: -1px;
1354 1354 }
1355 1355
1356 1356 #content div.box div.pagination-wh {
1357 1357 height: 1%;
1358 1358 clear: both;
1359 1359 overflow: hidden;
1360 1360 text-align: right;
1361 1361 margin: 10px 0 0;
1362 1362 padding: 0;
1363 1363 }
1364 1364
1365 1365 #content div.box div.pagination-right {
1366 1366 float: right;
1367 1367 }
1368 1368
1369 1369 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
1370 1370 {
1371 1371 height: 1%;
1372 1372 float: left;
1373 1373 background: #ebebeb url("../images/pager.png") repeat-x;
1374 1374 border-top: 1px solid #dedede;
1375 1375 border-left: 1px solid #cfcfcf;
1376 1376 border-right: 1px solid #c4c4c4;
1377 1377 border-bottom: 1px solid #c4c4c4;
1378 1378 color: #4A4A4A;
1379 1379 font-weight: 700;
1380 1380 margin: 0 0 0 4px;
1381 1381 padding: 6px;
1382 1382 }
1383 1383
1384 1384 #content div.box div.pagination-wh span.pager_curpage {
1385 1385 height: 1%;
1386 1386 float: left;
1387 1387 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1388 1388 border-top: 1px solid #ccc;
1389 1389 border-left: 1px solid #bebebe;
1390 1390 border-right: 1px solid #b1b1b1;
1391 1391 border-bottom: 1px solid #afafaf;
1392 1392 color: #515151;
1393 1393 font-weight: 700;
1394 1394 margin: 0 0 0 4px;
1395 1395 padding: 6px;
1396 1396 }
1397 1397
1398 1398 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
1399 1399 {
1400 1400 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1401 1401 border-top: 1px solid #ccc;
1402 1402 border-left: 1px solid #bebebe;
1403 1403 border-right: 1px solid #b1b1b1;
1404 1404 border-bottom: 1px solid #afafaf;
1405 1405 text-decoration: none;
1406 1406 }
1407 1407
1408 1408 #content div.box div.traffic div.legend {
1409 1409 clear: both;
1410 1410 overflow: hidden;
1411 1411 border-bottom: 1px solid #ddd;
1412 1412 margin: 0 0 10px;
1413 1413 padding: 0 0 10px;
1414 1414 }
1415 1415
1416 1416 #content div.box div.traffic div.legend h6 {
1417 1417 float: left;
1418 1418 border: none;
1419 1419 margin: 0;
1420 1420 padding: 0;
1421 1421 }
1422 1422
1423 1423 #content div.box div.traffic div.legend li {
1424 1424 list-style: none;
1425 1425 float: left;
1426 1426 font-size: 11px;
1427 1427 margin: 0;
1428 1428 padding: 0 8px 0 4px;
1429 1429 }
1430 1430
1431 1431 #content div.box div.traffic div.legend li.visits {
1432 1432 border-left: 12px solid #edc240;
1433 1433 }
1434 1434
1435 1435 #content div.box div.traffic div.legend li.pageviews {
1436 1436 border-left: 12px solid #afd8f8;
1437 1437 }
1438 1438
1439 1439 #content div.box div.traffic table {
1440 1440 width: auto;
1441 1441 }
1442 1442
1443 1443 #content div.box div.traffic table td {
1444 1444 background: transparent;
1445 1445 border: none;
1446 1446 padding: 2px 3px 3px;
1447 1447 }
1448 1448
1449 1449 #content div.box div.traffic table td.legendLabel {
1450 1450 padding: 0 3px 2px;
1451 1451 }
1452 1452
1453 1453 #summary {
1454 1454
1455 1455 }
1456 1456
1457 1457 #summary .desc {
1458 1458 white-space: pre;
1459 1459 width: 100%;
1460 1460 }
1461 1461
1462 1462 #summary .repo_name {
1463 1463 font-size: 1.6em;
1464 1464 font-weight: bold;
1465 1465 vertical-align: baseline;
1466 1466 clear: right
1467 1467 }
1468 1468
1469 1469 #footer {
1470 1470 clear: both;
1471 1471 overflow: hidden;
1472 1472 text-align: right;
1473 1473 margin: 0;
1474 1474 padding: 0 10px 4px;
1475 1475 margin: -10px 0 0;
1476 1476 }
1477 1477
1478 1478 #footer div#footer-inner {
1479 1479 background-color: #eedc94; background-repeat : repeat-x;
1480 1480 background-image : -khtml-gradient( linear, left top, left bottom,
1481 1481 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1482 1482 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1483 1483 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1484 1484 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1485 1485 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1486 1486 background-image : -o-linear-gradient( top, #003b76, #00376e));
1487 1487 background-image : linear-gradient( top, #003b76, #00376e); filter :
1488 1488 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1489 1489 '#003b76', endColorstr = '#00376e', GradientType = 0);
1490 1490 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1491 1491 -webkit-border-radius: 4px 4px 4px 4px;
1492 1492 -khtml-border-radius: 4px 4px 4px 4px;
1493 1493 -moz-border-radius: 4px 4px 4px 4px;
1494 1494 border-radius: 4px 4px 4px 4px;
1495 1495 background-repeat: repeat-x;
1496 1496 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1497 1497 to(#eedc94) );
1498 1498 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1499 1499 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1500 1500 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1501 1501 color-stop(100%, #00376e) );
1502 1502 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1503 1503 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1504 1504 background-image: linear-gradient(top, #003b76, #00376e);
1505 1505 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1506 1506 endColorstr='#00376e', GradientType=0 );
1507 1507 }
1508 1508
1509 1509 #footer div#footer-inner p {
1510 1510 padding: 15px 25px 15px 0;
1511 1511 color: #FFF;
1512 1512 font-weight: 700;
1513 1513 }
1514 1514
1515 1515 #footer div#footer-inner .footer-link {
1516 1516 float: left;
1517 1517 padding-left: 10px;
1518 1518 }
1519 1519
1520 1520 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a
1521 1521 {
1522 1522 color: #FFF;
1523 1523 }
1524 1524
1525 1525 #login div.title {
1526 1526 width: 420px;
1527 1527 clear: both;
1528 1528 overflow: hidden;
1529 1529 position: relative;
1530 1530 background-color: #eedc94; background-repeat : repeat-x;
1531 1531 background-image : -khtml-gradient( linear, left top, left bottom,
1532 1532 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1533 1533 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1534 1534 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1535 1535 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1536 1536 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1537 1537 background-image : -o-linear-gradient( top, #003b76, #00376e));
1538 1538 background-image : linear-gradient( top, #003b76, #00376e); filter :
1539 1539 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1540 1540 '#003b76', endColorstr = '#00376e', GradientType = 0);
1541 1541 margin: 0 auto;
1542 1542 padding: 0;
1543 1543 background-repeat: repeat-x;
1544 1544 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1545 1545 to(#eedc94) );
1546 1546 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1547 1547 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1548 1548 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1549 1549 color-stop(100%, #00376e) );
1550 1550 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1551 1551 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1552 1552 background-image: linear-gradient(top, #003b76, #00376e);
1553 1553 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1554 1554 endColorstr='#00376e', GradientType=0 );
1555 1555 }
1556 1556
1557 1557 #login div.inner {
1558 1558 width: 380px;
1559 1559 background: #FFF url("../images/login.png") no-repeat top left;
1560 1560 border-top: none;
1561 1561 border-bottom: none;
1562 1562 margin: 0 auto;
1563 1563 padding: 20px;
1564 1564 }
1565 1565
1566 1566 #login div.form div.fields div.field div.label {
1567 1567 width: 173px;
1568 1568 float: left;
1569 1569 text-align: right;
1570 1570 margin: 2px 10px 0 0;
1571 1571 padding: 5px 0 0 5px;
1572 1572 }
1573 1573
1574 1574 #login div.form div.fields div.field div.input input {
1575 1575 width: 176px;
1576 1576 background: #FFF;
1577 1577 border-top: 1px solid #b3b3b3;
1578 1578 border-left: 1px solid #b3b3b3;
1579 1579 border-right: 1px solid #eaeaea;
1580 1580 border-bottom: 1px solid #eaeaea;
1581 1581 color: #000;
1582 1582 font-size: 11px;
1583 1583 margin: 0;
1584 1584 padding: 7px 7px 6px;
1585 1585 }
1586 1586
1587 1587 #login div.form div.fields div.buttons {
1588 1588 clear: both;
1589 1589 overflow: hidden;
1590 1590 border-top: 1px solid #DDD;
1591 1591 text-align: right;
1592 1592 margin: 0;
1593 1593 padding: 10px 0 0;
1594 1594 }
1595 1595
1596 1596 #login div.form div.links {
1597 1597 clear: both;
1598 1598 overflow: hidden;
1599 1599 margin: 10px 0 0;
1600 1600 padding: 0 0 2px;
1601 1601 }
1602 1602
1603 1603 #quick_login {
1604 1604 top: 31px;
1605 1605 background-color: rgb(0, 51, 103);
1606 1606 z-index: 999;
1607 1607 height: 150px;
1608 1608 position: absolute;
1609 1609 margin-left: -16px;
1610 1610 width: 281px;
1611 1611 -webkit-border-radius: 0px 0px 4px 4px;
1612 1612 -khtml-border-radius: 0px 0px 4px 4px;
1613 1613 -moz-border-radius: 0px 0px 4px 4px;
1614 1614 border-radius: 0px 0px 4px 4px;
1615 1615 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1616 1616 }
1617 1617
1618 1618 #quick_login .password_forgoten {
1619 1619 padding-right: 10px;
1620 1620 padding-top: 0px;
1621 1621 float: left;
1622 1622 }
1623 1623
1624 1624 #quick_login .password_forgoten a {
1625 1625 font-size: 10px
1626 1626 }
1627 1627
1628 1628 #quick_login .register {
1629 1629 padding-right: 10px;
1630 1630 padding-top: 5px;
1631 1631 float: left;
1632 1632 }
1633 1633
1634 1634 #quick_login .register a {
1635 1635 font-size: 10px
1636 1636 }
1637 1637
1638 1638 #quick_login div.form div.fields {
1639 1639 padding-top: 2px;
1640 1640 padding-left: 10px;
1641 1641 }
1642 1642
1643 1643 #quick_login div.form div.fields div.field {
1644 1644 padding: 5px;
1645 1645 }
1646 1646
1647 1647 #quick_login div.form div.fields div.field div.label label {
1648 1648 color: #fff;
1649 1649 padding-bottom: 3px;
1650 1650 }
1651 1651
1652 1652 #quick_login div.form div.fields div.field div.input input {
1653 1653 width: 236px;
1654 1654 background: #FFF;
1655 1655 border-top: 1px solid #b3b3b3;
1656 1656 border-left: 1px solid #b3b3b3;
1657 1657 border-right: 1px solid #eaeaea;
1658 1658 border-bottom: 1px solid #eaeaea;
1659 1659 color: #000;
1660 1660 font-size: 11px;
1661 1661 margin: 0;
1662 1662 padding: 5px 7px 4px;
1663 1663 }
1664 1664
1665 1665 #quick_login div.form div.fields div.buttons {
1666 1666 clear: both;
1667 1667 overflow: hidden;
1668 1668 text-align: right;
1669 1669 margin: 0;
1670 1670 padding: 10px 14px 0px 5px;
1671 1671 }
1672 1672
1673 1673 #quick_login div.form div.links {
1674 1674 clear: both;
1675 1675 overflow: hidden;
1676 1676 margin: 10px 0 0;
1677 1677 padding: 0 0 2px;
1678 1678 }
1679 1679
1680 1680 #register div.title {
1681 1681 clear: both;
1682 1682 overflow: hidden;
1683 1683 position: relative;
1684 1684 background-color: #eedc94;
1685 1685 background-repeat: repeat-x;
1686 1686 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1687 1687 to(#eedc94) );
1688 1688 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1689 1689 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1690 1690 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1691 1691 color-stop(100%, #00376e) );
1692 1692 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1693 1693 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1694 1694 background-image: linear-gradient(top, #003b76, #00376e);
1695 1695 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1696 1696 endColorstr='#00376e', GradientType=0 );
1697 1697 margin: 0 auto;
1698 1698 padding: 0;
1699 1699 }
1700 1700
1701 1701 #register div.inner {
1702 1702 background: #FFF;
1703 1703 border-top: none;
1704 1704 border-bottom: none;
1705 1705 margin: 0 auto;
1706 1706 padding: 20px;
1707 1707 }
1708 1708
1709 1709 #register div.form div.fields div.field div.label {
1710 1710 width: 135px;
1711 1711 float: left;
1712 1712 text-align: right;
1713 1713 margin: 2px 10px 0 0;
1714 1714 padding: 5px 0 0 5px;
1715 1715 }
1716 1716
1717 1717 #register div.form div.fields div.field div.input input {
1718 1718 width: 300px;
1719 1719 background: #FFF;
1720 1720 border-top: 1px solid #b3b3b3;
1721 1721 border-left: 1px solid #b3b3b3;
1722 1722 border-right: 1px solid #eaeaea;
1723 1723 border-bottom: 1px solid #eaeaea;
1724 1724 color: #000;
1725 1725 font-size: 11px;
1726 1726 margin: 0;
1727 1727 padding: 7px 7px 6px;
1728 1728 }
1729 1729
1730 1730 #register div.form div.fields div.buttons {
1731 1731 clear: both;
1732 1732 overflow: hidden;
1733 1733 border-top: 1px solid #DDD;
1734 1734 text-align: left;
1735 1735 margin: 0;
1736 1736 padding: 10px 0 0 150px;
1737 1737 }
1738 1738
1739 1739 #register div.form div.activation_msg {
1740 1740 padding-top: 4px;
1741 1741 padding-bottom: 4px;
1742 1742 }
1743 1743
1744 1744 #journal .journal_day {
1745 1745 font-size: 20px;
1746 1746 padding: 10px 0px;
1747 1747 border-bottom: 2px solid #DDD;
1748 1748 margin-left: 10px;
1749 1749 margin-right: 10px;
1750 1750 }
1751 1751
1752 1752 #journal .journal_container {
1753 1753 padding: 5px;
1754 1754 clear: both;
1755 1755 margin: 0px 5px 0px 10px;
1756 1756 }
1757 1757
1758 1758 #journal .journal_action_container {
1759 1759 padding-left: 38px;
1760 1760 }
1761 1761
1762 1762 #journal .journal_user {
1763 1763 color: #747474;
1764 1764 font-size: 14px;
1765 1765 font-weight: bold;
1766 1766 height: 30px;
1767 1767 }
1768 1768
1769 1769 #journal .journal_icon {
1770 1770 clear: both;
1771 1771 float: left;
1772 1772 padding-right: 4px;
1773 1773 padding-top: 3px;
1774 1774 }
1775 1775
1776 1776 #journal .journal_action {
1777 1777 padding-top: 4px;
1778 1778 min-height: 2px;
1779 1779 float: left
1780 1780 }
1781 1781
1782 1782 #journal .journal_action_params {
1783 1783 clear: left;
1784 1784 padding-left: 22px;
1785 1785 }
1786 1786
1787 1787 #journal .journal_repo {
1788 1788 float: left;
1789 1789 margin-left: 6px;
1790 1790 padding-top: 3px;
1791 1791 }
1792 1792
1793 1793 #journal .date {
1794 1794 clear: both;
1795 1795 color: #777777;
1796 1796 font-size: 11px;
1797 1797 padding-left: 22px;
1798 1798 }
1799 1799
1800 1800 #journal .journal_repo .journal_repo_name {
1801 1801 font-weight: bold;
1802 1802 font-size: 1.1em;
1803 1803 }
1804 1804
1805 1805 #journal .compare_view {
1806 1806 padding: 5px 0px 5px 0px;
1807 1807 width: 95px;
1808 1808 }
1809 1809
1810 1810 .journal_highlight {
1811 1811 font-weight: bold;
1812 1812 padding: 0 2px;
1813 1813 vertical-align: bottom;
1814 1814 }
1815 1815
1816 1816 .trending_language_tbl,.trending_language_tbl td {
1817 1817 border: 0 !important;
1818 1818 margin: 0 !important;
1819 1819 padding: 0 !important;
1820 1820 }
1821 1821
1822 1822 .trending_language_tbl,.trending_language_tbl tr {
1823 1823 border-spacing: 1px;
1824 1824 }
1825 1825
1826 1826 .trending_language {
1827 1827 background-color: #003367;
1828 1828 color: #FFF;
1829 1829 display: block;
1830 1830 min-width: 20px;
1831 1831 text-decoration: none;
1832 1832 height: 12px;
1833 1833 margin-bottom: 0px;
1834 1834 margin-left: 5px;
1835 1835 white-space: pre;
1836 1836 padding: 3px;
1837 1837 }
1838 1838
1839 1839 h3.files_location {
1840 1840 font-size: 1.8em;
1841 1841 font-weight: 700;
1842 1842 border-bottom: none !important;
1843 1843 margin: 10px 0 !important;
1844 1844 }
1845 1845
1846 1846 #files_data dl dt {
1847 1847 float: left;
1848 1848 width: 60px;
1849 1849 margin: 0 !important;
1850 1850 padding: 5px;
1851 1851 }
1852 1852
1853 1853 #files_data dl dd {
1854 1854 margin: 0 !important;
1855 1855 padding: 5px !important;
1856 1856 }
1857 1857
1858 1858 #changeset_content {
1859 1859 border: 1px solid #CCC;
1860 1860 padding: 5px;
1861 1861 }
1862 1862
1863 1863 #changeset_compare_view_content {
1864 1864 border: 1px solid #CCC;
1865 1865 padding: 5px;
1866 1866 }
1867 1867
1868 1868 #changeset_content .container {
1869 1869 min-height: 120px;
1870 1870 font-size: 1.2em;
1871 1871 overflow: hidden;
1872 1872 }
1873 1873
1874 1874 #changeset_compare_view_content .compare_view_commits {
1875 1875 width: auto !important;
1876 1876 }
1877 1877
1878 1878 #changeset_compare_view_content .compare_view_commits td {
1879 1879 padding: 0px 0px 0px 12px !important;
1880 1880 }
1881 1881
1882 1882 #changeset_content .container .right {
1883 1883 float: right;
1884 1884 width: 25%;
1885 1885 text-align: right;
1886 1886 }
1887 1887
1888 1888 #changeset_content .container .left .message {
1889 1889 font-style: italic;
1890 1890 color: #556CB5;
1891 1891 white-space: pre-wrap;
1892 1892 }
1893 1893
1894 1894 .cs_files .cur_cs {
1895 1895 margin: 10px 2px;
1896 1896 font-weight: bold;
1897 1897 }
1898 1898
1899 1899 .cs_files .node {
1900 1900 float: left;
1901 1901 }
1902 1902
1903 1903 .cs_files .changes {
1904 1904 float: right;
1905 1905 color:#003367;
1906 1906
1907 1907 }
1908 1908
1909 1909 .cs_files .changes .added {
1910 1910 background-color: #BBFFBB;
1911 1911 float: left;
1912 1912 text-align: center;
1913 1913 font-size: 9px;
1914 1914 padding: 2px 0px 2px 0px;
1915 1915 }
1916 1916
1917 1917 .cs_files .changes .deleted {
1918 1918 background-color: #FF8888;
1919 1919 float: left;
1920 1920 text-align: center;
1921 1921 font-size: 9px;
1922 1922 padding: 2px 0px 2px 0px;
1923 1923 }
1924 1924
1925 1925 .cs_files .cs_added {
1926 1926 background: url("../images/icons/page_white_add.png") no-repeat scroll
1927 1927 3px;
1928 1928 height: 16px;
1929 1929 padding-left: 20px;
1930 1930 margin-top: 7px;
1931 1931 text-align: left;
1932 1932 }
1933 1933
1934 1934 .cs_files .cs_changed {
1935 1935 background: url("../images/icons/page_white_edit.png") no-repeat scroll
1936 1936 3px;
1937 1937 height: 16px;
1938 1938 padding-left: 20px;
1939 1939 margin-top: 7px;
1940 1940 text-align: left;
1941 1941 }
1942 1942
1943 1943 .cs_files .cs_removed {
1944 1944 background: url("../images/icons/page_white_delete.png") no-repeat
1945 1945 scroll 3px;
1946 1946 height: 16px;
1947 1947 padding-left: 20px;
1948 1948 margin-top: 7px;
1949 1949 text-align: left;
1950 1950 }
1951 1951
1952 1952 #graph {
1953 1953 overflow: hidden;
1954 1954 }
1955 1955
1956 1956 #graph_nodes {
1957 1957 float: left;
1958 1958 margin-right: -6px;
1959 1959 margin-top: 0px;
1960 1960 }
1961 1961
1962 1962 #graph_content {
1963 1963 width: 800px;
1964 1964 float: left;
1965 1965 }
1966 1966
1967 1967 #graph_content .container_header {
1968 1968 border: 1px solid #CCC;
1969 1969 padding: 10px;
1970 1970 height: 45px;
1971 1971 -webkit-border-radius: 6px 6px 0px 0px;
1972 1972 -moz-border-radius: 6px 6px 0px 0px;
1973 1973 border-radius: 6px 6px 0px 0px;
1974 1974 }
1975 1975
1976 1976 #graph_content #rev_range_container {
1977 1977 padding: 10px 0px;
1978 1978 clear: both;
1979 1979 }
1980 1980
1981 1981 #graph_content .container {
1982 1982 border-bottom: 1px solid #CCC;
1983 1983 border-left: 1px solid #CCC;
1984 1984 border-right: 1px solid #CCC;
1985 1985 min-height: 70px;
1986 1986 overflow: hidden;
1987 1987 font-size: 1.2em;
1988 1988 }
1989 1989
1990 1990 #graph_content .container .right {
1991 1991 float: right;
1992 1992 width: 28%;
1993 1993 text-align: right;
1994 1994 padding-bottom: 5px;
1995 1995 }
1996 1996
1997 1997 #graph_content .container .left .date {
1998 1998 font-weight: 700;
1999 1999 padding-bottom: 5px;
2000 2000 }
2001 2001
2002 2002 #graph_content .container .left .date span {
2003 2003 vertical-align: text-top;
2004 2004 }
2005 2005
2006 2006 #graph_content .container .left .author {
2007 2007 height: 22px;
2008 2008 }
2009 2009
2010 2010 #graph_content .container .left .author .user {
2011 2011 color: #444444;
2012 2012 float: left;
2013 2013 font-size: 12px;
2014 2014 margin-left: -4px;
2015 2015 margin-top: 4px;
2016 2016 }
2017 2017
2018 2018 #graph_content .container .left .message {
2019 2019 font-size: 100%;
2020 2020 padding-top: 3px;
2021 2021 white-space: pre-wrap;
2022 2022 }
2023 2023
2024 2024 #graph_content .container .left .message a:hover{
2025 2025 text-decoration: none;
2026 2026 }
2027 2027
2028 2028 .right div {
2029 2029 clear: both;
2030 2030 }
2031 2031
2032 2032 .right .changes .changed_total {
2033 2033 border: 0px solid #DDD;
2034 2034 display: block;
2035 2035 float: right;
2036 2036 text-align: center;
2037 2037 min-width: 45px;
2038 2038 cursor: pointer;
2039 2039 background: #FD8;
2040 2040 font-weight: bold;
2041 2041 -webkit-border-radius: 0px 0px 0px 6px;
2042 2042 -moz-border-radius: 0px 0px 0px 6px;
2043 2043 border-radius: 0px 0px 0px 6px;
2044 2044 padding: 2px;
2045 2045 }
2046 2046
2047 2047 .right .changes .added,.changed,.removed {
2048 2048 border: 1px solid #DDD;
2049 2049 display: block;
2050 2050 float: right;
2051 2051 text-align: center;
2052 2052 min-width: 15px;
2053 2053 cursor: help;
2054 2054 }
2055 2055
2056 2056 .right .changes .large {
2057 2057 border: 1px solid #DDD;
2058 2058 display: block;
2059 2059 float: right;
2060 2060 text-align: center;
2061 2061 min-width: 45px;
2062 2062 cursor: help;
2063 2063 background: #54A9F7;
2064 2064 }
2065 2065
2066 2066 .right .changes .added {
2067 2067 background: #BFB;
2068 2068 }
2069 2069
2070 2070 .right .changes .changed {
2071 2071 background: #FD8;
2072 2072 }
2073 2073
2074 2074 .right .changes .removed {
2075 2075 background: #F88;
2076 2076 }
2077 2077
2078 2078 .right .merge {
2079 2079 vertical-align: top;
2080 2080 font-size: 0.75em;
2081 2081 font-weight: 700;
2082 2082 }
2083 2083
2084 2084 .right .parent {
2085 2085 font-size: 90%;
2086 2086 font-family: monospace;
2087 2087 padding: 2px 2px 2px 2px;
2088 2088 }
2089 2089 .right .logtags{
2090 2090 padding: 2px 2px 2px 2px;
2091 2091 }
2092 2092 .right .logtags .branchtag,.logtags .branchtag {
2093 2093 padding: 1px 3px 2px;
2094 2094 background-color: #bfbfbf;
2095 2095 font-size: 9.75px;
2096 2096 font-weight: bold;
2097 2097 color: #ffffff;
2098 2098 text-transform: uppercase;
2099 2099 white-space: nowrap;
2100 2100 -webkit-border-radius: 3px;
2101 2101 -moz-border-radius: 3px;
2102 2102 border-radius: 3px;
2103 2103 padding-left:4px;
2104 2104 }
2105 2105 .right .logtags .branchtag a:hover,.logtags .branchtag a{
2106 2106 color: #ffffff;
2107 2107 }
2108 2108 .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{
2109 2109 text-decoration: none;
2110 2110 color: #ffffff;
2111 2111 }
2112 2112 .right .logtags .tagtag,.logtags .tagtag {
2113 2113 padding: 1px 3px 2px;
2114 2114 background-color: #62cffc;
2115 2115 font-size: 9.75px;
2116 2116 font-weight: bold;
2117 2117 color: #ffffff;
2118 2118 text-transform: uppercase;
2119 2119 white-space: nowrap;
2120 2120 -webkit-border-radius: 3px;
2121 2121 -moz-border-radius: 3px;
2122 2122 border-radius: 3px;
2123 2123 }
2124 2124 .right .logtags .tagtag a:hover,.logtags .tagtag a{
2125 2125 color: #ffffff;
2126 2126 }
2127 2127 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{
2128 2128 text-decoration: none;
2129 2129 color: #ffffff;
2130 2130 }
2131 2131 .right .logbooks .bookbook,.logbooks .bookbook {
2132 2132 padding: 1px 3px 2px;
2133 2133 background-color: #46A546;
2134 2134 font-size: 9.75px;
2135 2135 font-weight: bold;
2136 2136 color: #ffffff;
2137 2137 text-transform: uppercase;
2138 2138 white-space: nowrap;
2139 2139 -webkit-border-radius: 3px;
2140 2140 -moz-border-radius: 3px;
2141 2141 border-radius: 3px;
2142 2142 }
2143 2143 .right .logbooks .bookbook,.logbooks .bookbook a{
2144 2144 color: #ffffff;
2145 2145 }
2146 2146 .right .logbooks .bookbook,.logbooks .bookbook a:hover{
2147 2147 text-decoration: none;
2148 2148 color: #ffffff;
2149 2149 }
2150 2150 div.browserblock {
2151 2151 overflow: hidden;
2152 2152 border: 1px solid #ccc;
2153 2153 background: #f8f8f8;
2154 2154 font-size: 100%;
2155 2155 line-height: 125%;
2156 2156 padding: 0;
2157 2157 -webkit-border-radius: 6px 6px 0px 0px;
2158 2158 -moz-border-radius: 6px 6px 0px 0px;
2159 2159 border-radius: 6px 6px 0px 0px;
2160 2160 }
2161 2161
2162 2162 div.browserblock .browser-header {
2163 2163 background: #FFF;
2164 2164 padding: 10px 0px 15px 0px;
2165 2165 width: 100%;
2166 2166 }
2167 2167
2168 2168 div.browserblock .browser-nav {
2169 2169 float: left
2170 2170 }
2171 2171
2172 2172 div.browserblock .browser-branch {
2173 2173 float: left;
2174 2174 }
2175 2175
2176 2176 div.browserblock .browser-branch label {
2177 2177 color: #4A4A4A;
2178 2178 vertical-align: text-top;
2179 2179 }
2180 2180
2181 2181 div.browserblock .browser-header span {
2182 2182 margin-left: 5px;
2183 2183 font-weight: 700;
2184 2184 }
2185 2185
2186 2186 div.browserblock .browser-search {
2187 2187 clear: both;
2188 2188 padding: 8px 8px 0px 5px;
2189 2189 height: 20px;
2190 2190 }
2191 2191
2192 2192 div.browserblock #node_filter_box {
2193 2193
2194 2194 }
2195 2195
2196 2196 div.browserblock .search_activate {
2197 2197 float: left
2198 2198 }
2199 2199
2200 2200 div.browserblock .add_node {
2201 2201 float: left;
2202 2202 padding-left: 5px;
2203 2203 }
2204 2204
2205 2205 div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover
2206 2206 {
2207 2207 text-decoration: none !important;
2208 2208 }
2209 2209
2210 2210 div.browserblock .browser-body {
2211 2211 background: #EEE;
2212 2212 border-top: 1px solid #CCC;
2213 2213 }
2214 2214
2215 2215 table.code-browser {
2216 2216 border-collapse: collapse;
2217 2217 width: 100%;
2218 2218 }
2219 2219
2220 2220 table.code-browser tr {
2221 2221 margin: 3px;
2222 2222 }
2223 2223
2224 2224 table.code-browser thead th {
2225 2225 background-color: #EEE;
2226 2226 height: 20px;
2227 2227 font-size: 1.1em;
2228 2228 font-weight: 700;
2229 2229 text-align: left;
2230 2230 padding-left: 10px;
2231 2231 }
2232 2232
2233 2233 table.code-browser tbody td {
2234 2234 padding-left: 10px;
2235 2235 height: 20px;
2236 2236 }
2237 2237
2238 2238 table.code-browser .browser-file {
2239 2239 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2240 2240 height: 16px;
2241 2241 padding-left: 20px;
2242 2242 text-align: left;
2243 2243 }
2244
2244 .diffblock .changeset_header {
2245 height: 16px;
2246 }
2245 2247 .diffblock .changeset_file {
2246 2248 background: url("../images/icons/file.png") no-repeat scroll 3px;
2247 height: 16px;
2248 padding-left: 22px;
2249 2249 text-align: left;
2250 font-size: 14px;
2251 }
2252
2253 .diffblock .changeset_header {
2254 margin-left: 6px !important;
2255 }
2256
2250 float: left;
2251 padding: 2px 0px 2px 22px;
2252 }
2253 .diffblock .diff-menu-wrapper{
2254 float: left;
2255 }
2256
2257 .diffblock .changeset_header .diff-menu{
2258 position: absolute;
2259 background: none repeat scroll 0 0 #FFFFFF;
2260 border-color: #003367 #666666 #666666;
2261 border-right: 1px solid #666666;
2262 border-style: solid solid solid;
2263 border-width: 1px;
2264 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2265 margin-top:5px;
2266 margin-left:1px;
2267
2268 }
2269
2270 .diffblock .changeset_header .diff-menu ul li {
2271 padding: 0px 0px 0px 0px !important;
2272 }
2273 .diffblock .changeset_header .diff-menu ul li a{
2274 display: block;
2275 padding: 3px 8px 3px 8px !important;
2276 }
2277 .diffblock .changeset_header .diff-menu ul li a:hover{
2278 text-decoration: none;
2279 background-color: #EEEEEE;
2280 }
2257 2281 table.code-browser .browser-dir {
2258 2282 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2259 2283 height: 16px;
2260 2284 padding-left: 20px;
2261 2285 text-align: left;
2262 2286 }
2263 2287
2264 2288 .box .search {
2265 2289 clear: both;
2266 2290 overflow: hidden;
2267 2291 margin: 0;
2268 2292 padding: 0 20px 10px;
2269 2293 }
2270 2294
2271 2295 .box .search div.search_path {
2272 2296 background: none repeat scroll 0 0 #EEE;
2273 2297 border: 1px solid #CCC;
2274 2298 color: blue;
2275 2299 margin-bottom: 10px;
2276 2300 padding: 10px 0;
2277 2301 }
2278 2302
2279 2303 .box .search div.search_path div.link {
2280 2304 font-weight: 700;
2281 2305 margin-left: 25px;
2282 2306 }
2283 2307
2284 2308 .box .search div.search_path div.link a {
2285 2309 color: #003367;
2286 2310 cursor: pointer;
2287 2311 text-decoration: none;
2288 2312 }
2289 2313
2290 2314 #path_unlock {
2291 2315 color: red;
2292 2316 font-size: 1.2em;
2293 2317 padding-left: 4px;
2294 2318 }
2295 2319
2296 2320 .info_box span {
2297 2321 margin-left: 3px;
2298 2322 margin-right: 3px;
2299 2323 }
2300 2324
2301 2325 .info_box .rev {
2302 2326 color: #003367;
2303 2327 font-size: 1.6em;
2304 2328 font-weight: bold;
2305 2329 vertical-align: sub;
2306 2330 }
2307 2331
2308 2332 .info_box input#at_rev,.info_box input#size {
2309 2333 background: #FFF;
2310 2334 border-top: 1px solid #b3b3b3;
2311 2335 border-left: 1px solid #b3b3b3;
2312 2336 border-right: 1px solid #eaeaea;
2313 2337 border-bottom: 1px solid #eaeaea;
2314 2338 color: #000;
2315 2339 font-size: 12px;
2316 2340 margin: 0;
2317 2341 padding: 1px 5px 1px;
2318 2342 }
2319 2343
2320 2344 .info_box input#view {
2321 2345 text-align: center;
2322 2346 padding: 4px 3px 2px 2px;
2323 2347 }
2324 2348
2325 2349 .yui-overlay,.yui-panel-container {
2326 2350 visibility: hidden;
2327 2351 position: absolute;
2328 2352 z-index: 2;
2329 2353 }
2330 2354
2331 2355 .yui-tt {
2332 2356 visibility: hidden;
2333 2357 position: absolute;
2334 2358 color: #666;
2335 2359 background-color: #FFF;
2336 2360 border: 2px solid #003367;
2337 2361 font: 100% sans-serif;
2338 2362 width: auto;
2339 2363 opacity: 1px;
2340 2364 padding: 8px;
2341 2365 white-space: pre-wrap;
2342 2366 -webkit-border-radius: 8px 8px 8px 8px;
2343 2367 -khtml-border-radius: 8px 8px 8px 8px;
2344 2368 -moz-border-radius: 8px 8px 8px 8px;
2345 2369 border-radius: 8px 8px 8px 8px;
2346 2370 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2347 2371 }
2348 2372
2349 2373 .ac {
2350 2374 vertical-align: top;
2351 2375 }
2352 2376
2353 2377 .ac .yui-ac {
2354 2378 position: relative;
2355 2379 font-size: 100%;
2356 2380 }
2357 2381
2358 2382 .ac .perm_ac {
2359 2383 width: 15em;
2360 2384 }
2361 2385
2362 2386 .ac .yui-ac-input {
2363 2387 width: 100%;
2364 2388 }
2365 2389
2366 2390 .ac .yui-ac-container {
2367 2391 position: absolute;
2368 2392 top: 1.6em;
2369 2393 width: 100%;
2370 2394 }
2371 2395
2372 2396 .ac .yui-ac-content {
2373 2397 position: absolute;
2374 2398 width: 100%;
2375 2399 border: 1px solid gray;
2376 2400 background: #fff;
2377 2401 overflow: hidden;
2378 2402 z-index: 9050;
2379 2403 }
2380 2404
2381 2405 .ac .yui-ac-shadow {
2382 2406 position: absolute;
2383 2407 width: 100%;
2384 2408 background: #000;
2385 2409 -moz-opacity: 0.1px;
2386 2410 opacity: .10;
2387 2411 filter: alpha(opacity = 10);
2388 2412 z-index: 9049;
2389 2413 margin: .3em;
2390 2414 }
2391 2415
2392 2416 .ac .yui-ac-content ul {
2393 2417 width: 100%;
2394 2418 margin: 0;
2395 2419 padding: 0;
2396 2420 }
2397 2421
2398 2422 .ac .yui-ac-content li {
2399 2423 cursor: default;
2400 2424 white-space: nowrap;
2401 2425 margin: 0;
2402 2426 padding: 2px 5px;
2403 2427 }
2404 2428
2405 2429 .ac .yui-ac-content li.yui-ac-prehighlight {
2406 2430 background: #B3D4FF;
2407 2431 }
2408 2432
2409 2433 .ac .yui-ac-content li.yui-ac-highlight {
2410 2434 background: #556CB5;
2411 2435 color: #FFF;
2412 2436 }
2413 2437
2414 2438 .follow {
2415 2439 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2416 2440 height: 16px;
2417 2441 width: 20px;
2418 2442 cursor: pointer;
2419 2443 display: block;
2420 2444 float: right;
2421 2445 margin-top: 2px;
2422 2446 }
2423 2447
2424 2448 .following {
2425 2449 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2426 2450 height: 16px;
2427 2451 width: 20px;
2428 2452 cursor: pointer;
2429 2453 display: block;
2430 2454 float: right;
2431 2455 margin-top: 2px;
2432 2456 }
2433 2457
2434 2458 .currently_following {
2435 2459 padding-left: 10px;
2436 2460 padding-bottom: 5px;
2437 2461 }
2438 2462
2439 2463 .add_icon {
2440 2464 background: url("../images/icons/add.png") no-repeat scroll 3px;
2441 2465 padding-left: 20px;
2442 2466 padding-top: 0px;
2443 2467 text-align: left;
2444 2468 }
2445 2469
2446 2470 .edit_icon {
2447 2471 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px;
2448 2472 padding-left: 20px;
2449 2473 padding-top: 0px;
2450 2474 text-align: left;
2451 2475 }
2452 2476
2453 2477 .delete_icon {
2454 2478 background: url("../images/icons/delete.png") no-repeat scroll 3px;
2455 2479 padding-left: 20px;
2456 2480 padding-top: 0px;
2457 2481 text-align: left;
2458 2482 }
2459 2483
2460 2484 .refresh_icon {
2461 2485 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
2462 2486 3px;
2463 2487 padding-left: 20px;
2464 2488 padding-top: 0px;
2465 2489 text-align: left;
2466 2490 }
2467 2491
2468 2492 .pull_icon {
2469 2493 background: url("../images/icons/connect.png") no-repeat scroll 3px;
2470 2494 padding-left: 20px;
2471 2495 padding-top: 0px;
2472 2496 text-align: left;
2473 2497 }
2474 2498
2475 2499 .rss_icon {
2476 2500 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
2477 2501 padding-left: 20px;
2478 2502 padding-top: 4px;
2479 2503 text-align: left;
2480 2504 font-size: 8px
2481 2505 }
2482 2506
2483 2507 .atom_icon {
2484 2508 background: url("../images/icons/atom.png") no-repeat scroll 3px;
2485 2509 padding-left: 20px;
2486 2510 padding-top: 4px;
2487 2511 text-align: left;
2488 2512 font-size: 8px
2489 2513 }
2490 2514
2491 2515 .archive_icon {
2492 2516 background: url("../images/icons/compress.png") no-repeat scroll 3px;
2493 2517 padding-left: 20px;
2494 2518 text-align: left;
2495 2519 padding-top: 1px;
2496 2520 }
2497 2521
2498 2522 .start_following_icon {
2499 2523 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2500 2524 padding-left: 20px;
2501 2525 text-align: left;
2502 2526 padding-top: 0px;
2503 2527 }
2504 2528
2505 2529 .stop_following_icon {
2506 2530 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2507 2531 padding-left: 20px;
2508 2532 text-align: left;
2509 2533 padding-top: 0px;
2510 2534 }
2511 2535
2512 2536 .action_button {
2513 2537 border: 0;
2514 2538 display: inline;
2515 2539 }
2516 2540
2517 2541 .action_button:hover {
2518 2542 border: 0;
2519 2543 text-decoration: underline;
2520 2544 cursor: pointer;
2521 2545 }
2522 2546
2523 2547 #switch_repos {
2524 2548 position: absolute;
2525 2549 height: 25px;
2526 2550 z-index: 1;
2527 2551 }
2528 2552
2529 2553 #switch_repos select {
2530 2554 min-width: 150px;
2531 2555 max-height: 250px;
2532 2556 z-index: 1;
2533 2557 }
2534 2558
2535 2559 .breadcrumbs {
2536 2560 border: medium none;
2537 2561 color: #FFF;
2538 2562 float: left;
2539 2563 text-transform: uppercase;
2540 2564 font-weight: 700;
2541 2565 font-size: 14px;
2542 2566 margin: 0;
2543 2567 padding: 11px 0 11px 10px;
2544 2568 }
2545 2569
2546 2570 .breadcrumbs a {
2547 2571 color: #FFF;
2548 2572 }
2549 2573
2550 2574 .flash_msg {
2551 2575
2552 2576 }
2553 2577
2554 2578 .flash_msg ul {
2555 2579
2556 2580 }
2557 2581
2558 2582 .error_msg {
2559 2583 background-color: #c43c35;
2560 2584 background-repeat: repeat-x;
2561 2585 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b),
2562 2586 to(#c43c35) );
2563 2587 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
2564 2588 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
2565 2589 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b),
2566 2590 color-stop(100%, #c43c35) );
2567 2591 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
2568 2592 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
2569 2593 background-image: linear-gradient(top, #ee5f5b, #c43c35);
2570 2594 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
2571 2595 endColorstr='#c43c35', GradientType=0 );
2572 2596 border-color: #c43c35 #c43c35 #882a25;
2573 2597 }
2574 2598
2575 2599 .warning_msg {
2576 2600 color: #404040 !important;
2577 2601 background-color: #eedc94;
2578 2602 background-repeat: repeat-x;
2579 2603 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
2580 2604 to(#eedc94) );
2581 2605 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
2582 2606 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
2583 2607 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1),
2584 2608 color-stop(100%, #eedc94) );
2585 2609 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
2586 2610 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
2587 2611 background-image: linear-gradient(top, #fceec1, #eedc94);
2588 2612 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
2589 2613 endColorstr='#eedc94', GradientType=0 );
2590 2614 border-color: #eedc94 #eedc94 #e4c652;
2591 2615 }
2592 2616
2593 2617 .success_msg {
2594 2618 background-color: #57a957;
2595 2619 background-repeat: repeat-x !important;
2596 2620 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462),
2597 2621 to(#57a957) );
2598 2622 background-image: -moz-linear-gradient(top, #62c462, #57a957);
2599 2623 background-image: -ms-linear-gradient(top, #62c462, #57a957);
2600 2624 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462),
2601 2625 color-stop(100%, #57a957) );
2602 2626 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
2603 2627 background-image: -o-linear-gradient(top, #62c462, #57a957);
2604 2628 background-image: linear-gradient(top, #62c462, #57a957);
2605 2629 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
2606 2630 endColorstr='#57a957', GradientType=0 );
2607 2631 border-color: #57a957 #57a957 #3d773d;
2608 2632 }
2609 2633
2610 2634 .notice_msg {
2611 2635 background-color: #339bb9;
2612 2636 background-repeat: repeat-x;
2613 2637 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de),
2614 2638 to(#339bb9) );
2615 2639 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
2616 2640 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
2617 2641 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de),
2618 2642 color-stop(100%, #339bb9) );
2619 2643 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
2620 2644 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
2621 2645 background-image: linear-gradient(top, #5bc0de, #339bb9);
2622 2646 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
2623 2647 endColorstr='#339bb9', GradientType=0 );
2624 2648 border-color: #339bb9 #339bb9 #22697d;
2625 2649 }
2626 2650
2627 2651 .success_msg,.error_msg,.notice_msg,.warning_msg {
2628 2652 font-size: 12px;
2629 2653 font-weight: 700;
2630 2654 min-height: 14px;
2631 2655 line-height: 14px;
2632 2656 margin-bottom: 10px;
2633 2657 margin-top: 0;
2634 2658 display: block;
2635 2659 overflow: auto;
2636 2660 padding: 6px 10px 6px 10px;
2637 2661 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2638 2662 position: relative;
2639 2663 color: #FFF;
2640 2664 border-width: 1px;
2641 2665 border-style: solid;
2642 2666 -webkit-border-radius: 4px;
2643 2667 -moz-border-radius: 4px;
2644 2668 border-radius: 4px;
2645 2669 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
2646 2670 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
2647 2671 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
2648 2672 }
2649 2673
2650 2674 #msg_close {
2651 2675 background: transparent url("../icons/cross_grey_small.png") no-repeat
2652 2676 scroll 0 0;
2653 2677 cursor: pointer;
2654 2678 height: 16px;
2655 2679 position: absolute;
2656 2680 right: 5px;
2657 2681 top: 5px;
2658 2682 width: 16px;
2659 2683 }
2660 2684
2661 2685 div#legend_container table,div#legend_choices table {
2662 2686 width: auto !important;
2663 2687 }
2664 2688
2665 2689 table#permissions_manage {
2666 2690 width: 0 !important;
2667 2691 }
2668 2692
2669 2693 table#permissions_manage span.private_repo_msg {
2670 2694 font-size: 0.8em;
2671 2695 opacity: 0.6px;
2672 2696 }
2673 2697
2674 2698 table#permissions_manage td.private_repo_msg {
2675 2699 font-size: 0.8em;
2676 2700 }
2677 2701
2678 2702 table#permissions_manage tr#add_perm_input td {
2679 2703 vertical-align: middle;
2680 2704 }
2681 2705
2682 2706 div.gravatar {
2683 2707 background-color: #FFF;
2684 2708 border: 0px solid #D0D0D0;
2685 2709 float: left;
2686 2710 margin-right: 0.7em;
2687 2711 padding: 2px 2px 2px 2px;
2688 2712 line-height:0;
2689 2713 -webkit-border-radius: 6px;
2690 2714 -khtml-border-radius: 6px;
2691 2715 -moz-border-radius: 6px;
2692 2716 border-radius: 6px;
2693 2717 }
2694 2718
2695 2719 div.gravatar img {
2696 2720 -webkit-border-radius: 4px;
2697 2721 -khtml-border-radius: 4px;
2698 2722 -moz-border-radius: 4px;
2699 2723 border-radius: 4px;
2700 2724 }
2701 2725
2702 2726 #header,#content,#footer {
2703 2727 min-width: 978px;
2704 2728 }
2705 2729
2706 2730 #content {
2707 2731 clear: both;
2708 2732 overflow: hidden;
2709 2733 padding: 14px 10px;
2710 2734 }
2711 2735
2712 2736 #content div.box div.title div.search {
2713 2737
2714 2738 border-left: 1px solid #316293;
2715 2739 }
2716 2740
2717 2741 #content div.box div.title div.search div.input input {
2718 2742 border: 1px solid #316293;
2719 2743 }
2720 2744
2721 2745 .ui-btn{
2722 2746 color: #515151;
2723 2747 background-color: #DADADA;
2724 2748 background-repeat: repeat-x;
2725 2749 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
2726 2750 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
2727 2751 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
2728 2752 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
2729 2753 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
2730 2754 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
2731 2755 background-image: linear-gradient(top, #F4F4F4, #DADADA);
2732 2756 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
2733 2757
2734 2758 border-top: 1px solid #DDD;
2735 2759 border-left: 1px solid #c6c6c6;
2736 2760 border-right: 1px solid #DDD;
2737 2761 border-bottom: 1px solid #c6c6c6;
2738 2762 color: #515151;
2739 2763 outline: none;
2740 2764 margin: 0px 3px 3px 0px;
2741 2765 -webkit-border-radius: 4px 4px 4px 4px !important;
2742 2766 -khtml-border-radius: 4px 4px 4px 4px !important;
2743 2767 -moz-border-radius: 4px 4px 4px 4px !important;
2744 2768 border-radius: 4px 4px 4px 4px !important;
2745 2769 cursor: pointer !important;
2746 2770 padding: 3px 3px 3px 3px;
2747 2771
2748 2772 }
2749 2773 .ui-btn.xsmall{
2750 2774 padding: 1px 2px 1px 1px;
2751 2775 }
2752 2776
2753 2777 .ui-btn:focus {
2754 2778 outline: none;
2755 2779 }
2756 2780 .ui-btn:hover{
2757 2781 background-position: 0 -15px;
2758 2782 text-decoration: none;
2759 2783 color: #515151;
2760 2784 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
2761 2785 }
2762 2786
2763 2787 .ui-btn.red{
2764 2788 color:#fff;
2765 2789 background-color: #c43c35;
2766 2790 background-repeat: repeat-x;
2767 2791 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
2768 2792 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
2769 2793 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
2770 2794 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
2771 2795 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
2772 2796 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
2773 2797 background-image: linear-gradient(top, #ee5f5b, #c43c35);
2774 2798 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
2775 2799 border-color: #c43c35 #c43c35 #882a25;
2776 2800 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2777 2801 }
2778 2802
2779 2803
2780 2804 .ui-btn.blue{
2781 2805 background-color: #339bb9;
2782 2806 background-repeat: repeat-x;
2783 2807 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
2784 2808 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
2785 2809 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
2786 2810 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
2787 2811 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
2788 2812 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
2789 2813 background-image: linear-gradient(top, #5bc0de, #339bb9);
2790 2814 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
2791 2815 border-color: #339bb9 #339bb9 #22697d;
2792 2816 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2793 2817 }
2794 2818
2795 2819 .ui-btn.green{
2796 2820 background-color: #57a957;
2797 2821 background-repeat: repeat-x;
2798 2822 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
2799 2823 background-image: -moz-linear-gradient(top, #62c462, #57a957);
2800 2824 background-image: -ms-linear-gradient(top, #62c462, #57a957);
2801 2825 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
2802 2826 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
2803 2827 background-image: -o-linear-gradient(top, #62c462, #57a957);
2804 2828 background-image: linear-gradient(top, #62c462, #57a957);
2805 2829 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
2806 2830 border-color: #57a957 #57a957 #3d773d;
2807 2831 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2808 2832 }
2809 2833
2810 2834 ins,div.options a:hover {
2811 2835 text-decoration: none;
2812 2836 }
2813 2837
2814 2838 img,
2815 2839 #header #header-inner #quick li a:hover span.normal,
2816 2840 #header #header-inner #quick li ul li.last,
2817 2841 #content div.box div.form div.fields div.field div.textarea table td table td a,
2818 2842 #clone_url
2819 2843 {
2820 2844 border: none;
2821 2845 }
2822 2846
2823 2847 img.icon,.right .merge img {
2824 2848 vertical-align: bottom;
2825 2849 }
2826 2850
2827 2851 #header ul#logged-user,#content div.box div.title ul.links,
2828 2852 #content div.box div.message div.dismiss,
2829 2853 #content div.box div.traffic div.legend ul
2830 2854 {
2831 2855 float: right;
2832 2856 margin: 0;
2833 2857 padding: 0;
2834 2858 }
2835 2859
2836 2860 #header #header-inner #home,#header #header-inner #logo,
2837 2861 #content div.box ul.left,#content div.box ol.left,
2838 2862 #content div.box div.pagination-left,div#commit_history,
2839 2863 div#legend_data,div#legend_container,div#legend_choices
2840 2864 {
2841 2865 float: left;
2842 2866 }
2843 2867
2844 2868 #header #header-inner #quick li:hover ul ul,
2845 2869 #header #header-inner #quick li:hover ul ul ul,
2846 2870 #header #header-inner #quick li:hover ul ul ul ul,
2847 2871 #content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow
2848 2872 {
2849 2873 display: none;
2850 2874 }
2851 2875
2852 2876 #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
2853 2877 {
2854 2878 display: block;
2855 2879 }
2856 2880
2857 2881 #content div.graph {
2858 2882 padding: 0 10px 10px;
2859 2883 }
2860 2884
2861 2885 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a
2862 2886 {
2863 2887 color: #bfe3ff;
2864 2888 }
2865 2889
2866 2890 #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
2867 2891 {
2868 2892 margin: 10px 24px 10px 44px;
2869 2893 }
2870 2894
2871 2895 #content div.box div.form,#content div.box div.table,#content div.box div.traffic
2872 2896 {
2873 2897 clear: both;
2874 2898 overflow: hidden;
2875 2899 margin: 0;
2876 2900 padding: 0 20px 10px;
2877 2901 }
2878 2902
2879 2903 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields
2880 2904 {
2881 2905 clear: both;
2882 2906 overflow: hidden;
2883 2907 margin: 0;
2884 2908 padding: 0;
2885 2909 }
2886 2910
2887 2911 #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
2888 2912 {
2889 2913 height: 1%;
2890 2914 display: block;
2891 2915 color: #363636;
2892 2916 margin: 0;
2893 2917 padding: 2px 0 0;
2894 2918 }
2895 2919
2896 2920 #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
2897 2921 {
2898 2922 background: #FBE3E4;
2899 2923 border-top: 1px solid #e1b2b3;
2900 2924 border-left: 1px solid #e1b2b3;
2901 2925 border-right: 1px solid #FBC2C4;
2902 2926 border-bottom: 1px solid #FBC2C4;
2903 2927 }
2904 2928
2905 2929 #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
2906 2930 {
2907 2931 background: #E6EFC2;
2908 2932 border-top: 1px solid #cebb98;
2909 2933 border-left: 1px solid #cebb98;
2910 2934 border-right: 1px solid #c6d880;
2911 2935 border-bottom: 1px solid #c6d880;
2912 2936 }
2913 2937
2914 2938 #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
2915 2939 {
2916 2940 margin: 0;
2917 2941 }
2918 2942
2919 2943 #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
2920 2944 {
2921 2945 margin: 0 0 0 0px !important;
2922 2946 padding: 0;
2923 2947 }
2924 2948
2925 2949 #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
2926 2950 {
2927 2951 margin: 0 0 0 200px;
2928 2952 padding: 0;
2929 2953 }
2930 2954
2931 2955 #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
2932 2956 {
2933 2957 color: #000;
2934 2958 text-decoration: none;
2935 2959 }
2936 2960
2937 2961 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus
2938 2962 {
2939 2963 border: 1px solid #666;
2940 2964 }
2941 2965
2942 2966 #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
2943 2967 {
2944 2968 clear: both;
2945 2969 overflow: hidden;
2946 2970 margin: 0;
2947 2971 padding: 8px 0 2px;
2948 2972 }
2949 2973
2950 2974 #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
2951 2975 {
2952 2976 float: left;
2953 2977 margin: 0;
2954 2978 }
2955 2979
2956 2980 #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
2957 2981 {
2958 2982 height: 1%;
2959 2983 display: block;
2960 2984 float: left;
2961 2985 margin: 2px 0 0 4px;
2962 2986 }
2963 2987
2964 2988 div.form div.fields div.field div.button input,#content div.box div.form div.fields div.buttons input,div.form div.fields div.buttons input,#content div.box div.action div.button input
2965 2989 {
2966 2990 color: #000;
2967 2991 font-size: 11px;
2968 2992 font-weight: 700;
2969 2993 margin: 0;
2970 2994 }
2971 2995
2972 2996 input.ui-button {
2973 2997 background: #e5e3e3 url("../images/button.png") repeat-x;
2974 2998 border-top: 1px solid #DDD;
2975 2999 border-left: 1px solid #c6c6c6;
2976 3000 border-right: 1px solid #DDD;
2977 3001 border-bottom: 1px solid #c6c6c6;
2978 3002 color: #515151 !important;
2979 3003 outline: none;
2980 3004 margin: 0;
2981 3005 padding: 6px 12px;
2982 3006 -webkit-border-radius: 4px 4px 4px 4px;
2983 3007 -khtml-border-radius: 4px 4px 4px 4px;
2984 3008 -moz-border-radius: 4px 4px 4px 4px;
2985 3009 border-radius: 4px 4px 4px 4px;
2986 3010 box-shadow: 0 1px 0 #ececec;
2987 3011 cursor: pointer;
2988 3012 }
2989 3013
2990 3014 input.ui-button:hover {
2991 3015 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
2992 3016 border-top: 1px solid #ccc;
2993 3017 border-left: 1px solid #bebebe;
2994 3018 border-right: 1px solid #b1b1b1;
2995 3019 border-bottom: 1px solid #afafaf;
2996 3020 }
2997 3021
2998 3022 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight
2999 3023 {
3000 3024 display: inline;
3001 3025 }
3002 3026
3003 3027 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons
3004 3028 {
3005 3029 margin: 10px 0 0 200px;
3006 3030 padding: 0;
3007 3031 }
3008 3032
3009 3033 #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
3010 3034 {
3011 3035 margin: 10px 0 0;
3012 3036 }
3013 3037
3014 3038 #content div.box table td.user,#content div.box table td.address {
3015 3039 width: 10%;
3016 3040 text-align: center;
3017 3041 }
3018 3042
3019 3043 #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
3020 3044 {
3021 3045 text-align: right;
3022 3046 margin: 6px 0 0;
3023 3047 padding: 0;
3024 3048 }
3025 3049
3026 3050 #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
3027 3051 {
3028 3052 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3029 3053 border-top: 1px solid #ccc;
3030 3054 border-left: 1px solid #bebebe;
3031 3055 border-right: 1px solid #b1b1b1;
3032 3056 border-bottom: 1px solid #afafaf;
3033 3057 color: #515151;
3034 3058 margin: 0;
3035 3059 padding: 6px 12px;
3036 3060 }
3037 3061
3038 3062 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results
3039 3063 {
3040 3064 text-align: left;
3041 3065 float: left;
3042 3066 margin: 0;
3043 3067 padding: 0;
3044 3068 }
3045 3069
3046 3070 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span
3047 3071 {
3048 3072 height: 1%;
3049 3073 display: block;
3050 3074 float: left;
3051 3075 background: #ebebeb url("../images/pager.png") repeat-x;
3052 3076 border-top: 1px solid #dedede;
3053 3077 border-left: 1px solid #cfcfcf;
3054 3078 border-right: 1px solid #c4c4c4;
3055 3079 border-bottom: 1px solid #c4c4c4;
3056 3080 color: #4A4A4A;
3057 3081 font-weight: 700;
3058 3082 margin: 0;
3059 3083 padding: 6px 8px;
3060 3084 }
3061 3085
3062 3086 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled
3063 3087 {
3064 3088 color: #B4B4B4;
3065 3089 padding: 6px;
3066 3090 }
3067 3091
3068 3092 #login,#register {
3069 3093 width: 520px;
3070 3094 margin: 10% auto 0;
3071 3095 padding: 0;
3072 3096 }
3073 3097
3074 3098 #login div.color,#register div.color {
3075 3099 clear: both;
3076 3100 overflow: hidden;
3077 3101 background: #FFF;
3078 3102 margin: 10px auto 0;
3079 3103 padding: 3px 3px 3px 0;
3080 3104 }
3081 3105
3082 3106 #login div.color a,#register div.color a {
3083 3107 width: 20px;
3084 3108 height: 20px;
3085 3109 display: block;
3086 3110 float: left;
3087 3111 margin: 0 0 0 3px;
3088 3112 padding: 0;
3089 3113 }
3090 3114
3091 3115 #login div.title h5,#register div.title h5 {
3092 3116 color: #fff;
3093 3117 margin: 10px;
3094 3118 padding: 0;
3095 3119 }
3096 3120
3097 3121 #login div.form div.fields div.field,#register div.form div.fields div.field
3098 3122 {
3099 3123 clear: both;
3100 3124 overflow: hidden;
3101 3125 margin: 0;
3102 3126 padding: 0 0 10px;
3103 3127 }
3104 3128
3105 3129 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message
3106 3130 {
3107 3131 height: 1%;
3108 3132 display: block;
3109 3133 color: red;
3110 3134 margin: 8px 0 0;
3111 3135 padding: 0;
3112 3136 max-width: 320px;
3113 3137 }
3114 3138
3115 3139 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label
3116 3140 {
3117 3141 color: #000;
3118 3142 font-weight: 700;
3119 3143 }
3120 3144
3121 3145 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input
3122 3146 {
3123 3147 float: left;
3124 3148 margin: 0;
3125 3149 padding: 0;
3126 3150 }
3127 3151
3128 3152 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox
3129 3153 {
3130 3154 margin: 0 0 0 184px;
3131 3155 padding: 0;
3132 3156 }
3133 3157
3134 3158 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label
3135 3159 {
3136 3160 color: #565656;
3137 3161 font-weight: 700;
3138 3162 }
3139 3163
3140 3164 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input
3141 3165 {
3142 3166 color: #000;
3143 3167 font-size: 1em;
3144 3168 font-weight: 700;
3145 3169 margin: 0;
3146 3170 }
3147 3171
3148 3172 #changeset_content .container .wrapper,#graph_content .container .wrapper
3149 3173 {
3150 3174 width: 600px;
3151 3175 }
3152 3176
3153 3177 #changeset_content .container .left,#graph_content .container .left {
3154 3178 float: left;
3155 3179 width: 70%;
3156 3180 padding-left: 5px;
3157 3181 }
3158 3182
3159 3183 #changeset_content .container .left .date,.ac .match {
3160 3184 font-weight: 700;
3161 3185 padding-top: 5px;
3162 3186 padding-bottom: 5px;
3163 3187 }
3164 3188
3165 3189 div#legend_container table td,div#legend_choices table td {
3166 3190 border: none !important;
3167 3191 height: 20px !important;
3168 3192 padding: 0 !important;
3169 3193 }
3170 3194
3171 3195 .q_filter_box {
3172 3196 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3173 3197 -webkit-border-radius: 4px;
3174 3198 -moz-border-radius: 4px;
3175 3199 border-radius: 4px;
3176 3200 border: 0 none;
3177 3201 color: #AAAAAA;
3178 3202 margin-bottom: -4px;
3179 3203 margin-top: -4px;
3180 3204 padding-left: 3px;
3181 3205 }
3182 3206
3183 3207 #node_filter {
3184 3208 border: 0px solid #545454;
3185 3209 color: #AAAAAA;
3186 3210 padding-left: 3px;
3187 3211 }
3188 3212
3189 3213 /*README STYLE*/
3190 3214
3191 3215 div.readme {
3192 3216 padding:0px;
3193 3217 }
3194 3218
3195 3219 div.readme h2 {
3196 3220 font-weight: normal;
3197 3221 }
3198 3222
3199 3223 div.readme .readme_box {
3200 3224 background-color: #fafafa;
3201 3225 }
3202 3226
3203 3227 div.readme .readme_box {
3204 3228 clear:both;
3205 3229 overflow:hidden;
3206 3230 margin:0;
3207 3231 padding:0 20px 10px;
3208 3232 }
3209 3233
3210 3234 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 {
3211 3235 border-bottom: 0 !important;
3212 3236 margin: 0 !important;
3213 3237 padding: 0 !important;
3214 3238 line-height: 1.5em !important;
3215 3239 }
3216 3240
3217 3241
3218 3242 div.readme .readme_box h1:first-child {
3219 3243 padding-top: .25em !important;
3220 3244 }
3221 3245
3222 3246 div.readme .readme_box h2, div.readme .readme_box h3 {
3223 3247 margin: 1em 0 !important;
3224 3248 }
3225 3249
3226 3250 div.readme .readme_box h2 {
3227 3251 margin-top: 1.5em !important;
3228 3252 border-top: 4px solid #e0e0e0 !important;
3229 3253 padding-top: .5em !important;
3230 3254 }
3231 3255
3232 3256 div.readme .readme_box p {
3233 3257 color: black !important;
3234 3258 margin: 1em 0 !important;
3235 3259 line-height: 1.5em !important;
3236 3260 }
3237 3261
3238 3262 div.readme .readme_box ul {
3239 3263 list-style: disc !important;
3240 3264 margin: 1em 0 1em 2em !important;
3241 3265 }
3242 3266
3243 3267 div.readme .readme_box ol {
3244 3268 list-style: decimal;
3245 3269 margin: 1em 0 1em 2em !important;
3246 3270 }
3247 3271
3248 3272 div.readme .readme_box pre, code {
3249 3273 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3250 3274 }
3251 3275
3252 3276 div.readme .readme_box code {
3253 3277 font-size: 12px !important;
3254 3278 background-color: ghostWhite !important;
3255 3279 color: #444 !important;
3256 3280 padding: 0 .2em !important;
3257 3281 border: 1px solid #dedede !important;
3258 3282 }
3259 3283
3260 3284 div.readme .readme_box pre code {
3261 3285 padding: 0 !important;
3262 3286 font-size: 12px !important;
3263 3287 background-color: #eee !important;
3264 3288 border: none !important;
3265 3289 }
3266 3290
3267 3291 div.readme .readme_box pre {
3268 3292 margin: 1em 0;
3269 3293 font-size: 12px;
3270 3294 background-color: #eee;
3271 3295 border: 1px solid #ddd;
3272 3296 padding: 5px;
3273 3297 color: #444;
3274 3298 overflow: auto;
3275 3299 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3276 3300 -webkit-border-radius: 3px;
3277 3301 -moz-border-radius: 3px;
3278 3302 border-radius: 3px;
3279 3303 }
3280 3304
3281 3305
3282 3306 /** RST STYLE **/
3283 3307
3284 3308
3285 3309 div.rst-block {
3286 3310 padding:0px;
3287 3311 }
3288 3312
3289 3313 div.rst-block h2 {
3290 3314 font-weight: normal;
3291 3315 }
3292 3316
3293 3317 div.rst-block {
3294 3318 background-color: #fafafa;
3295 3319 }
3296 3320
3297 3321 div.rst-block {
3298 3322 clear:both;
3299 3323 overflow:hidden;
3300 3324 margin:0;
3301 3325 padding:0 20px 10px;
3302 3326 }
3303 3327
3304 3328 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
3305 3329 border-bottom: 0 !important;
3306 3330 margin: 0 !important;
3307 3331 padding: 0 !important;
3308 3332 line-height: 1.5em !important;
3309 3333 }
3310 3334
3311 3335
3312 3336 div.rst-block h1:first-child {
3313 3337 padding-top: .25em !important;
3314 3338 }
3315 3339
3316 3340 div.rst-block h2, div.rst-block h3 {
3317 3341 margin: 1em 0 !important;
3318 3342 }
3319 3343
3320 3344 div.rst-block h2 {
3321 3345 margin-top: 1.5em !important;
3322 3346 border-top: 4px solid #e0e0e0 !important;
3323 3347 padding-top: .5em !important;
3324 3348 }
3325 3349
3326 3350 div.rst-block p {
3327 3351 color: black !important;
3328 3352 margin: 1em 0 !important;
3329 3353 line-height: 1.5em !important;
3330 3354 }
3331 3355
3332 3356 div.rst-block ul {
3333 3357 list-style: disc !important;
3334 3358 margin: 1em 0 1em 2em !important;
3335 3359 }
3336 3360
3337 3361 div.rst-block ol {
3338 3362 list-style: decimal;
3339 3363 margin: 1em 0 1em 2em !important;
3340 3364 }
3341 3365
3342 3366 div.rst-block pre, code {
3343 3367 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3344 3368 }
3345 3369
3346 3370 div.rst-block code {
3347 3371 font-size: 12px !important;
3348 3372 background-color: ghostWhite !important;
3349 3373 color: #444 !important;
3350 3374 padding: 0 .2em !important;
3351 3375 border: 1px solid #dedede !important;
3352 3376 }
3353 3377
3354 3378 div.rst-block pre code {
3355 3379 padding: 0 !important;
3356 3380 font-size: 12px !important;
3357 3381 background-color: #eee !important;
3358 3382 border: none !important;
3359 3383 }
3360 3384
3361 3385 div.rst-block pre {
3362 3386 margin: 1em 0;
3363 3387 font-size: 12px;
3364 3388 background-color: #eee;
3365 3389 border: 1px solid #ddd;
3366 3390 padding: 5px;
3367 3391 color: #444;
3368 3392 overflow: auto;
3369 3393 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3370 3394 -webkit-border-radius: 3px;
3371 3395 -moz-border-radius: 3px;
3372 3396 border-radius: 3px;
3373 3397 }
3374 3398
3375 3399
3376 3400 /** comment main **/
3377 3401 .comments {
3378 3402 padding:10px 20px;
3379 3403 }
3380 3404
3381 3405 .comments .comment {
3382 3406 border: 1px solid #ddd;
3383 3407 margin-top: 10px;
3384 3408 -webkit-border-radius: 4px;
3385 3409 -moz-border-radius: 4px;
3386 3410 border-radius: 4px;
3387 3411 }
3388 3412
3389 3413 .comments .comment .meta {
3390 3414 background: #f8f8f8;
3391 3415 padding: 6px;
3392 3416 border-bottom: 1px solid #ddd;
3393 3417 }
3394 3418
3395 3419 .comments .comment .meta img {
3396 3420 vertical-align: middle;
3397 3421 }
3398 3422
3399 3423 .comments .comment .meta .user {
3400 3424 font-weight: bold;
3401 3425 }
3402 3426
3403 3427 .comments .comment .meta .date {
3404 3428 float: right;
3405 3429 }
3406 3430
3407 3431 .comments .comment .text {
3408 3432 padding: 8px 6px 6px 14px;
3409 3433 background-color: #FAFAFA;
3410 3434 }
3411 3435
3412 3436 .comments .comments-number{
3413 3437 padding:0px 0px 10px 0px;
3414 3438 font-weight: bold;
3415 3439 color: #666;
3416 3440 font-size: 16px;
3417 3441 }
3418 3442
3419 3443 /** comment form **/
3420 3444
3421 3445 .comment-form .clearfix{
3422 3446 background: #EEE;
3423 3447 -webkit-border-radius: 4px;
3424 3448 -moz-border-radius: 4px;
3425 3449 border-radius: 4px;
3426 3450 padding: 10px;
3427 3451 }
3428 3452
3429 3453 div.comment-form {
3430 3454 margin-top: 20px;
3431 3455 }
3432 3456
3433 3457 .comment-form strong {
3434 3458 display: block;
3435 3459 margin-bottom: 15px;
3436 3460 }
3437 3461
3438 3462 .comment-form textarea {
3439 3463 width: 100%;
3440 3464 height: 100px;
3441 3465 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
3442 3466 }
3443 3467
3444 3468 form.comment-form {
3445 3469 margin-top: 10px;
3446 3470 margin-left: 10px;
3447 3471 }
3448 3472
3449 3473 .comment-form-submit {
3450 3474 margin-top: 5px;
3451 3475 margin-left: 525px;
3452 3476 }
3453 3477
3454 3478 .file-comments {
3455 3479 display: none;
3456 3480 }
3457 3481
3458 3482 .comment-form .comment {
3459 3483 margin-left: 10px;
3460 3484 }
3461 3485
3462 3486 .comment-form .comment-help{
3463 3487 padding: 0px 0px 5px 0px;
3464 3488 color: #666;
3465 3489 }
3466 3490
3467 3491 .comment-form .comment-button{
3468 3492 padding-top:5px;
3469 3493 }
3470 3494
3471 3495 .add-another-button {
3472 3496 margin-left: 10px;
3473 3497 margin-top: 10px;
3474 3498 margin-bottom: 10px;
3475 3499 }
3476 3500
3477 3501 .comment .buttons {
3478 3502 position: absolute;
3479 3503 right:40px;
3480 3504 }
3481 3505
3482 3506
3483 3507 .show-inline-comments{
3484 3508 position: relative;
3485 3509 top:1px
3486 3510 }
3487 3511
3488 3512 /** comment inline form **/
3489 3513
3490 3514 .comment-inline-form .clearfix{
3491 3515 background: #EEE;
3492 3516 -webkit-border-radius: 4px;
3493 3517 -moz-border-radius: 4px;
3494 3518 border-radius: 4px;
3495 3519 padding: 5px;
3496 3520 }
3497 3521
3498 3522 div.comment-inline-form {
3499 3523 margin-top: 5px;
3500 3524 padding:2px 6px 8px 6px;
3501 3525 }
3502 3526
3503 3527 .comment-inline-form strong {
3504 3528 display: block;
3505 3529 margin-bottom: 15px;
3506 3530 }
3507 3531
3508 3532 .comment-inline-form textarea {
3509 3533 width: 100%;
3510 3534 height: 100px;
3511 3535 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
3512 3536 }
3513 3537
3514 3538 form.comment-inline-form {
3515 3539 margin-top: 10px;
3516 3540 margin-left: 10px;
3517 3541 }
3518 3542
3519 3543 .comment-inline-form-submit {
3520 3544 margin-top: 5px;
3521 3545 margin-left: 525px;
3522 3546 }
3523 3547
3524 3548 .file-comments {
3525 3549 display: none;
3526 3550 }
3527 3551
3528 3552 .comment-inline-form .comment {
3529 3553 margin-left: 10px;
3530 3554 }
3531 3555
3532 3556 .comment-inline-form .comment-help{
3533 3557 padding: 0px 0px 2px 0px;
3534 3558 color: #666666;
3535 3559 font-size: 10px;
3536 3560 }
3537 3561
3538 3562 .comment-inline-form .comment-button{
3539 3563 padding-top:5px;
3540 3564 }
3541 3565
3542 3566 /** comment inline **/
3543 3567 .inline-comments {
3544 3568 padding:10px 20px;
3545 3569 }
3546 3570
3547 3571 .inline-comments div.rst-block {
3548 3572 clear:both;
3549 3573 overflow:hidden;
3550 3574 margin:0;
3551 3575 padding:0 20px 0px;
3552 3576 }
3553 3577 .inline-comments .comment {
3554 3578 border: 1px solid #ddd;
3555 3579 -webkit-border-radius: 4px;
3556 3580 -moz-border-radius: 4px;
3557 3581 border-radius: 4px;
3558 3582 margin: 3px 3px 5px 5px;
3559 3583 background-color: #FAFAFA;
3560 3584 }
3561 3585 .inline-comments .comment-wrapp{
3562 3586 padding:1px;
3563 3587 }
3564 3588 .inline-comments .comment .meta {
3565 3589 background: #f8f8f8;
3566 3590 padding: 6px;
3567 3591 border-bottom: 1px solid #ddd;
3568 3592 }
3569 3593
3570 3594 .inline-comments .comment .meta img {
3571 3595 vertical-align: middle;
3572 3596 }
3573 3597
3574 3598 .inline-comments .comment .meta .user {
3575 3599 font-weight: bold;
3576 3600 }
3577 3601
3578 3602 .inline-comments .comment .meta .date {
3579 3603 float: right;
3580 3604 }
3581 3605
3582 3606 .inline-comments .comment .text {
3583 3607 padding: 8px 6px 6px 14px;
3584 3608 background-color: #FAFAFA;
3585 3609 }
3586 3610
3587 3611 .inline-comments .comments-number{
3588 3612 padding:0px 0px 10px 0px;
3589 3613 font-weight: bold;
3590 3614 color: #666;
3591 3615 font-size: 16px;
3592 3616 }
3593 3617 .inline-comments-button .add-comment{
3594 3618 margin:10px 5px !important;
3595 3619 }
3596 3620 .notifications{
3597 3621 width:22px;
3598 3622 padding:2px;
3599 3623 float:right;
3600 3624 -webkit-border-radius: 4px;
3601 3625 -moz-border-radius: 4px;
3602 3626 border-radius: 4px;
3603 3627 text-align: center;
3604 3628 margin: 0px -10px 0px 5px;
3605 3629 background-color: #DEDEDE;
3606 3630 }
3607 3631 .notifications a{
3608 3632 color:#888 !important;
3609 3633 display: block;
3610 3634 font-size: 10px
3611 3635 }
3612 3636 .notifications a:hover{
3613 3637 text-decoration: none !important;
3614 3638 }
3615 3639 .notification-header{
3616 3640
3617 3641 }
3618 3642 .notification-header .desc{
3619 3643 font-size: 16px;
3620 3644 height: 24px;
3621 3645 padding-top: 6px;
3622 3646 float: left
3623 3647 }
3624 3648 .notification-list .container.unread{
3625 3649
3626 3650 }
3627 3651 .notification-header .desc.unread{
3628 3652 font-weight: bold;
3629 3653 font-size: 17px;
3630 3654 }
3631 3655
3632 3656 .notification-header .delete-notifications{
3633 3657 float: right;
3634 3658 padding-top: 8px;
3635 3659 cursor: pointer;
3636 3660 }
3637 3661 .notification-subject{
3638 3662 clear:both;
3639 3663 border-bottom: 1px solid #eee;
3640 3664 padding:5px 0px 5px 38px;
3641 3665 }
3642 3666
3643 3667
3644 3668 /*****************************************************************************
3645 3669 DIFFS CSS
3646 3670 ******************************************************************************/
3647 3671
3648 3672 div.diffblock {
3649 3673 overflow: auto;
3650 3674 padding: 0px;
3651 3675 border: 1px solid #ccc;
3652 3676 background: #f8f8f8;
3653 3677 font-size: 100%;
3654 3678 line-height: 100%;
3655 3679 /* new */
3656 3680 line-height: 125%;
3657 3681 -webkit-border-radius: 6px 6px 0px 0px;
3658 3682 -moz-border-radius: 6px 6px 0px 0px;
3659 3683 border-radius: 6px 6px 0px 0px;
3660 3684 }
3661 3685 div.diffblock.margined{
3662 3686 margin: 0px 20px 0px 20px;
3663 3687 }
3664 3688 div.diffblock .code-header{
3665 3689 border-bottom: 1px solid #CCCCCC;
3666 3690 background: #EEEEEE;
3667 3691 padding:10px 0 10px 0;
3668 3692 }
3669 3693 div.diffblock .code-header div{
3670 margin-left:10px;
3694 margin-left:4px;
3671 3695 font-weight: bold;
3672 3696 font-size: 14px;
3673 3697 }
3674 3698 div.diffblock .code-body{
3675 3699 background: #FFFFFF;
3676 3700 }
3677 3701 div.diffblock pre.raw{
3678 3702 background: #FFFFFF;
3679 3703 color:#000000;
3680 3704 }
3681 3705 table.code-difftable{
3682 3706 border-collapse: collapse;
3683 3707 width: 99%;
3684 3708 }
3685 3709 table.code-difftable td {
3686 3710 padding: 0 !important;
3687 3711 background: none !important;
3688 3712 border:0 !important;
3689 3713 vertical-align: none !important;
3690 3714 }
3691 3715 table.code-difftable .context{
3692 3716 background:none repeat scroll 0 0 #DDE7EF;
3693 3717 }
3694 3718 table.code-difftable .add{
3695 3719 background:none repeat scroll 0 0 #DDFFDD;
3696 3720 }
3697 3721 table.code-difftable .add ins{
3698 3722 background:none repeat scroll 0 0 #AAFFAA;
3699 3723 text-decoration:none;
3700 3724 }
3701 3725 table.code-difftable .del{
3702 3726 background:none repeat scroll 0 0 #FFDDDD;
3703 3727 }
3704 3728 table.code-difftable .del del{
3705 3729 background:none repeat scroll 0 0 #FFAAAA;
3706 3730 text-decoration:none;
3707 3731 }
3708 3732
3709 3733 /** LINE NUMBERS **/
3710 3734 table.code-difftable .lineno{
3711 3735 background:none repeat scroll 0 0 #EEEEEE !important;
3712 3736 padding-left:2px;
3713 3737 padding-right:2px;
3714 3738 text-align:right;
3715 3739 width:32px;
3716 3740 -moz-user-select:none;
3717 3741 -webkit-user-select: none;
3718 3742 border-right: 1px solid #CCC !important;
3719 3743 border-left: 0px solid #CCC !important;
3720 3744 border-top: 0px solid #CCC !important;
3721 3745 border-bottom: none !important;
3722 3746 vertical-align: middle !important;
3723 3747
3724 3748 }
3725 3749 table.code-difftable .lineno.new {
3726 3750 }
3727 3751 table.code-difftable .lineno.old {
3728 3752 }
3729 3753 table.code-difftable .lineno a{
3730 3754 color:#747474 !important;
3731 3755 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
3732 3756 letter-spacing:-1px;
3733 3757 text-align:right;
3734 3758 padding-right: 2px;
3735 3759 cursor: pointer;
3736 3760 display: block;
3737 3761 width: 32px;
3738 3762 }
3739 3763
3740 3764 table.code-difftable .lineno-inline{
3741 3765 background:none repeat scroll 0 0 #FFF !important;
3742 3766 padding-left:2px;
3743 3767 padding-right:2px;
3744 3768 text-align:right;
3745 3769 width:30px;
3746 3770 -moz-user-select:none;
3747 3771 -webkit-user-select: none;
3748 3772 }
3749 3773
3750 3774 /** CODE **/
3751 3775 table.code-difftable .code {
3752 3776 display: block;
3753 3777 width: 100%;
3754 3778 }
3755 3779 table.code-difftable .code td{
3756 3780 margin:0;
3757 3781 padding:0;
3758 3782 }
3759 3783 table.code-difftable .code pre{
3760 3784 margin:0;
3761 3785 padding:0;
3762 3786 height: 17px;
3763 3787 line-height: 17px;
3764 3788 }
3765 3789
3766 3790
3767 3791 .diffblock.margined.comm .line .code:hover{
3768 3792 background-color:#FFFFCC !important;
3769 3793 cursor: pointer !important;
3770 3794 background-image:url("../images/icons/comment_add.png") !important;
3771 3795 background-repeat:no-repeat !important;
3772 3796 background-position: right !important;
3773 3797 background-position: 0% 50% !important;
3774 3798 } No newline at end of file
@@ -1,257 +1,273 b''
1 1 ## -*- coding: utf-8 -*-
2 2
3 3 <%inherit file="/base/base.html"/>
4 4
5 5 <%def name="title()">
6 6 ${c.repo_name} ${_('Changeset')} - r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)} - ${c.rhodecode_name}
7 7 </%def>
8 8
9 9 <%def name="breadcrumbs_links()">
10 10 ${h.link_to(u'Home',h.url('/'))}
11 11 &raquo;
12 12 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
13 13 &raquo;
14 14 ${_('Changeset')} - r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}
15 15 </%def>
16 16
17 17 <%def name="page_nav()">
18 18 ${self.menu('changelog')}
19 19 </%def>
20 20
21 21 <%def name="fid(raw_id,path)" filter="strip">
22 22 <%
23 23 return 'C-%s-%s' % (h.short_id(raw_id),h.safeid(h.safe_unicode(path)))
24 24 %>
25 25 </%def>
26 26
27 27 <%def name="main()">
28 28 <div class="box">
29 29 <!-- box / title -->
30 30 <div class="title">
31 31 ${self.breadcrumbs()}
32 32 </div>
33 33 <div class="table">
34 34 <div class="diffblock">
35 35 <div class="code-header">
36 36 <div>
37 37 <span>${h.link_to(_('raw diff'),
38 38 h.url('raw_changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id,diff='show'))}</span>
39 39 &raquo; <span>${h.link_to(_('download diff'),
40 40 h.url('raw_changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id,diff='download'))}</span>
41 41 <div class="comments-number" style="float:right;padding-right:5px">${len(c.comments)} comment(s) (${c.inline_cnt} ${_('inline')})</div>
42 42 </div>
43 43 </div>
44 44 </div>
45 45 <div id="changeset_content">
46 46 <div class="container">
47 47 <div class="left">
48 48 <div class="date">${_('commit')} ${c.changeset.revision}: ${h.short_id(c.changeset.raw_id)}@${c.changeset.date}</div>
49 49 <div class="author">
50 50 <div class="gravatar">
51 51 <img alt="gravatar" src="${h.gravatar_url(h.email(c.changeset.author),20)}"/>
52 52 </div>
53 53 <span>${h.person(c.changeset.author)}</span><br/>
54 54 <span><a href="mailto:${h.email_or_none(c.changeset.author)}">${h.email_or_none(c.changeset.author)}</a></span><br/>
55 55 </div>
56 56 <div class="message">${h.link_to(h.wrap_paragraphs(c.changeset.message),h.url('changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}</div>
57 57 </div>
58 58 <div class="right">
59 59 <div class="changes">
60 60 % if len(c.changeset.affected_files) <= c.affected_files_cut_off:
61 61 <span class="removed" title="${_('removed')}">${len(c.changeset.removed)}</span>
62 62 <span class="changed" title="${_('changed')}">${len(c.changeset.changed)}</span>
63 63 <span class="added" title="${_('added')}">${len(c.changeset.added)}</span>
64 64 % else:
65 65 <span class="removed" title="${_('affected %s files') % len(c.changeset.affected_files)}">!</span>
66 66 <span class="changed" title="${_('affected %s files') % len(c.changeset.affected_files)}">!</span>
67 67 <span class="added" title="${_('affected %s files') % len(c.changeset.affected_files)}">!</span>
68 68 % endif
69 69 </div>
70 70 %if len(c.changeset.parents)>1:
71 71 <div class="merge">
72 72 ${_('merge')}<img alt="merge" src="${h.url('/images/icons/arrow_join.png')}"/>
73 73 </div>
74 74 %endif
75 75
76 76 %if c.changeset.parents:
77 77 %for p_cs in reversed(c.changeset.parents):
78 78 <div class="parent">${_('Parent')} ${p_cs.revision}: ${h.link_to(h.short_id(p_cs.raw_id),
79 79 h.url('changeset_home',repo_name=c.repo_name,revision=p_cs.raw_id),title=p_cs.message)}
80 80 </div>
81 81 %endfor
82 82 %else:
83 83 <div class="parent">${_('No parents')}</div>
84 84 %endif
85 85 <span class="logtags">
86 86 <span class="branchtag" title="${'%s %s' % (_('branch'),c.changeset.branch)}">
87 87 ${h.link_to(c.changeset.branch,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}</span>
88 88 %for tag in c.changeset.tags:
89 89 <span class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
90 90 ${h.link_to(tag,h.url('files_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}</span>
91 91 %endfor
92 92 </span>
93 93 </div>
94 94 </div>
95 95 <span style="font-size:1.1em;font-weight: bold">
96 96 ${_('%s files affected with %s additions and %s deletions.') % (len(c.changeset.affected_files),c.lines_added,c.lines_deleted)}
97 97 </span>
98 98 <div class="cs_files">
99 99 %for change,filenode,diff,cs1,cs2,stat in c.changes:
100 100 <div class="cs_${change}">
101 101 <div class="node">
102 102 %if change != 'removed':
103 103 ${h.link_to(h.safe_unicode(filenode.path),h.url.current(anchor=self.fid(filenode.changeset.raw_id,filenode.path)))}
104 104 %else:
105 105 ${h.link_to(h.safe_unicode(filenode.path),h.url.current(anchor=self.fid('',filenode.path)))}
106 106 %endif
107 107 </div>
108 108 <div class="changes">${h.fancy_file_stats(stat)}</div>
109 109 </div>
110 110 %endfor
111 111 % if c.cut_off:
112 112 ${_('Changeset was too big and was cut off...')}
113 113 % endif
114 114 </div>
115 115 </div>
116 116
117 117 </div>
118 118
119 119 %for change,filenode,diff,cs1,cs2,stat in c.changes:
120 120 %if change !='removed':
121 121 <div style="clear:both;height:10px"></div>
122 122 <div class="diffblock margined comm" id="${self.fid(filenode.changeset.raw_id,filenode.path)}">
123 123 <div class="code-header">
124 124 <div class="changeset_header">
125 <span class="changeset_file">
125 <div class="changeset_file">
126 126 ${h.link_to_if(change!='removed',h.safe_unicode(filenode.path),h.url('files_home',repo_name=c.repo_name,
127 127 revision=filenode.changeset.raw_id,f_path=h.safe_unicode(filenode.path)))}
128 </span>
129 &raquo; <span>${h.link_to(_('diff'),
130 h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='diff'))}</span>
131 &raquo; <span>${h.link_to(_('raw diff'),
132 h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='raw'))}</span>
133 &raquo; <span>${h.link_to(_('download diff'),
134 h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='download'))}</span>
128 </div>
129 <div class="diff-menu-wrapper">
130 <img class="diff-menu-activate" style="margin-bottom:-6px;cursor: pointer" alt="diff-menu" src="${h.url('/images/icons/script_gear.png')}" />
131 <div class="diff-menu" style="display:none">
132 <ul>
133 <li>${h.link_to(_('diff'),h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='diff'))}</li>
134 <li>${h.link_to(_('raw diff'),h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='raw'))}</li>
135 <li>${h.link_to(_('download diff'),h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(filenode.path),diff2=cs2,diff1=cs1,diff='download'))}</li>
136 </ul>
137 </div>
138 </div>
135 139 <span style="float:right;margin-top:-3px">
136 140 <label>
137 141 ${_('show inline comments')}
138 142 ${h.checkbox('',checked="checked",class_="show-inline-comments",id_for=self.fid(filenode.changeset.raw_id,filenode.path))}
139 143 </label>
140 144 </span>
141 145 </div>
142 146 </div>
143 147 <div class="code-body">
144 148 <div class="full_f_path" path="${filenode.path}"></div>
145 149 %if diff:
146 150 ${diff|n}
147 151 %else:
148 152 ${_('No changes in this file')}
149 153 %endif
150 154 </div>
151 155 </div>
152 156 %endif
153 157 %endfor
154 158
155 159 <%namespace name="comment" file="/changeset/changeset_file_comment.html"/>
156 160 ## template for inline comment form
157 161 ${comment.comment_inline_form()}
158 162
159 163 <div class="comments">
160 164 <div class="comments-number">${len(c.comments)} comment(s) (${c.inline_cnt} ${_('inline')})</div>
161 165
162 166 %for path, lines in c.inline_comments:
163 167 <div style="display:none" class="inline-comment-placeholder" path="${path}" target_id="${self.fid(c.changeset.raw_id,path)}">
164 168 % for line,comments in lines.iteritems():
165 169 <div class="inline-comment-placeholder-line" line="${line}" target_id="${h.safeid(h.safe_unicode(path))}">
166 170 %for co in comments:
167 171 ${comment.comment_block(co)}
168 172 %endfor
169 173 </div>
170 174 %endfor
171 175 </div>
172 176 %endfor
173 177
174 178 %for co in c.comments:
175 179 ${comment.comment_block(co)}
176 180 %endfor
177 181 %if c.rhodecode_user.username != 'default':
178 182 <div class="comment-form">
179 183 ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=c.changeset.raw_id))}
180 184 <strong>${_('Leave a comment')}</strong>
181 185 <div class="clearfix">
182 186 <div class="comment-help">
183 187 ${_('Comments parsed using')} <a href="${h.url('rst_help')}">RST</a> ${_('syntax')}
184 188 ${_('with')} <span style="color:#003367" class="tooltip" title="${_('Use @username inside this text to send notification to this RhodeCode user')}">@mention</span> ${_('support')}
185 189 </div>
186 190 ${h.textarea('text')}
187 191 </div>
188 192 <div class="comment-button">
189 193 ${h.submit('save', _('Comment'), class_='ui-button')}
190 194 </div>
191 195 ${h.end_form()}
192 196 </div>
193 197 %endif
194 198 </div>
195 199 <script type="text/javascript">
196 200 var deleteComment = function(comment_id){
197 201
198 202 var url = "${url('changeset_comment_delete',repo_name=c.repo_name,comment_id='__COMMENT_ID__')}".replace('__COMMENT_ID__',comment_id);
199 203 var postData = '_method=delete';
200 204 var success = function(o){
201 205 var n = YUD.get('comment-'+comment_id);
202 206 n.parentNode.removeChild(n);
203 207 }
204 208 ajaxPOST(url,postData,success);
205 209 }
206 210
207 211 YUE.onDOMReady(function(){
208
212
213 YUE.on(YUQ('.diff-menu-activate'),'click',function(e){
214 var act = e.currentTarget.nextElementSibling;
215
216 if(YUD.hasClass(act,'active')){
217 YUD.removeClass(act,'active');
218 YUD.setStyle(act,'display','none');
219 }else{
220 YUD.addClass(act,'active');
221 YUD.setStyle(act,'display','');
222 }
223 });
224
209 225 YUE.on(YUQ('.show-inline-comments'),'change',function(e){
210 226 var show = 'none';
211 227 var target = e.currentTarget;
212 228 if(target.checked){
213 229 var show = ''
214 230 }
215 231 var boxid = YUD.getAttribute(target,'id_for');
216 232 var comments = YUQ('#{0} .inline-comments'.format(boxid));
217 233 for(c in comments){
218 234 YUD.setStyle(comments[c],'display',show);
219 235 }
220 236 var btns = YUQ('#{0} .inline-comments-button'.format(boxid));
221 237 for(c in btns){
222 238 YUD.setStyle(btns[c],'display',show);
223 239 }
224 240 })
225 241
226 242 YUE.on(YUQ('.line'),'click',function(e){
227 243 var tr = e.currentTarget;
228 244 injectInlineForm(tr);
229 245 });
230 246
231 247 // inject comments into they proper positions
232 248 var file_comments = YUQ('.inline-comment-placeholder');
233 249
234 250 for (f in file_comments){
235 251 var box = file_comments[f];
236 252 var inlines = box.children;
237 253 for(var i=0; i<inlines.length; i++){
238 254 try{
239 255
240 256 var inline = inlines[i];
241 257 var lineno = YUD.getAttribute(inlines[i],'line');
242 258 var lineid = "{0}_{1}".format(YUD.getAttribute(inline,'target_id'),lineno);
243 259 var target_line = YUD.get(lineid);
244 260
245 261 var add = createInlineAddButton(target_line.parentNode,'${_("add another comment")}');
246 262 YUD.insertAfter(add,target_line.parentNode);
247 263
248 264 var comment = new YAHOO.util.Element(tableTr('inline-comments',inline.innerHTML))
249 265 YUD.insertAfter(comment,target_line.parentNode);
250 266 }catch(e){}
251 267 }
252 268 }
253 269 })
254 270
255 271 </script>
256 272 </div>
257 273 </%def>
General Comments 0
You need to be logged in to leave comments. Login now