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

Jifty commits jifty-commit at lists.jifty.org
Mon Apr 21 17:25:57 EDT 2008


Author: sterling
Date: Mon Apr 21 17:25:56 2008
New Revision: 5331

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

Log:
 r17784 at andrew-mac:  andrew | 2008-04-21 16:24:12 -0500
 Fixing the extra border that shows up under autocompleters.


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	Mon Apr 21 17:25:56 2008
@@ -1,11 +1,14 @@
 /* Autocomplete */
 
-.autocomplete {
+#autocompleteHelper {
     border: 1px solid #666;
     background: white;
     z-index: 43;
 }
 
+.autocomplete {
+}
+
 .autocomplete ul {
     margin: 0;
     padding: 0;


More information about the Jifty-commit mailing list