fix lineheight of server2server share

remotes/origin/ldap_group_count
Volkan Gezer 12 years ago
parent 3d0094723c
commit 586c4236fd
  1. 1
      apps/files_sharing/css/public.css
  2. 2
      apps/files_sharing/templates/public.php

@ -92,7 +92,6 @@ thead {
#remote_address {
margin: 0;
height: 14px;
line-height: 16px;
padding: 6px;
}

@ -19,7 +19,7 @@
<span id="save" data-protected="<?php p($_['protected'])?>" data-owner="<?php p($_['displayName'])?>" data-name="<?php p($_['filename'])?>">
<button><?php p($l->t('Add to your ownCloud')) ?></button>
<form class="save-form hidden" action="#">
<input type="text" id="remote_address" placeholder="<?php p($l->t('example.com/owncloud')) ?>"/>
<input type="text" id="remote_address" placeholder="example.com/owncloud"/>
<input type="submit" value="<?php p($l->t('Save')) ?>"/>
</form>
</span>

Loading…
Cancel
Save