diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-14 18:59:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-14 18:59:27 +0100 |
commit | 3b2398ed015f1ada35b4098f6cc7f4431c65423d (patch) | |
tree | 348858f6f89cb5d1b75753bcc6d31751b6c6e359 /view/theme/redbasic/css | |
parent | a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5 (diff) | |
download | volse-hubzilla-3b2398ed015f1ada35b4098f6cc7f4431c65423d.tar.gz volse-hubzilla-3b2398ed015f1ada35b4098f6cc7f4431c65423d.tar.bz2 volse-hubzilla-3b2398ed015f1ada35b4098f6cc7f4431c65423d.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0e9eab16a..d81c8a75d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -545,7 +545,7 @@ footer { #nav-search-spinner { float: right; margin-top: -0.85rem; - margin-right: 1.1rem; + margin-right: 1.6rem; } @@ -880,14 +880,12 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { } .contactname { - padding-top: 2px; font-weight: bold; - line-height: 1em; display: block; } .dropdown-notification { - line-height: 1em; + line-height: 1.1em; font-size: 0.75rem; overflow: hidden; text-overflow: ellipsis; @@ -1487,15 +1485,15 @@ nav img { } .dropdown-menu-img-sm { - width: 3em; - height: 3em; + width: 3.3em; + height: 3.3em; margin-right: 5px; float: left; } .dropdown-menu-img-xs { - height: 1em; - width: 1em; + height: 1.1em; + width: 1.1em; margin-right: 5px; } |