svn commit: r573 - trunk/mapbender/http/css/edit_gui.css
astrid_emde at osgeo.org
astrid_emde at osgeo.org
Tue Jun 20 05:12:30 EDT 2006
Author: astrid_emde
Date: 2006-06-20 09:12:30+0000
New Revision: 573
Added:
trunk/mapbender/http/css/edit_gui.css
Log:
new css for mod_editGUIWMS
Added: trunk/mapbender/http/css/edit_gui.css
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/css/edit_gui.css?view=auto&rev=573
==============================================================================
--- (empty file)
+++ trunk/mapbender/http/css/edit_gui.css 2006-06-20 09:12:30+0000
@@ -0,0 +1,39 @@
+body{
+ background-color : #ffffff;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+}
+
+table{
+ font-size: 12px;
+}
+
+select {
+ font-size: 14;
+ width: 200px;
+ size: 12px;
+}
+
+.select_short{
+ width: auto;
+}
+
+.Lbutton{
+ font-size : 11;
+ width:65px;
+}
+
+.button2{
+ font-size : 10;
+ width: 30px;
+}
+
+.button3{
+ font-size : 10;
+ width: 50px;
+}
+
+.myButton{
+ font-size : 14;
+ width: 100px;
+}
More information about the Mapbender_commits
mailing list