Unify input looks

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-02-23 15:46:17 +01:00 committed by Roeland Jago Douma
parent bb5d4c8c21
commit 042617b707
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -561,15 +561,18 @@ span.usersLastLoginTooltip {
position: relative;
top: -1px;
}
#newuserHeader input{
input {
&:not([type='submit']),
&:not([type='reset']) {
width: 100%;
}
&[type='submit'],
&[type='reset'] {
width: 50%;
}
}
.userActions input {
border: none;
background-color: initial;
opacity: .5;
width: 44px;
height: 44px;
}
}
@ -585,7 +588,6 @@ tr:hover > td {
}
td.userActions {
width: 44px;
.toggleUserActions {
width: 44px;
height: 44px;