comparison rhodecode/public/css/style.css @ 3552:7967d00e4692 beta

Stylistic cleanup - mostly formatting
author Mads Kiilerich <madski@unity3d.com>
date Tue, 19 Mar 2013 21:47:34 +0100
parents f0384b9ed5b9
children 835d44dd6ed8
comparison
equal deleted inserted replaced
3551:f0384b9ed5b9 3552:7967d00e4692
419 border: none; 419 border: none;
420 padding: 10px 12px 8px; 420 padding: 10px 12px 8px;
421 } 421 }
422 422
423 #header #header-inner #quick li span.icon { 423 #header #header-inner #quick li span.icon {
424
425 border-left: none; 424 border-left: none;
426 padding-left: 10px ; 425 padding-left: 10px;
427 } 426 }
428 427
429 #header #header-inner #quick li span.icon_short { 428 #header #header-inner #quick li span.icon_short {
430 top: 0; 429 top: 0;
431 left: 0; 430 left: 0;
1723 background-repeat: no-repeat; 1722 background-repeat: no-repeat;
1724 background-position: 10px 50%; 1723 background-position: 10px 50%;
1725 padding-right: 10px; 1724 padding-right: 10px;
1726 } 1725 }
1727 1726
1728
1729 #repo_size_2 { 1727 #repo_size_2 {
1730 margin-left: 30px; 1728 margin-left: 30px;
1731 display: block; 1729 display: block;
1732 padding-right: 10px; 1730 padding-right: 10px;
1733 padding-bottom: 7px; 1731 padding-bottom: 7px;
2510 table-layout: fixed; 2508 table-layout: fixed;
2511 border-collapse: collapse; 2509 border-collapse: collapse;
2512 border-left: none; 2510 border-left: none;
2513 border-right: none; 2511 border-right: none;
2514 border-color: #cdcdcd; 2512 border-color: #cdcdcd;
2515 }
2516
2517 #graph_content .container {
2518
2519 } 2513 }
2520 2514
2521 #graph_content #changesets td { 2515 #graph_content #changesets td {
2522 overflow: hidden; 2516 overflow: hidden;
2523 text-overflow: ellipsis; 2517 text-overflow: ellipsis;