1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-07-25 05:44:55 +02:00

fix layout of password protected shares

* add password icon
* fix upshifted arrow button - fixes #9024
Dieser Commit ist enthalten in:
Morris Jobke 2014-06-13 16:38:42 +02:00
Ursprung c09f5680c9
Commit fc9787ed64
2 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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