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 --- app/layout/aside_feed.phtml | 15 ++++++++------- public/themes/default/global.css | 5 +++++ public/themes/flat-design/global.css | 5 +++++ 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 4c56d12fc..cab6944e2 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -13,14 +13,15 @@ - categories as $cat) { ?> -
  • - +
  • +
  • -
  • 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