[Fusionforge-commits] r18422 - in trunk/src/www: pm themes/css

Marc-Etienne VARGENAU vargenau at fusionforge.org
Sat Nov 9 15:27:30 CET 2013


Author: vargenau
Date: 2013-11-09 15:27:30 +0100 (Sat, 09 Nov 2013)
New Revision: 18422

Modified:
   trunk/src/www/pm/ganttpage.php
   trunk/src/www/themes/css/fusionforge.css
Log:
Remove useless unit

Modified: trunk/src/www/pm/ganttpage.php
===================================================================
--- trunk/src/www/pm/ganttpage.php	2013-11-09 14:26:40 UTC (rev 18421)
+++ trunk/src/www/pm/ganttpage.php	2013-11-09 14:27:30 UTC (rev 18422)
@@ -178,7 +178,7 @@
 		<td>'._('Sort On').'<br />'. $order_box .'</td>
 		<td><input type="submit" name="submit" value="'._('Browse').'" /></td>
 	</tr></table></form>';
-echo '<div id="workSpace" style="padding:0px; overflow-y:auto; overflow-x:hidden; border:1px solid #e5e5e5; position:relative; margin:0 5px;"></div>';
+echo '<div id="workSpace" style="padding:0; overflow-y:auto; overflow-x:hidden; border:1px solid #e5e5e5; position:relative; margin:0 5px;"></div>';
 ?>
 <script type="text/javascript">
 	var ge;

Modified: trunk/src/www/themes/css/fusionforge.css
===================================================================
--- trunk/src/www/themes/css/fusionforge.css	2013-11-09 14:26:40 UTC (rev 18421)
+++ trunk/src/www/themes/css/fusionforge.css	2013-11-09 14:27:30 UTC (rev 18422)
@@ -706,7 +706,7 @@
 /* {{{ Layout Manager */
 #layout-manager {
     border:1px solid #666;
-    padding:0px 5px;
+    padding:0 5px;
     background:white;
     margin:10px;
 }
@@ -721,7 +721,7 @@
 table.layout-manager-row {
     width:100%;
     text-align:center;
-    margin-bottom: 0px;
+    margin-bottom: 0;
 }
 td.layout-manager-column {
     border:1px solid #9b9;
@@ -754,7 +754,7 @@
     width:8px;
 }
 div.layout-manager-column-remove {
-    padding:0em 0.5em 0.5em 0.5em;
+    padding:0 0.5em 0.5em 0.5em;
     font-size:0.8em;
     color:#ccc;
     float:right;




More information about the Fusionforge-commits mailing list