From: Ludovic CHEVALIER Date: Wed, 4 Sep 2013 13:57:27 +0000 (+0200) Subject: [THEME] ~barre de recherche en une ligne X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwww.git;a=commitdiff_plain;h=42cbc0e1082ea068d1df96ac418c3a45a96e2744 [THEME] ~barre de recherche en une ligne --- diff --git a/www/themes/theme_lhc/habillage.css b/www/themes/theme_lhc/habillage.css index d6a92e6e..dd733a67 100644 --- a/www/themes/theme_lhc/habillage.css +++ b/www/themes/theme_lhc/habillage.css @@ -403,9 +403,9 @@ table.spip tr.row-odd { .formulaire_recherche { background-color: transparent; border: medium none; - margin-left: 215px; + text-align: right; padding: 5px 0 15px; - width: 236px; + width: 450px; margin-bottom: 2em; } .formulaire_recherche p { @@ -429,6 +429,10 @@ table.spip tr.row-odd { font-size:0; cursor: pointer; } +.formulaire_recherche label { + text-align: right; + display: inline; +} #wrap { background-color: #FFFFFF; margin: 0 auto;