1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-07-25 05:44:55 +02:00

fix layout of password protected shares

* add password icon
* fix upshifted arrow button - fixes #9024
Esse commit está contido em:
Morris Jobke 2014-06-13 16:38:42 +02:00
commit fc9787ed64
2 arquivos alterados com 9 adições e 0 exclusões

Ver arquivo

@ -14,3 +14,11 @@ input[type='submit'] {
position: absolute;
top: 0px;
}
fieldset > p {
position: relative;
}
#password-icon {
top: 20px;
}

Ver arquivo

@ -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>