comparison pylons_app/public/css/monoblue_custom.css @ 214:5b8d00d40bd4

Updated css for changeset
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 24 May 2010 22:16:10 +0200
parents 671931f082c3
children 64e1125fc479
comparison
equal deleted inserted replaced
213:7a97f0b100cd 214:5b8d00d40bd4
166 } 166 }
167 167
168 div.page-footer { 168 div.page-footer {
169 margin: 50px 0 0; 169 margin: 50px 0 0;
170 position: relative; 170 position: relative;
171 text-align: center;
172 font-weight: bold;
173 font-size: 90%;
171 } 174 }
172 175
173 div.page-footer p { 176 div.page-footer p {
174 position: relative; 177 position: relative;
175 left: 20px; 178 left: 20px;
383 } 386 }
384 387
385 /** end of file **/ 388 /** end of file **/
386 389
387 /** changeset **/ 390 /** changeset **/
391 #changeset_content{
392 width:60%;
393 float:left;
394 }
395
396 #changeset_content .container .wrapper{
397 width: 600px;
398 }
399 #changeset_content .container{
400 border:1px solid #CCCCCC;
401 height:120px;
402 }
403
404 #changeset_content .container .left{
405 float:left;
406 width: 70%;
407 padding-left: 5px;
408 }
409
410 #changeset_content .container .right{
411 float:right;
412 width: 25%;
413 text-align: right;
414 }
415
416 #changeset_content .container .left .date{
417 font-weight:bold;
418 }
419 #changeset_content .container .left .author{
420
421 }
422 #changeset_content .container .left .message{
423
424 }
425
426
427
428
429
430
431
432
388 433
389 .cs_files{ 434 .cs_files{
390 border: 2px solid #CCCCCC; 435 border: 1px solid #CCCCCC;
391 width: 60%; 436 width: 60%;
392 437
393 } 438 }
439
394 .cs_files .cs_added{ 440 .cs_files .cs_added{
395 background:#BBFFBB; 441 background: url("/images/icons/page_white_add.png") no-repeat scroll 3px;
442 /*background-color:#BBFFBB;*/
443 height: 16px;
444 padding-left: 20px;
445 margin-top: 7px;
446 text-align: left;
396 } 447 }
397 .cs_files .cs_changed{ 448 .cs_files .cs_changed{
398 background: #FFDD88; 449 background: url("/images/icons/page_white_edit.png") no-repeat scroll 3px;
450 /*background-color: #FFDD88;*/
451 height: 16px;
452 padding-left: 20px;
453 margin-top: 7px;
454 text-align: left;
399 } 455 }
400 .cs_files .cs_removed{ 456 .cs_files .cs_removed{
401 background: #FF8888; 457 background: url("/images/icons/page_white_delete.png") no-repeat scroll 3px;
458 /*background-color: #FF8888;*/
459 height: 16px;
460 padding-left: 20px;
461 margin-top: 7px;
462 text-align: left;
402 } 463 }
403 464
404 /** end of changeset **/ 465 /** end of changeset **/
405 466
406 /** canvas **/ 467 /** canvas **/
446 } 507 }
447 508
448 #graph_content .container .right{ 509 #graph_content .container .right{
449 float:right; 510 float:right;
450 width: 25%; 511 width: 25%;
512 text-align: right;
451 } 513 }
452 #graph_content .container .left .date{ 514 #graph_content .container .left .date{
453 font-weight:bold; 515 font-weight:bold;
454 } 516 }
455 #graph_content .container .left .author{ 517 #graph_content .container .left .author{
457 } 519 }
458 #graph_content .container .left .message{ 520 #graph_content .container .left .message{
459 font-size: 80%; 521 font-size: 80%;
460 } 522 }
461 523
462 .right .added,.changed,.removed{ 524 .right div{
525 clear: both;
526 }
527 .right .changes .added,.changed,.removed{
463 border:1px solid #DDDDDD; 528 border:1px solid #DDDDDD;
464 display:block; 529 display:block;
465 float:right; 530 float:right;
466 font-size:0.75em; 531 font-size:0.75em;
467 text-align:center; 532 text-align:center;
468 min-width:15px; 533 min-width:15px;
469 } 534 }
470 .right .added{ 535 .right .changes .added{
471 background:#BBFFBB; 536 background:#BBFFBB;
472 } 537 }
473 .right .changed{ 538 .right .changes .changed{
474 background: #FFDD88; 539 background: #FFDD88;
475 } 540 }
476 .right .removed{ 541 .right .changes .removed{
477 background: #FF8888; 542 background: #FF8888;
478 } 543 }
479 544
480 .right .merge{ 545 .right .merge{
481 float: right;
482 vertical-align: top; 546 vertical-align: top;
483 font-size: 60%; 547 font-size: 60%;
484 font-weight: bold; 548 font-weight: bold;
485 } 549 }
486 .right .merge img{ 550 .right .merge img{
487 vertical-align: bottom; 551 vertical-align: bottom;
488 } 552 }
489 553
490 .right .parent{ 554 .right .parent{
491 float:right; 555 font-size: 90%;
492 font-size: 90%; 556 font-family: monospace;
493 font-family: monospace;
494 } 557 }
495 /** end of canvas **/ 558 /** end of canvas **/
496 559
497 /* FILE BROWSER */ 560 /* FILE BROWSER */
498 div.browserblock { 561 div.browserblock {