diff options
| author | 2013-03-19 21:35:02 +0100 | |
|---|---|---|
| committer | 2013-03-19 21:35:02 +0100 | |
| commit | 82386d8630bf5e23cffad3cf3643fcd00835ef50 (patch) | |
| tree | 1f6e620631bc44f195ef5f262ce5de1b01969118 /public/theme/base.css | |
| parent | c47b3dc50a60622521b9050d7ee54e2f7c758ac8 (diff) | |
Fix bug #33 : possibilité d'assigner directement la catégorie à un flux lors de son ajout + correction design
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 16 |
1 files changed, 13 insertions, 3 deletions
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%; |
