diff --git a/core/css/styles.scss b/core/css/styles.scss index 3b621d69862..d74840fe444 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -249,6 +249,10 @@ body { left: 0; } +#app-navigation * { + box-sizing: border-box; +} + #controls { .button, button { box-sizing: border-box; diff --git a/settings/css/settings.scss b/settings/css/settings.scss index b6432c5a96e..4b571b24852 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -472,38 +472,17 @@ table.nostyle { } li.active { - span.utils .delete { - float: left; - position: relative; - opacity: 0.5; - top: -7px; - left: 7px; - width: 44px; - height: 44px; - } + .delete, .rename { - padding: 8px 14px 20px 14px; - top: 0px; - position: absolute; - width: 16px; - height: 16px; - opacity: 0.5; - display: inline-block !important; - } - span.utils .delete img { - margin: 14px; - } - .rename { - opacity: 0.5; - } - span.utils .delete:hover, .rename:hover { - opacity: 1; + display: block; } } -span.utils .delete, -.rename { - display: none; +.app-navigation-entry-utils { + .delete, + .rename { + display: none; + } } #usersearchform { diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index 5dfd7836f6a..865cc811e38 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -31,9 +31,11 @@