changeset 5003:79c75dd81c3c

style: fix statistics so that the graph fits on the page
author Andrew Shadura <andrew@shadura.me>
date Sun, 12 Apr 2015 12:21:45 +0200
parents 1931d4e37fc2
children d2b40b6508e8
files kallithea/public/css/style.css kallithea/templates/summary/statistics.html
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sat May 11 14:44:12 2013 -0500
+++ b/kallithea/public/css/style.css	Sun Apr 12 12:21:45 2015 +0200
@@ -3733,6 +3733,7 @@
 
 #content div.graph {
     padding: 0 10px 10px;
+    height: 450px;
 }
 
 #content div.box ol.lower-roman,
--- a/kallithea/templates/summary/statistics.html	Sat May 11 14:44:12 2013 -0500
+++ b/kallithea/templates/summary/statistics.html	Sun Apr 12 12:21:45 2015 +0200
@@ -40,15 +40,16 @@
         %endif
         </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:450px;height:100px;float:left"></div>
 
-        <div id="legend_data" style="clear:both;margin-top:10px;">
+        <div id="legend_data" style="float: left;">
             <div id="legend_container"></div>
             <div id="legend_choices">
                 <table id="legend_choices_tables" class="noborder" style="font-size:smaller;color:#545454"></table>
             </div>
         </div>
+
+        <div style="clear: both; height: 10px;"></div>
+        <div id="overview" style="width: 450px; height: 100px; float: left;"></div>
     </div>
 </div>