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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Aug 6 10:47:47 EDT 2008


Author: astrid_emde
Date: 2008-08-06 10:47:47 -0400 (Wed, 06 Aug 2008)
New Revision: 2748

Added:
   trunk/mapbender/http/css/addwms.css
Log:
css-file to design the style of the Mapbender modul AddWMSFrom filtered list

Added: trunk/mapbender/http/css/addwms.css
===================================================================
--- trunk/mapbender/http/css/addwms.css	                        (rev 0)
+++ trunk/mapbender/http/css/addwms.css	2008-08-06 14:47:47 UTC (rev 2748)
@@ -0,0 +1,80 @@
+* {
+	font: 12px normal Verdana,Arial,Helvetica,sans-serif;
+}
+
+body {
+	margin: 0;
+	padding: 10px;
+	color: #000;
+	background-color: #FFF;
+}
+
+h1, h2 {
+	margin: .5em 0;
+	padding: 0;
+	font-size: 1.5em;
+}
+
+h1 {
+	font-weight: bold;
+}
+
+p em {
+	font-style: italic;
+}
+
+form fieldset {
+	margin: 0;
+	padding: 0;
+	border: 0;
+}
+
+form fieldset legend {
+	visibility: hidden;
+	display: none;
+}
+
+form p {
+	line-height: 1.25em;
+}
+
+table {
+	width: 100%;
+	border-collapse: collapse;
+}
+
+table tbody tr.alternate {
+	background-color: #EEE;
+}
+
+table tbody tr:hover {
+	background-color: #CCC;
+}
+
+table thead th {
+	padding: 10px 5px;
+	text-align: left;
+	color: #FFF;
+	background-color: #000;
+	border: 1px solid #000;
+	border-top: 0;
+}
+
+table tbody td {
+	padding: 5px;
+	border: 1px solid #000;
+	cursor: pointer;
+}
+
+table tbody td strong {
+	font-weight: bold;
+}
+
+h2#resultString, p#progressIndicator, table#resultTable {
+	visibility: hidden;
+	display: none;
+}
+
+p#progressIndicator img {
+	vertical-align: middle;
+}
\ No newline at end of file



More information about the Mapbender_commits mailing list