diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-19 17:06:55 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-19 17:06:55 +0100 |
commit | a0245f3e9307f4b1d195b764bd9956fb85058769 (patch) | |
tree | 7cb7bd4b24c7190ca47044719448639793bbbd17 /view/tpl/common_tabs.tpl | |
parent | c85f1a208d461fad1d5d2b4d091f026d924a9a63 (diff) | |
download | volse-hubzilla-a0245f3e9307f4b1d195b764bd9956fb85058769.tar.gz volse-hubzilla-a0245f3e9307f4b1d195b764bd9956fb85058769.tar.bz2 volse-hubzilla-a0245f3e9307f4b1d195b764bd9956fb85058769.zip |
css fixes
Diffstat (limited to 'view/tpl/common_tabs.tpl')
-rwxr-xr-x | view/tpl/common_tabs.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
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"> |