diff gnv/src/main/webapp/styles/default.css @ 387:6de60d996475

First step of changing the operation concept. Static nodes will be rendered as text instead of disabled xforms. gnv/trunk@502 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 04 Jan 2010 15:15:38 +0000
parents c5edd8fcae8c
children 14eecfde4607
line wrap: on
line diff
--- a/gnv/src/main/webapp/styles/default.css	Thu Dec 17 18:28:20 2009 +0000
+++ b/gnv/src/main/webapp/styles/default.css	Mon Jan 04 15:15:38 2010 +0000
@@ -97,6 +97,19 @@
     padding: 0;
     font-size: 0.8em;
 }
+
+.parameter {
+    font-size:      0.8em;
+    padding-left:   10px;
+    text-align:     left;
+    vertical-align: top;
+    width:          100px;
+}
+
+.value {
+    font-size: 1.2em;
+}
+
 .submitbutton{
 	cursor:pointer;
 	border:outset 1px #ccc;
@@ -352,4 +365,4 @@
 
 }
 
-/* ----------------------------------- */
\ No newline at end of file
+/* ----------------------------------- */

http://dive4elements.wald.intevation.org