changeset 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 9365a893ad4e
children 5da25ade33df
files rhodecode/public/css/style.css rhodecode/templates/summary/summary.html
diffstat 2 files changed, 11 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Mon Apr 11 23:04:52 2011 +0200
+++ b/rhodecode/public/css/style.css	Tue Apr 12 00:17:00 2011 +0200
@@ -187,7 +187,7 @@
 
 #header {
 margin:0;
-padding:0 30px;
+padding:0 10px;
 }
 
 
@@ -1265,7 +1265,7 @@
 overflow:hidden;
 text-align:right;
 margin:0;
-padding:0 30px 4px;
+padding:0 10px 4px;
 margin:-10px 0 0;
 }
 
@@ -2144,14 +2144,14 @@
 }
 
 #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: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;
 }
--- 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>