[Mapbender-commits] r7971 - branches/2.7/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 19 09:04:13 EDT 2011


Author: astrid_emde
Date: 2011-07-19 06:04:13 -0700 (Tue, 19 Jul 2011)
New Revision: 7971

Added:
   branches/2.7/http/css/allow_publishing_metadata.css
Log:
merged with trunk

Copied: branches/2.7/http/css/allow_publishing_metadata.css (from rev 7962, trunk/mapbender/http/css/allow_publishing_metadata.css)
===================================================================
--- branches/2.7/http/css/allow_publishing_metadata.css	                        (rev 0)
+++ branches/2.7/http/css/allow_publishing_metadata.css	2011-07-19 13:04:13 UTC (rev 7971)
@@ -0,0 +1,108 @@
+body{
+	background-color : #ffffff;
+	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+}
+select {
+	font-size: 11;
+	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+	width: 200px;
+	font-weight : bold;
+}
+.select_short{
+	width: auto;
+}
+table{
+	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
+	font-size:11;
+}   
+
+.wms_button{
+	color: black;
+	border: solid thin;
+	height:22px;
+	width:60px;
+}
+
+checkbox{
+	background-color : #0066ff; 
+}
+.titel{
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 16;
+	font-weight : bold;
+}
+.box{
+	font-family: Arial, Helvetica, sans-serif;
+	font-size : 14;
+}	
+.text1{
+	position: absolute;
+	top: 40px;
+	left: 256px;
+}
+.select1{
+	position: absolute;
+	top: 80px;
+	left: 256px;
+	background: #ffffff;
+}
+.filter1{
+	position: absolute;
+	top: 60px;
+	left: 256px;
+	width: 200px;
+	background: #ffffff;
+}
+.text2{
+	position: absolute;
+	top: 50px;
+	left: 0px;
+}
+.select2{
+	position: absolute;
+	top: 90px;
+	left: 0px;	
+	background: #ffffff;
+}
+.filter2{
+	position: absolute;
+	top: 70px;
+	left: 0px;	
+	width: 200px;
+	background: #ffffff;
+}
+.text3{
+	position: absolute;
+	top: 50px;
+	left: 276px;
+}
+.select3{
+	position: absolute;
+	top: 90px;
+	left: 276px;	
+	background: #ffffff;
+}
+.filter3{
+	position: absolute;
+	top: 70px;
+	left: 276px;	
+	width: 200px;
+	background: #ffffff;
+}
+.button1{
+	position: absolute;
+	left: 205px;
+	top: 180px;
+}
+.button2{
+	position: absolute;
+	left: 205px;
+	top: 240px;
+}
+.text4{
+	position: absolute;
+	top: auto;
+	left: auto;
+	color : Red;
+	font-size : 13;
+}



More information about the Mapbender_commits mailing list