From d3d357fb9466c05f45a214b320907a203b5bdd92 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 22 Jun 2018 17:05:33 +0200 Subject: Resend activation email for new users as admin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/css/settings.scss | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) (limited to 'settings/css') diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 76179a35400..5742b6a5523 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1387,6 +1387,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { &.disabled { opacity: .5; } + + /* grid col width */ .name, .displayName, .password { @@ -1407,14 +1409,15 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { width: 250px; } .userBackend, - .lastLogin, - .userActions { + .lastLogin { width: 100px; } .obfuscated { width: 400px; opacity: .7; } + + /* various */ &#grid-header, &#new-user { position: sticky; @@ -1521,15 +1524,27 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { display: block; } } - .toggleUserActions { - position: relative; - .icon-more { - width: 44px; - height: 44px; - opacity: .5; - cursor: pointer; - :hover { - opacity: .7; + &.userActions { + .toggleUserActions { + position: relative; + .icon-more { + width: 44px; + height: 44px; + opacity: .5; + cursor: pointer; + &:hover { + opacity: .7; + } + } + } + .feedback { + display: flex; + align-items: center; + white-space: nowrap; + transition: opacity 200ms ease-in-out; + .icon-checkmark { + opacity: .5; + margin-right: 5px; } } } -- cgit v1.2.3