[Mapbender-commits] r3146 - branches/beck_dev/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Oct 8 08:44:07 EDT 2008


Author: beck
Date: 2008-10-08 08:44:07 -0400 (Wed, 08 Oct 2008)
New Revision: 3146

Modified:
   branches/beck_dev/http/css/digitize.css
Log:


Modified: branches/beck_dev/http/css/digitize.css
===================================================================
--- branches/beck_dev/http/css/digitize.css	2008-10-08 10:04:33 UTC (rev 3145)
+++ branches/beck_dev/http/css/digitize.css	2008-10-08 12:44:07 UTC (rev 3146)
@@ -1,27 +1,22 @@
-.bp{
-	position:absolute;
-	top: 0px;
-	left: 0px;
-	background-color: #8a2be2;
-	width: 5px;
-	height: 5px;
-	font-size:1px;
-	cursor:pointer;
+.lp, .bp, .t_img {
+	position: absolute;
+	top: 0;
+	left: 0;
 }
 
-.lp{
-	position:absolute;
-	top: 0px;
-	left: 0px;
-	background-color: #ff00ff;
-	width: 4px;
-	height: 4px;
-	font-size:1px;
-	cursor:pointer;
+.lp, .bp {
+	font-size: 1px;
+	cursor: pointer;
 }
 
-.t_img{
-	position:absolute;
-	left:0px;
-	top:0px;
+.lp {
+	width: 2px;
+	height: 2px;
+	background-color: #000;
+}
+
+.bp {
+	width: 5px;
+	height: 5px;
+	background-color: #F00;
 }
\ No newline at end of file



More information about the Mapbender_commits mailing list