diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-18 16:39:34 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-18 16:39:34 +0200 |
commit | 38b1020f52dfefa6e025eb2de4512ab6b3d7ec48 (patch) | |
tree | 8b4a970d0ea5393509bf85f7d80e9d1793b05345 /settings/css | |
parent | 746f3c90536acd2a3c45f6f71fe01214f15c9822 (diff) | |
download | nextcloud-server-38b1020f52dfefa6e025eb2de4512ab6b3d7ec48.tar.gz nextcloud-server-38b1020f52dfefa6e025eb2de4512ab6b3d7ec48.zip |
Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.scss | 34 |
1 files changed, 8 insertions, 26 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 2f0ca08478e..6e95d4bdc27 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1299,19 +1299,16 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { .password { width: 150px; } - .mailAddress{ + .mailAddress, + .groups, + .subadmins { width: 200px; } - .groups, - .subadmins, .quota { - width: 170px; + width: 150px; } .languages { width: 200px; - .multiselect { - width: 100%; - } } .storageLocation { width: 250px; @@ -1379,7 +1376,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { } progress { position: absolute; - width: 160px; + width: calc(100% - 4px); /* minus left and right */ left: 2px; bottom: 2px; height: 3px; @@ -1415,24 +1412,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { } } } - .v-select { - &.open .selected-tag-wrap { - display: none; - } - .dropdown-toggle .selected-tag { - padding-right: 5px; - .close { - /* no delete on tags*/ - display: none; - } - } - .dropdown-menu li a .icon-add { - position: absolute; - width: 16px; - height: 16px; - opacity: .5; - left: 7px; - } + /* Fill the grid cell */ + .multiselect.multiselect-vue { + width: 100%; } } } |