fix userlist alignment

Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
GretaD 2019-12-17 23:22:00 +01:00 committed by Julius Härtl
parent cf771c5816
commit 99a64e7003
2 changed files with 15 additions and 11 deletions

View File

@ -1431,6 +1431,10 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
// separate prop to set initial value to top: 50px
&#new-user {
top: $header-height + $grid-row-height;
height: 90px;
.row {
padding-top: 50px;
}
}
&#grid-header {
color: var(--color-text-maxcontrast);

View File

@ -96,7 +96,6 @@
pattern="[a-zA-Z0-9 _\.@\-']+"
required
type="text">
</div>
<div class="displayName">
<input id="newdisplayname"
v-model="newUser.displayName"
@ -107,6 +106,7 @@
name="displayname"
type="text">
</div>
</div>
<div class="password">
<input id="newuserpassword"
ref="newuserpassword"