[Mapbender-commits] r2027 - branches/2.5/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jan 28 06:00:19 EST 2008
Author: nimix
Date: 2008-01-28 06:00:19 -0500 (Mon, 28 Jan 2008)
New Revision: 2027
Modified:
branches/2.5/http/css/administration_alloc.css
Log:
positioning of filter input fields
Modified: branches/2.5/http/css/administration_alloc.css
===================================================================
--- branches/2.5/http/css/administration_alloc.css 2008-01-28 10:59:02 UTC (rev 2026)
+++ branches/2.5/http/css/administration_alloc.css 2008-01-28 11:00:19 UTC (rev 2027)
@@ -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