From 5248d3f44d9d41844d900d1b728e7d62beb649a1 Mon Sep 17 00:00:00 2001
From: gloas <gloas@git-test.afi-sa.fr>
Date: Mon, 16 Dec 2013 10:24:05 +0000
Subject: [PATCH] boite recherche: correction width label/select

---
 public/opac/css/global.css | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/public/opac/css/global.css b/public/opac/css/global.css
index d160af210c1..fb4b9194105 100644
--- a/public/opac/css/global.css
+++ b/public/opac/css/global.css
@@ -2575,13 +2575,11 @@ a.readspeaker {
 
 .boite.rech_simple label {
     display: inline-block;
-    width: 45%;
-    text-align: right;
-    padding-right: 10px;
+    padding-right: 5px;
 }
 
 
 .boite.rech_simple select {
     display: inline-block;
-    width: 49%;
+    width: 30%;
 }
\ No newline at end of file
-- 
GitLab