diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-28 14:58:48 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-28 14:58:48 -0700 |
commit | d12b360e926c5df8da1639a5935fcd3e9236e4e3 (patch) | |
tree | a5eed2bf4fa37183435a39ecbd73a0d75aff0c22 /view/theme/redbasic/css | |
parent | 3e6088c6142d1dabbfdbb8b5df276ae942bd3554 (diff) | |
parent | 5564b47dbc640b30a8090a6138f0c2f841accbe9 (diff) | |
download | volse-hubzilla-d12b360e926c5df8da1639a5935fcd3e9236e4e3.tar.gz volse-hubzilla-d12b360e926c5df8da1639a5935fcd3e9236e4e3.tar.bz2 volse-hubzilla-d12b360e926c5df8da1639a5935fcd3e9236e4e3.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/narrow_navbar.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/narrow_navbar.css b/view/theme/redbasic/css/narrow_navbar.css index 33db6ce83..99f083638 100644 --- a/view/theme/redbasic/css/narrow_navbar.css +++ b/view/theme/redbasic/css/narrow_navbar.css @@ -11,7 +11,7 @@ } .contextual-help-content-open { - top: 2.4rem; + top: 2.5rem; } aside { diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3265f1c44..156df07ff 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -191,7 +191,7 @@ nav { .contextual-help-content-open { display: block; position: fixed; - top: 3.25rem; + top: 3.35rem; left: 0px; width: 100%; max-height: 50%; @@ -1211,12 +1211,12 @@ a.active:hover .dropdown-sub-text { } .usermenu { - width: 3.5rem; + width: 3.75rem; } #avatar { - width: 2.2rem; - height: 2.2rem; + width: 2.35rem; + height: 2.35rem; border-radius: $radius; } |