fix layout of password protected shares
* add password icon * fix upshifted arrow button - fixes #9024
This commit is contained in:
parent
c09f5680c9
commit
fc9787ed64
|
@ -14,3 +14,11 @@ input[type='submit'] {
|
|||
position: absolute;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
fieldset > p {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#password-icon {
|
||||
top: 20px;
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
placeholder="<?php p($l->t('Password')); ?>" value=""
|
||||
autocomplete="off" autocapitalize="off" autocorrect="off"
|
||||
autofocus />
|
||||
<img class="svg" id="password-icon" src="/master/core/img/actions/password.svg" alt="">
|
||||
<input type="submit" value="" class="svg icon-confirm" />
|
||||
</p>
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in New Issue