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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Sep 2 23:18:41 EDT 2007


Author: sterling
Date: Sun Sep  2 23:18:41 2007
New Revision: 4035

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

Log:
 r11133 at dynpc145:  andrew | 2007-09-02 22:17:41 -0500
 Additional selector to make sure that autocomplete hides .hidden_value on .inline forms.


Modified: jifty/trunk/share/web/static/css/autocomplete.css
==============================================================================
--- jifty/trunk/share/web/static/css/autocomplete.css	(original)
+++ jifty/trunk/share/web/static/css/autocomplete.css	Sun Sep  2 23:18:41 2007
@@ -22,6 +22,7 @@
     color: white;
 }
 
+div.inline .autocomplete .hidden_value,
 .autocomplete .hidden_value {
     display: none;
 }


More information about the Jifty-commit mailing list