diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-17 11:32:37 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-17 11:32:37 +0100 |
commit | 9e3d130ad9dfa894d254908740268d04738ec3ce (patch) | |
tree | f22b8fd72caa4c542f01d5e5b4a892d688f81cd5 /view | |
parent | b531486dabfa66256b5809a6d7eac93a830be1f6 (diff) | |
download | volse-hubzilla-9e3d130ad9dfa894d254908740268d04738ec3ce.tar.gz volse-hubzilla-9e3d130ad9dfa894d254908740268d04738ec3ce.tar.bz2 volse-hubzilla-9e3d130ad9dfa894d254908740268d04738ec3ce.zip |
css fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/css/bootstrap-red.css | 8 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index abffe2f78..fa76fa2f2 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -29,7 +29,7 @@ nav ul li { max-height: 50px; } -nav img { +nav .navbar-header img { height: 49px; width: 49px; margin-top: 1px; @@ -63,16 +63,14 @@ aside .nav-pills > li > a { .dropdown-menu img { float: left; - width: 32px; - height: 32px; + width: 36px; + height: 36px; margin-right: 5px; } .dropdown-menu li a { overflow: hidden; text-overflow: ellipsis; - line-height: 1em; - padding: 5px 10px; } .nav-tabs.nav-justified > li { diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d981a38b9..d747e9c3e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1328,6 +1328,7 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { .contactname { padding-top: 2px; font-weight: bold; + line-height: 1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -1335,7 +1336,7 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { } .dropdown-sub-text { - font-size: 0.833em; + line-height: 1em; overflow: hidden; text-overflow: ellipsis; display: block; @@ -1720,7 +1721,8 @@ img.mail-conv-sender-photo { box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444; } -.wall-item-ago { +.wall-item-ago, +.dropdown-sub-text { color: #777; font-size: 0.833em; } @@ -1854,6 +1856,8 @@ nav .dropdown-menu { border-bottom-left-radius: $radiuspx; } + + #usermenu-caret { color: $nav_icon_colour; } |