From bb2856f089ed8d370be6b804117212f92858d0de Mon Sep 17 00:00:00 2001
From: gloas <gloas@git-test.afi-sa.fr>
Date: Mon, 9 Dec 2013 10:22:07 +0000
Subject: [PATCH] indentation global css

---
 public/opac/css/global.css | 50 ++++++++++++++++++++++++--------------
 1 file changed, 32 insertions(+), 18 deletions(-)

diff --git a/public/opac/css/global.css b/public/opac/css/global.css
index d202b824855..d160af210c1 100644
--- a/public/opac/css/global.css
+++ b/public/opac/css/global.css
@@ -804,7 +804,7 @@ ul.view-raw-rss li {
 
 
 .boite.kiosque .change_kiosque_data {
-		display: inline;
+    display: inline;
 }
 
 
@@ -1528,7 +1528,7 @@ div.entete_notice {
     padding-left:5px;
     margin-bottom: 0px;
     text-align:right;
-		white-space: nowrap;
+    white-space: nowrap;
 }
 
 .vignette_info dt {
@@ -2171,7 +2171,7 @@ div.ui-dialog-titlebar {
 
 
 .ui-dialog form label {
-		margin-right: 10px;
+    margin-right: 10px;
 }
 
 
@@ -2533,41 +2533,55 @@ div.boite.panier #maj_titre_panier form input {
 
 
 .ui-selectable {
-		list-style-type: none;
-		margin: 0;
-		padding: 0;
+    list-style-type: none;
+    margin: 0;
+    padding: 0;
 }
 
 .ui-selectable li {
-		margin: 3px;
-		padding: 0.4em;
-		font-size: 1.4em;
-		height: 18px;
+    margin: 3px;
+    padding: 0.4em;
+    font-size: 1.4em;
+    height: 18px;
 }
 
 
 form.ajout_panier {
-		text-align: center;
+    text-align: center;
 }
 
 form.ajout_panier + div  {
-		display: table;
-		width: 100%;
-		text-align: center;
-		margin: 10px;
+    display: table;
+    width: 100%;
+    text-align: center;
+    margin: 10px;
 }
 
 form.ajout_panier + div  a {
-		display: table-cell;
+    display: table-cell;
 }
 
 
 .colFlottant table.contenu_panier {
-		max-width: 400px;
+    max-width: 400px;
 }
 
 
 
 a.readspeaker {
-		float: right;
+    float: right;
+}
+
+
+.boite.rech_simple label {
+    display: inline-block;
+    width: 45%;
+    text-align: right;
+    padding-right: 10px;
+}
+
+
+.boite.rech_simple select {
+    display: inline-block;
+    width: 49%;
 }
\ No newline at end of file
-- 
GitLab