# HG changeset patch # User veltr # Date 1327404039 -3600 # Node ID dc8778d260baaa7c3a0eff770656df5ea6b0f6f0 # Parent b068bc945c2df0054afac69c42ee83017fe3aac9 Correction couleur recherche diff -r b068bc945c2d -r dc8778d260ba 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 {