aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-08 13:18:17 +0200
committermarijus <mario@mariovavti.com>2014-10-08 13:18:17 +0200
commit096fbdb31c258987f9c9ef40f7d5d35df0013bce (patch)
treed949a43d3b0856eabb08bb0be3392dad0a874dbe /view/theme
parent289f57f79e27ffabcee404ee82758582d0d13985 (diff)
downloadvolse-hubzilla-096fbdb31c258987f9c9ef40f7d5d35df0013bce.tar.gz
volse-hubzilla-096fbdb31c258987f9c9ef40f7d5d35df0013bce.tar.bz2
volse-hubzilla-096fbdb31c258987f9c9ef40f7d5d35df0013bce.zip
make nav-pills a bit smaller in height
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css6
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;
}