diff rhodecode/templates/summary/summary.html @ 1247:4d195ad0ff03 beta

made rhodecode compatible with 1024px displays
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 12 Apr 2011 00:17:00 +0200
parents 0eceb478c720
children 0d3706ccf129
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Mon Apr 11 23:04:52 2011 +0200
+++ b/rhodecode/templates/summary/summary.html	Tue Apr 12 00:17:00 2011 +0200
@@ -301,7 +301,7 @@
         <h5>${_('Commit activity by day / author')}</h5>
     </div>
     
-    <div class="table">
+    <div class="graph">
          <div style="padding:0 10px 10px 15px;font-size: 1.2em;">
          %if c.no_data:
            ${c.no_data_msg}
@@ -313,9 +313,9 @@
             ${_('Loaded in')} ${c.stats_percentage} %
         %endif
         </div>  
-        <div id="commit_history" style="width:460px;height:300px;float:left"></div>
+        <div id="commit_history" style="width:450px;height:300px;float:left"></div>
         <div style="clear: both;height: 10px"></div>
-        <div id="overview" style="width:460px;height:100px;float:left"></div>
+        <div id="overview" style="width:450px;height:100px;float:left"></div>
         
     	<div id="legend_data" style="clear:both;margin-top:10px;">
 	    	<div id="legend_container"></div>