diff options
-rw-r--r-- | view/css/bootstrap-red.css | 4 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 | ||||
-rwxr-xr-x | view/tpl/common_tabs.tpl | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 4f806a52d..bcc75a9da 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -46,7 +46,9 @@ nav.navbar { overflow: auto; } - +.navbar-toggler-right { + top: 0.5rem; +} /* nav overrides end */ .wall-item-tools .dropdown-menu { diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 100074886..de179d56e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1261,7 +1261,7 @@ img.mail-conv-sender-photo { #avatar { width: 2.2rem; height: 2.2rem; - border-radius: 50%; + border-radius: $radius; } .page-title { diff --git a/view/tpl/common_tabs.tpl b/view/tpl/common_tabs.tpl index 65a8b6a9e..e78f54a3c 100755 --- a/view/tpl/common_tabs.tpl +++ b/view/tpl/common_tabs.tpl @@ -5,8 +5,8 @@ {{/foreach}} </ul> </div> -<div class="hidden-md-up dropup clearfix" style="position:fixed; right:7px; bottom:2rem; z-index:1020"> - <button type="button" class="btn btn-outline-success btn-sm float-right" data-toggle="dropdown"> +<div class="hidden-md-up dropdown clearfix" style="position:fixed; right:7px; top:4.5rem; z-index:1020"> + <button type="button" class="btn btn-outline-secondary btn-sm float-right" data-toggle="dropdown"> <i class="fa fa-bars"></i> </button> <div class="dropdown-menu dropdown-menu-right"> |