gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14820 - in gauger: . css


From: gnunet
Subject: [GNUnet-SVN] r14820 - in gauger: . css
Date: Fri, 1 Apr 2011 14:34:07 +0200

Author: bartpolot
Date: 2011-04-01 14:34:07 +0200 (Fri, 01 Apr 2011)
New Revision: 14820

Modified:
   gauger/css/style.css
   gauger/template_graph.php
   gauger/template_host.php
Log:
Fixed problem with unaligned local graph controls


Modified: gauger/css/style.css
===================================================================
--- gauger/css/style.css        2011-04-01 12:20:28 UTC (rev 14819)
+++ gauger/css/style.css        2011-04-01 12:34:07 UTC (rev 14820)
@@ -57,6 +57,7 @@
 
 th.control-column {
     width:              100px;
+    min-width:          100px;
 }
 
 td {

Modified: gauger/template_graph.php
===================================================================
--- gauger/template_graph.php   2011-04-01 12:20:28 UTC (rev 14819)
+++ gauger/template_graph.php   2011-04-01 12:34:07 UTC (rev 14820)
@@ -26,7 +26,7 @@
         <th>Graph</th>
     </tr>
     <tr>
-        <th>
+        <th class="control-column">
             Range
             <br/>
             <div class="side_slider_control">

Modified: gauger/template_host.php
===================================================================
--- gauger/template_host.php    2011-04-01 12:20:28 UTC (rev 14819)
+++ gauger/template_host.php    2011-04-01 12:34:07 UTC (rev 14820)
@@ -52,7 +52,7 @@
         <?php for ($i = 0; $i < $PAGELENGTH && ($p-1)*$PAGELENGTH+$i < 
count($hosts[$current]); $i++): ?>
         <?php $counter = $hosts[$current][($p-1)*$PAGELENGTH+$i] ?> 
         <tr>
-            <th>
+            <th class="control-column">
                 Range
                 <br/>
                 <div class="side_slider_control">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]