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