[Mpuls-commits] r4516 - in base/trunk: . mpulsweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jan 21 14:36:18 CET 2011


Author: roland
Date: 2011-01-21 14:36:17 +0100 (Fri, 21 Jan 2011)
New Revision: 4516

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/public/styles/all.css
Log:
issue1404: differenciate the submit buttons more in the phase overview

Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-01-21 13:22:06 UTC (rev 4515)
+++ base/trunk/ChangeLog	2011-01-21 13:36:17 UTC (rev 4516)
@@ -1,3 +1,8 @@
+2011-01-21  Roland Geider <roland.geider at intevation.de>
+
+	* mpulsweb/public/styles/all.css: issue1404: differenciate the submit
+	  buttons more in the phase overview
+
 2011-01-21  Torsten Irlaender <torsten at intevation.de>
 
 	* mpulsweb/templates/switch_to_other_datasets.mako: New code to render

Modified: base/trunk/mpulsweb/public/styles/all.css
===================================================================
--- base/trunk/mpulsweb/public/styles/all.css	2011-01-21 13:22:06 UTC (rev 4515)
+++ base/trunk/mpulsweb/public/styles/all.css	2011-01-21 13:36:17 UTC (rev 4516)
@@ -276,6 +276,19 @@
     color: #555753;
 }
 
+/*
+    Differenciate the buttons on the phase overview a bit more
+*/
+#cmphases input[type="submit"] {
+    font-weight: bold;
+    border: 1px solid black;
+}
+
+#cmphases input[type="submit"][disabled] {
+    border: 1px solid #555753;
+    font-weight: normal;
+}
+
 .formularpage label, input, select {
 	font-size: 0.9em;
 }



More information about the Mpuls-commits mailing list