svn commit: r781 - trunk/mapbender/http/css/meetingPoint.css

astrid_emde at osgeo.org astrid_emde at osgeo.org
Thu Oct 5 05:47:41 EDT 2006


Author: astrid_emde
Date: 2006-10-05 09:47:41+0000
New Revision: 781

Added:
   trunk/mapbender/http/css/meetingPoint.css

Log:
css file for the new functionality meetingPoint (mod_meetingPoint.php)

Added: trunk/mapbender/http/css/meetingPoint.css
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/css/meetingPoint.css?view=auto&rev=781
==============================================================================
--- (empty file)
+++ trunk/mapbender/http/css/meetingPoint.css	2006-10-05 09:47:41+0000
@@ -0,0 +1,45 @@
+body{
+	font-family : Verdana, Arial, Helvetica, sans-serif;
+	font-size : 11px;
+	color: #000000;
+}
+
+.strinput{
+	border : 1 solid #990000;
+	font-family : Verdana, Arial, Helvetica, sans-serif;
+	font-size : 10px;
+	height: 20px;
+	width: 200px;
+	color: #000000;
+	background: #FFFFFF;   
+}
+
+.coord{
+	border: 0;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 10px;
+	height: 20px;
+	color: #888888;
+	background: #FFFFFF;
+	width: 80px;
+}
+
+.okbutton{
+	font-family : Verdana, Arial, Helvetica, sans-serif;
+	font-size : 10px;
+	font-weight: normal;
+	border : solid thin;
+	width: 26px;
+	height: 20px;
+	background: #c0c0c0;   
+}
+
+.ibutton{
+	font-family : Verdana, Arial, Helvetica, sans-serif;
+	font-size : 10px;
+	font-weight: normal;
+	border : solid thin;
+	width: 40px;
+	height: 20px;
+	background: #c0c0c0;   
+}
\ No newline at end of file




More information about the Mapbender_commits mailing list