[Bps-public-commit] r17699 - Prophet/trunk/share/web/static/jquery/css

jesse at bestpractical.com jesse at bestpractical.com
Sun Jan 11 18:04:49 EST 2009


Author: jesse
Date: Sun Jan 11 18:04:49 2009
New Revision: 17699

Modified:
   Prophet/trunk/share/web/static/jquery/css/jquery.autocomplete.css

Log:
 * css changes

Modified: Prophet/trunk/share/web/static/jquery/css/jquery.autocomplete.css
==============================================================================
--- Prophet/trunk/share/web/static/jquery/css/jquery.autocomplete.css	(original)
+++ Prophet/trunk/share/web/static/jquery/css/jquery.autocomplete.css	Sun Jan 11 18:04:49 2009
@@ -1,6 +1,6 @@
 .ac_results {
-	padding: 0px;
-	border: 1px solid black;
+    border-right: 1px solid #666;
+    border-bottom: 1px solid #666;
 	background-color: white;
 	overflow: hidden;
 	z-index: 99999;
@@ -15,8 +15,9 @@
 }
 
 .ac_results li {
-	margin: 0px;
-	padding: 2px 5px;
+	/*margin: 0px;
+	padding: 2px 5px; */
+    padding: 0.5em;
 	cursor: default;
 	display: block;
 	/* 
@@ -25,24 +26,27 @@
 	*/
 	/*width: 100%;*/
 	font: menu;
-	font-size: 12px;
+	font-size: 0.7em;
 	/* 
 	it is very important, if line-height not setted or setted 
 	in relative units scroll will be broken in firefox
 	*/
-	line-height: 16px;
 	overflow: hidden;
 }
 
 .ac_loading {
-	background: white url('indicator.gif') right center no-repeat;
+	/* background: white url('indicator.gif') right center no-repeat; */
 }
 
 .ac_odd {
-	background-color: #eee;
+	background-color: #efefef;
+}
+
+.ac_even {
+    background-color: #fefefe;
 }
 
 .ac_over {
-	background-color: #0A246A;
-	color: white;
+	background-color: #ccc;
+	color:  #000;
 }



More information about the Bps-public-commit mailing list