From a2f5826d67b4070a7bb5358a7d10f0fdc70874c5 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 7 Oct 2013 20:01:08 +0200 Subject: Liste catégories en select à la place de radio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le changement est maintenant effectif lors de l'ajout d'un flux --- public/themes/default/global.css | 5 +++++ public/themes/flat-design/global.css | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'public/themes') diff --git a/public/themes/default/global.css b/public/themes/default/global.css index e65816a28..0fc0f835e 100644 --- a/public/themes/default/global.css +++ b/public/themes/default/global.css @@ -386,6 +386,7 @@ input, select, textarea { font-size: 90%; line-height: 30px; } + .dropdown .dropdown-menu .input select, .dropdown .dropdown-menu .input input { display: block; height: 20px; @@ -394,6 +395,10 @@ input, select, textarea { padding: 2px 5px; border-radius: 3px; } + .dropdown .dropdown-menu .input select { + width: 70%; + height: auto; + } .dropdown .dropdown-menu .separator { display: block; height: 0; diff --git a/public/themes/flat-design/global.css b/public/themes/flat-design/global.css index e988fdcff..f24966b33 100644 --- a/public/themes/flat-design/global.css +++ b/public/themes/flat-design/global.css @@ -380,6 +380,7 @@ input, select, textarea { .dropdown .dropdown-menu label { font-weight: normal; } + .dropdown .dropdown-menu .input select, .dropdown .dropdown-menu .input input { display: block; height: 20px; @@ -388,6 +389,10 @@ input, select, textarea { padding: 2px 5px; border-radius: 3px; } + .dropdown .dropdown-menu .input select { + width: 70%; + height: auto; + } .dropdown .dropdown-menu .separator { display: block; height: 0; -- cgit v1.2.3