Skip to content
Snippets Groups Projects
Commit 586c4236 authored by Volkan Gezer's avatar Volkan Gezer
Browse files

fix lineheight of server2server share

parent 3d009472
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment