diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
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; } |