fix layout of password protected shares

* add password icon
* fix upshifted arrow button - fixes #9024
Este commit está contenido en:
Morris Jobke 2014-06-13 16:38:42 +02:00
padre c09f5680c9
commit fc9787ed64
Se han modificado 2 ficheros con 9 adiciones y 0 borrados

Ver fichero

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

Ver fichero

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