diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-13 11:24:03 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-13 11:24:29 +0100 |
commit | b24b3d21e1d4999e03d4e268261bd190c6d02441 (patch) | |
tree | b314b480dfc1997a19282beca12a507913cf54a0 /view/css | |
parent | 0927af40c36083f95c5833971e07646f63d073cc (diff) | |
download | volse-hubzilla-b24b3d21e1d4999e03d4e268261bd190c6d02441.tar.gz volse-hubzilla-b24b3d21e1d4999e03d4e268261bd190c6d02441.tar.bz2 volse-hubzilla-b24b3d21e1d4999e03d4e268261bd190c6d02441.zip |
dropdown position fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index b68517e25..cea911440 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -60,8 +60,7 @@ aside .nav-pills > li > a, padding: 6px 10px; } -.wall-item-tools .dropdown-menu, -.section-title-wrapper .dropdown-menu { +.wall-item-tools .dropdown-menu { min-width: auto; } |