comparison rhodecode/public/css/style.css @ 3688:6c505fe11f0f beta

bring back review status in main changelog
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 05 Apr 2013 14:03:20 +0200
parents 3c79c197e95d
children 45df84d36b44
comparison
equal deleted inserted replaced
3687:8849c07d8c62 3688:6c505fe11f0f
2519 height: 31px; 2519 height: 31px;
2520 border-color: #cdcdcd; 2520 border-color: #cdcdcd;
2521 text-align: left; 2521 text-align: left;
2522 } 2522 }
2523 2523
2524 #graph_content .container .checkbox {
2525 width: 12px;
2526 font-size: 0.85em;
2527 }
2528
2529 #graph_content .container .status {
2530 width: 14px;
2531 font-size: 0.85em;
2532 }
2533
2524 #graph_content .container .author { 2534 #graph_content .container .author {
2525 width: 105px; 2535 width: 105px;
2526 } 2536 }
2527 2537
2528 #graph_content .container .hash { 2538 #graph_content .container .hash {
2547 padding: 0; 2557 padding: 0;
2548 } 2558 }
2549 2559
2550 #graph_content .log-container { 2560 #graph_content .log-container {
2551 position: relative; 2561 position: relative;
2552 }
2553
2554 #graph_content #changesets td.checkbox {
2555 width: 20px;
2556 } 2562 }
2557 2563
2558 #graph_content .container .changeset_range { 2564 #graph_content .container .changeset_range {
2559 float: left; 2565 float: left;
2560 margin: 6px 3px; 2566 margin: 6px 3px;