mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix userlist alignment
Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
parent
cf771c5816
commit
99a64e7003
2 changed files with 15 additions and 11 deletions
|
|
@ -1430,7 +1430,11 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
}
|
||||
// separate prop to set initial value to top: 50px
|
||||
&#new-user {
|
||||
top: $header-height + $grid-row-height;
|
||||
top: $header-height + $grid-row-height;
|
||||
height: 90px;
|
||||
.row {
|
||||
padding-top: 50px;
|
||||
}
|
||||
}
|
||||
&#grid-header {
|
||||
color: var(--color-text-maxcontrast);
|
||||
|
|
|
|||
|
|
@ -96,16 +96,16 @@
|
|||
pattern="[a-zA-Z0-9 _\.@\-']+"
|
||||
required
|
||||
type="text">
|
||||
</div>
|
||||
<div class="displayName">
|
||||
<input id="newdisplayname"
|
||||
v-model="newUser.displayName"
|
||||
:placeholder="t('settings', 'Display name')"
|
||||
autocapitalize="none"
|
||||
autocomplete="off"
|
||||
autocorrect="off"
|
||||
name="displayname"
|
||||
type="text">
|
||||
<div class="displayName">
|
||||
<input id="newdisplayname"
|
||||
v-model="newUser.displayName"
|
||||
:placeholder="t('settings', 'Display name')"
|
||||
autocapitalize="none"
|
||||
autocomplete="off"
|
||||
autocorrect="off"
|
||||
name="displayname"
|
||||
type="text">
|
||||
</div>
|
||||
</div>
|
||||
<div class="password">
|
||||
<input id="newuserpassword"
|
||||
|
|
|
|||
Loading…
Reference in a new issue