[Mapbender-commits] r2026 - trunk/mapbender/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jan 28 05:59:02 EST 2008


Author: nimix
Date: 2008-01-28 05:59:02 -0500 (Mon, 28 Jan 2008)
New Revision: 2026

Modified:
   trunk/mapbender/http/css/administration_alloc.css
Log:
positioning of filter input fields

Modified: trunk/mapbender/http/css/administration_alloc.css
===================================================================
--- trunk/mapbender/http/css/administration_alloc.css	2008-01-28 10:11:54 UTC (rev 2025)
+++ trunk/mapbender/http/css/administration_alloc.css	2008-01-28 10:59:02 UTC (rev 2026)
@@ -30,8 +30,15 @@
 }
 .select1{
 	position: absolute;
+	top: 80px;
+	left: 256px;
+	background: #ffffff;
+}
+.filter1{
+	position: absolute;
 	top: 60px;
 	left: 256px;
+	width: 200px;
 	background: #ffffff;
 }
 .text2{
@@ -41,8 +48,15 @@
 }
 .select2{
 	position: absolute;
+	top: 290px;
+	left: 0px;	
+	background: #ffffff;
+}
+.filter2{
+	position: absolute;
 	top: 270px;
 	left: 0px;	
+	width: 200px;
 	background: #ffffff;
 }
 .text3{
@@ -52,8 +66,15 @@
 }
 .select3{
 	position: absolute;
+	top: 290px;
+	left: 256px;	
+	background: #ffffff;
+}
+.filter3{
+	position: absolute;
 	top: 270px;
 	left: 256px;	
+	width: 200px;
 	background: #ffffff;
 }
 .button1{



More information about the Mapbender_commits mailing list