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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 5 00:30:41 EST 2007


Author: trs
Date: Fri Jan  5 00:30:39 2007
New Revision: 2462

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

Log:
 r18666 at zot:  tom | 2007-01-04 23:56:44 -0500
 Indicate mandatory fields visually


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:30:39 2007
@@ -205,3 +205,11 @@
 input.placeholder, textarea.placeholder {
     color: #666;
 }
+
+form div.mandatory label {
+    color: #a00000;
+}
+
+form div.form_field.mandatory label:after {
+    content: " (*)";
+}


More information about the Jifty-commit mailing list