From 82386d8630bf5e23cffad3cf3643fcd00835ef50 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 19 Mar 2013 21:35:02 +0100 Subject: Fix bug #33 : possibilité d'assigner directement la catégorie à un flux lors de son ajout + correction design MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/theme/base.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'public/theme/base.css') diff --git a/public/theme/base.css b/public/theme/base.css index e918f32ab..0532db6d2 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -65,6 +65,7 @@ label { padding: 5px 0; font-size: 14px; line-height: 25px; + cursor: pointer; } input, select, textarea { display: inline-block; @@ -321,22 +322,25 @@ input, select, textarea { padding: 0 5px; color: #888; font-weight: bold; + font-size: 14px; + line-height: 30px; } .dropdown .dropdown-menu .item { display: block; height: 30px; - padding: 0 25px; font-size: 90%; line-height: 30px; } - .dropdown .dropdown-menu .item a { + .dropdown .dropdown-menu .item > * { display: block; + padding: 0 25px; + line-height: 30px; } .dropdown .dropdown-menu .item:hover { background: #0062BE; color: #fff; } - .dropdown .dropdown-menu .item:hover a { + .dropdown .dropdown-menu .item:hover > * { color: #fff; text-decoration: none; } @@ -508,6 +512,12 @@ input, select, textarea { .aside.aside_flux { padding: 10px 0; } + .aside.aside_feed .nav-form input { + width: 140px; + } + .aside.aside_feed .nav-form .dropdown .dropdown-menu { + right: -20px; + } .nav_menu { width: 100%; -- cgit v1.2.3