Merge pull request #11523 from nextcloud/usermgmt-design

User management: Fix header text alignment and new user "confirm" button
This commit is contained in:
Roeland Jago Douma 2018-10-01 23:31:23 +02:00 committed by GitHub
commit 28eaacd59f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1448,6 +1448,17 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
&#grid-header {
color: var(--color-text-maxcontrast);
z-index: 60; /* above new-user */
#headerDisplayName,
#headerPassword,
#headerAddress,
#headerGroups,
#headerSubAdmins,
#headerQuota,
#headerLanguages {
/* Line up header text with column content for when theres inputs */
padding-left: 7px;
}
}
&:hover {
input:not([type='submit']):not(:focus):not(:active) {
@ -1529,6 +1540,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}
}
&.userActions {
#newsubmit {
width: 100%;
}
.toggleUserActions {
position: relative;
.icon-more {