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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Mar 4 11:20:09 CET 2011


Author: roland
Date: 2011-03-04 11:20:08 +0100 (Fri, 04 Mar 2011)
New Revision: 4758

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/public/styles/all.css
Log:
issue1404: use black for the buttons in the form

Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-03-04 09:41:38 UTC (rev 4757)
+++ base/trunk/ChangeLog	2011-03-04 10:20:08 UTC (rev 4758)
@@ -1,3 +1,8 @@
+2011-03-04  Roland Geider  <roland.geider at intevation.de>
+
+	* mpulsweb/public/styles/all.css: issue1404: use black for the "save" and
+	  "save and continue" buttons in the form
+
 2011-03-04  Ludwig Reiter <ludwig.reiter at intevation.de>
 
 	* mpulsweb/i18n/mpulsweb.pot

Modified: base/trunk/mpulsweb/public/styles/all.css
===================================================================
--- base/trunk/mpulsweb/public/styles/all.css	2011-03-04 09:41:38 UTC (rev 4757)
+++ base/trunk/mpulsweb/public/styles/all.css	2011-03-04 10:20:08 UTC (rev 4758)
@@ -263,6 +263,8 @@
 
 /* we don't seem to need formularpage input[type="submit"] */
 .submit_button, input[type="submit"] {
+        border: 1px solid black;
+        color: black;
         width:  auto;
         border: 1px solid #555753;
         background-color:   #babdb6;



More information about the Mpuls-commits mailing list