diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-11 12:49:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-11 12:49:53 +0200 |
commit | d5afd0d7c223161b673dca529830be3bfc739cd2 (patch) | |
tree | d36b16387b9b5ced13c7b08d7d8d87f2fbf470d8 /view/css | |
parent | e2574cf069dc29b1e8ca6bd64ee78b262206cef4 (diff) | |
download | volse-hubzilla-d5afd0d7c223161b673dca529830be3bfc739cd2.tar.gz volse-hubzilla-d5afd0d7c223161b673dca529830be3bfc739cd2.tar.bz2 volse-hubzilla-d5afd0d7c223161b673dca529830be3bfc739cd2.zip |
do not use visibility for fullscreen button and move fullscreen button to the right
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 26321ab3c..20df16446 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -59,7 +59,8 @@ aside .nav-pills > li > a, padding: 6px 10px; } -.wall-item-tools .dropdown-menu { +.wall-item-tools .dropdown-menu, +.section-title-wrapper .dropdown-menu { min-width: auto; } |