[fusion-commits] r2111 - trunk/templates/mapserver/standard

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Mar 25 10:53:38 EDT 2010


Author: madair
Date: 2010-03-25 10:53:33 -0400 (Thu, 25 Mar 2010)
New Revision: 2111

Modified:
   trunk/templates/mapserver/standard/index.html
Log:
re #243: fix mapserver template statusbar css

Modified: trunk/templates/mapserver/standard/index.html
===================================================================
--- trunk/templates/mapserver/standard/index.html	2010-03-25 14:38:30 UTC (rev 2110)
+++ trunk/templates/mapserver/standard/index.html	2010-03-25 14:53:33 UTC (rev 2111)
@@ -12,15 +12,17 @@
 <link rel="stylesheet" href="icons.css" type="text/css" media="screen" charset="utf-8">
 <style type="text/css">
     #Statusbar .spanCursorPosition,
+    #Statusbar .inputEditableScalePrefix,
     #Statusbar .inputEditableScale,
     #Statusbar .spanViewSize,
     #Statusbar .spanSelectionInfo {
         background-color: #fff;
         padding: 2px 4px;
         line-height: 18px;
+        font-size: 11px;
+        font-family: Arial, Helvetica, sans-serif;
     }
 
-
     li.jxToolItem.activityIndicator {
         float: right;
         padding: 6px 3px;



More information about the fusion-commits mailing list