Merge pull request #9027 from owncloud/fix-password-saved-share-layout

fix layout of password protected shares
remotes/origin/ldap_group_count
Vincent Petry 12 years ago
commit d21845557e
  1. 8
      apps/files_sharing/css/authenticate.css
  2. 1
      apps/files_sharing/templates/authenticate.php

@ -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="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/>
<input type="submit" value="" class="svg icon-confirm" />
</p>
</fieldset>

Loading…
Cancel
Save