From 096fbdb31c258987f9c9ef40f7d5d35df0013bce Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 8 Oct 2014 13:18:17 +0200 Subject: make nav-pills a bit smaller in height --- view/theme/redbasic/css/style.css | 6 +++++- view/tpl/searchbox.tpl | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a61c64eec..e30be9042 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -897,7 +897,7 @@ footer { #search-text { border: 1px solid #ccc; font-size: 1em; - height: 22px; + height: 30px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; } @@ -2288,6 +2288,10 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { background-color: $navaside_bghover; } +aside .nav-pills > li > a { + padding: 6px 10px; +} + .dropdown-menu img { border-radius: $radiuspx; } diff --git a/view/tpl/searchbox.tpl b/view/tpl/searchbox.tpl index 5911c72a9..02b2d4a50 100644 --- a/view/tpl/searchbox.tpl +++ b/view/tpl/searchbox.tpl @@ -3,9 +3,9 @@
- + {{if $savedsearch}} - + {{/if}}
-- cgit v1.2.3