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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 22 10:52:18 EDT 2007


Author: astrid_emde
Date: 2007-03-22 10:52:06 -0400 (Thu, 22 Mar 2007)
New Revision: 1238

Modified:
   trunk/mapbender/http/css/metadata.css
Log:
changes in style

Modified: trunk/mapbender/http/css/metadata.css
===================================================================
--- trunk/mapbender/http/css/metadata.css	2007-03-20 16:34:59 UTC (rev 1237)
+++ trunk/mapbender/http/css/metadata.css	2007-03-22 14:52:06 UTC (rev 1238)
@@ -1,10 +1,21 @@
-body{
+body,td, form, input, select{
 	font-size: 12px;
 	line-height: 16px;
 	font-family: "Verdana","Arial",sans-serif;
 	color: black;
 }
 
+select{
+	color:black;
+	width:300px;
+}
+
+.sbutton{
+	width:100px;
+	height:40px;
+}
+
+
 table{
 	font-size: 12px;
 	border: 1px;
@@ -14,6 +25,22 @@
 	
 }
 
+
+.table_top{
+	color:black;
+	font-size: 12px;
+	margin-right: 2px;
+	text-align: right;	
+}
+
+.table_layer{
+	border:1px;
+	font-size: 12px;
+	border: 1px;
+	margin-right: 2px;
+	text-align: left;	
+}
+
 a {
   text-decoration:none;
   color:black;



More information about the Mapbender_commits mailing list