[OpenLayers-Commits] r4777 - sandbox/ianmayo/openlayers/theme/default

commits at openlayers.org commits at openlayers.org
Wed Oct 3 09:41:41 EDT 2007


Author: ianmayo
Date: 2007-10-03 09:41:40 -0400 (Wed, 03 Oct 2007)
New Revision: 4777

Modified:
   sandbox/ianmayo/openlayers/theme/default/style.css
Log:
Introduce styling, including those for metric & imperial child styles

Modified: sandbox/ianmayo/openlayers/theme/default/style.css
===================================================================
--- sandbox/ianmayo/openlayers/theme/default/style.css	2007-10-03 12:18:14 UTC (rev 4776)
+++ sandbox/ianmayo/openlayers/theme/default/style.css	2007-10-03 13:41:40 UTC (rev 4777)
@@ -23,6 +23,24 @@
     display: block;
     position: absolute;
 }
+.olControlScaleLine {
+    right: 3px;
+    top: 6em;
+    display: block;
+    position: absolute;
+	font-size: xx-small;
+	text-align:center;
+}
+.olControlScaleLineMetric {
+	border: solid 2px black;
+	border-top-style: none;
+}
+.olControlScaleLineImperial {
+	border: solid 2px black;
+	margin-top:-2px;
+	border-bottom-style: none;
+}
+
 .olControlPermalink {
     right: 3px;
     bottom: 1.5em;



More information about the Commits mailing list