Skip to content
Snippets Groups Projects
Commit fc9787ed authored by Morris Jobke's avatar Morris Jobke
Browse files

fix layout of password protected shares

* add password icon
* fix upshifted arrow button - fixes #9024
parent c09f5680
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment