Fixes the Email Button and the email input Width.
This commit is contained in:
parent
170a5856e9
commit
d8e8dab006
1 changed files with 2 additions and 2 deletions
|
@ -186,8 +186,8 @@ OC.Share={
|
|||
html += '</div>';
|
||||
html += '</div>';
|
||||
html += '<form id="emailPrivateLink" >';
|
||||
html += '<input id="email" style="display:none; width:65%;" value="" placeholder="'+t('core', 'Email link to person')+'" type="text" />';
|
||||
html += '<input id="emailButton" style="display:none; float:right;" type="submit" value="'+t('core', 'Send')+'" />';
|
||||
html += '<input id="email" style="display:none; width:72%;" 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>';
|
||||
}
|
||||
html += '<div id="expiration">';
|
||||
|
|
Loading…
Reference in a new issue