From 42cbc0e1082ea068d1df96ac418c3a45a96e2744 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 4 Sep 2013 15:57:27 +0200 Subject: [PATCH] [THEME] ~barre de recherche en une ligne --- www/themes/theme_lhc/habillage.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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; -- 2.20.1