[Jifty-commit] r2464 - in jifty/trunk: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 5 00:33:14 EST 2007


Author: trs
Date: Fri Jan  5 00:33:13 2007
New Revision: 2464

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/static/css/forms.css

Log:
 r18673 at zot:  tom | 2007-01-05 00:33:00 -0500
 Less obstrusive mandatory visual indicator.  This will likely almost always want app-specific styling.


Modified: jifty/trunk/share/web/static/css/forms.css
==============================================================================
--- jifty/trunk/share/web/static/css/forms.css	(original)
+++ jifty/trunk/share/web/static/css/forms.css	Fri Jan  5 00:33:13 2007
@@ -207,9 +207,6 @@
 }
 
 form div.mandatory label {
-    color: #a00000;
+    font-weight: bold;
 }
 
-form div.form_field.mandatory label:after {
-    content: " (*)";
-}


More information about the Jifty-commit mailing list