mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Reduced email input width by 10% to increase space.
This commit is contained in:
parent
326aae8a08
commit
6ecc3d7ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ OC.Share={
|
|||
html += '</div>';
|
||||
html += '</div>';
|
||||
html += '<form id="emailPrivateLink" >';
|
||||
html += '<input id="email" style="display:none; width:72%;" value="" placeholder="'+t('core', 'Email link to person')+'" type="text" />';
|
||||
html += '<input id="email" style="display:none; width:62%;" value="" placeholder="'+t('core', 'Email link to person')+'" type="text" />';
|
||||
html += '<input id="emailButton" style="display:none;" type="submit" value="'+t('core', 'Send')+'" />';
|
||||
html += '</form>';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue