From 3c20cf8703635cf2d592db0040fc19f9e8deb6f6 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 15 Sep 2017 11:07:38 +0200 Subject: [PATCH] search --- themes/ficelle/css/ficelle.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/ficelle/css/ficelle.css b/themes/ficelle/css/ficelle.css index cf2a12e..ae2662a 100644 --- a/themes/ficelle/css/ficelle.css +++ b/themes/ficelle/css/ficelle.css @@ -598,6 +598,7 @@ article footer a { .aside.secondary #formulaire_recherche { background: #f8f8f8 none repeat scroll 0 0; border: 1px solid #e6e6e6; border-radius: 5px; - float: left; margin: 1em 0 2em; - padding: 1em 2em;} \ No newline at end of file + padding: 1em 2em;} + +.aside.secondary #formulaire_recherche .input-append {width: 100%; text-align: center} \ No newline at end of file -- GitLab