[Mapbender-commits] r3805 - branches/2.6/http/css trunk/mapbender/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Mar 24 06:53:25 EDT 2009


Author: christoph
Date: 2009-03-24 06:53:25 -0400 (Tue, 24 Mar 2009)
New Revision: 3805

Modified:
   branches/2.6/http/css/digitize.css
   trunk/mapbender/http/css/digitize.css
Log:
better css

Modified: branches/2.6/http/css/digitize.css
===================================================================
--- branches/2.6/http/css/digitize.css	2009-03-24 10:06:00 UTC (rev 3804)
+++ branches/2.6/http/css/digitize.css	2009-03-24 10:53:25 UTC (rev 3805)
@@ -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

Modified: trunk/mapbender/http/css/digitize.css
===================================================================
--- trunk/mapbender/http/css/digitize.css	2009-03-24 10:06:00 UTC (rev 3804)
+++ trunk/mapbender/http/css/digitize.css	2009-03-24 10:53:25 UTC (rev 3805)
@@ -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