Correction couleur recherche
authorveltr
Tue, 24 Jan 2012 12:20:39 +0100
changeset 434 dc8778d260ba
parent 433 b068bc945c2d
child 435 da40a1d68999
Correction couleur recherche
src/ldt/ldt/static/ldt/css/front_common.css
--- a/src/ldt/ldt/static/ldt/css/front_common.css	Tue Jan 24 10:25:44 2012 +0100
+++ b/src/ldt/ldt/static/ldt/css/front_common.css	Tue Jan 24 12:20:39 2012 +0100
@@ -211,11 +211,13 @@
 }
 
 #form_search {
-    position: relative; width: 378px; margin: 2px 0; height: 20px; border: 1px solid #000000; background: url(./imgs/search_icon.png) left no-repeat #ffffff;
+    position: relative; width: 378px; margin: 2px 0; height: 20px; border: 1px solid #000000;
+    background: url(./imgs/search_icon.png) left no-repeat #ffffff;
 }
 
 #id_search {
-    position: absolute; top: 0; left: 25px; width: 250px; height: 20px; border: 0; padding: 0;
+    position: absolute; top: 0; left: 25px; width: 250px;
+    height: 20px; border: 0; padding: 0; background: #ffffff;
 }
 
 #search_submit {