[fusion-commits] r1623 - trunk/templates/mapguide/standard
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Oct 30 14:05:54 EDT 2008
Author: madair
Date: 2008-10-30 14:05:54 -0400 (Thu, 30 Oct 2008)
New Revision: 1623
Modified:
trunk/templates/mapguide/standard/index.html
Log:
fix status bar css font
Modified: trunk/templates/mapguide/standard/index.html
===================================================================
--- trunk/templates/mapguide/standard/index.html 2008-10-30 17:35:36 UTC (rev 1622)
+++ trunk/templates/mapguide/standard/index.html 2008-10-30 18:05:54 UTC (rev 1623)
@@ -5,17 +5,20 @@
<title>Sample Fusion Application</title>
<!-- change the source of the following tag to point to your fusion installation -->
<script type="text/javascript" src="../../../lib/fusion.js"></script>
-<link rel="stylesheet" href="../../../jx/jxskin_delicious.css" type="text/css" media="screen" charset="utf-8">
+<link rel="stylesheet" href="themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
<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;
}
More information about the fusion-commits
mailing list