fix layout of password protected shares

* add password icon
* fix upshifted arrow button - fixes #9024
Tento commit je obsažen v:
Morris Jobke 2014-06-13 16:38:42 +02:00
rodič c09f5680c9
revize fc9787ed64
2 změnil soubory, kde provedl 9 přidání a 0 odebrání

Zobrazit soubor

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

Zobrazit soubor

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