--- 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 {