# HG changeset patch # User Marcin Kuzminski # Date 2011-04-11 22:17:00 # Node ID 4d195ad0ff03d63bb2cece2f2217eebe58b58dd4 # Parent 9365a893ad4ea9db9a77ca36dcf6fb3c75b7de64 made rhodecode compatible with 1024px displays diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -187,7 +187,7 @@ border-bottom-right-radius: 8px; #header { margin:0; -padding:0 30px; +padding:0 10px; } @@ -1265,7 +1265,7 @@ clear:both; overflow:hidden; text-align:right; margin:0; -padding:0 30px 4px; +padding:0 10px 4px; margin:-10px 0 0; } @@ -2144,14 +2144,14 @@ padding:2px 2px 0; } #header,#content,#footer { -min-width:1024px; +min-width:978px; } #content { min-height:100%; clear:both; overflow:hidden; -padding:14px 30px; +padding:14px 10px; } #content div.box div.title div.search { @@ -2225,6 +2225,10 @@ display:none; display:block; } +#content div.graph{ +padding:0 10px 10px; +} + #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a { color:#bfe3ff; } diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -301,7 +301,7 @@
${_('Commit activity by day / author')}
-
+
%if c.no_data: ${c.no_data_msg} @@ -313,9 +313,9 @@ ${_('Loaded in')} ${c.stats_percentage} % %endif
-
+
-
+