comparison rhodecode/public/css/style.css @ 1463:51063deaceb9 beta

fixed chrome DAG graph rendering issue
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 12 Sep 2011 02:22:01 +0300
parents 8585fbf3ed06
children d23dd50b5e29 aaec08ad9daf
comparison
equal deleted inserted replaced
1462:14a0a2778a7f 1463:51063deaceb9
1733 #graph { 1733 #graph {
1734 overflow:hidden; 1734 overflow:hidden;
1735 } 1735 }
1736 1736
1737 #graph_nodes { 1737 #graph_nodes {
1738 float:left; 1738 float: left;
1739 margin-top:5px; 1739 margin-right: -6px;
1740 margin-top: -4px;
1740 } 1741 }
1741 1742
1742 #graph_content { 1743 #graph_content {
1743 width:800px; 1744 width:800px;
1744 float:left; 1745 float:left;
1754 } 1755 }
1755 #graph_content .container { 1756 #graph_content .container {
1756 border-bottom:1px solid #CCC; 1757 border-bottom:1px solid #CCC;
1757 border-left:1px solid #CCC; 1758 border-left:1px solid #CCC;
1758 border-right:1px solid #CCC; 1759 border-right:1px solid #CCC;
1759 min-height:80px; 1760 min-height:70px;
1760 overflow:hidden; 1761 overflow:hidden;
1761 font-size:1.2em; 1762 font-size:1.2em;
1762 } 1763 }
1763 1764
1764 #graph_content .container .right { 1765 #graph_content .container .right {
1772 font-weight:700; 1773 font-weight:700;
1773 padding-bottom:5px; 1774 padding-bottom:5px;
1774 } 1775 }
1775 #graph_content .container .left .date span{ 1776 #graph_content .container .left .date span{
1776 vertical-align: text-top; 1777 vertical-align: text-top;
1778 }
1779
1780 #graph_content .container .left .author{
1781 height: 22px;
1782 }
1783 #graph_content .container .left .author .user{
1784 color: #444444;
1785 float: left;
1786 font-size: 12px;
1787 margin-left: -4px;
1788 margin-top: 4px;
1777 } 1789 }
1778 1790
1779 #graph_content .container .left .message { 1791 #graph_content .container .left .message {
1780 font-size:100%; 1792 font-size:100%;
1781 padding-top:3px; 1793 padding-top:3px;
2325 background-color:#FFF; 2337 background-color:#FFF;
2326 border:1px solid #D0D0D0; 2338 border:1px solid #D0D0D0;
2327 float:left; 2339 float:left;
2328 margin-right:0.7em; 2340 margin-right:0.7em;
2329 padding:2px 2px 0; 2341 padding:2px 2px 0;
2342
2343 -webkit-border-radius: 6px;
2344 -khtml-border-radius: 6px;
2345 -moz-border-radius: 6px;
2346 borderradius: 6px;
2347
2348 }
2349
2350 div.gravatar img {
2351 -webkit-border-radius: 4px;
2352 -khtml-border-radius: 4px;
2353 -moz-border-radius: 4px;
2354 borderradius: 4px;
2330 } 2355 }
2331 2356
2332 #header,#content,#footer { 2357 #header,#content,#footer {
2333 min-width:978px; 2358 min-width:978px;
2334 } 2359 }