summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2013-02-20 21:37:23 +0530
committerraghunayyar <me@iraghu.com>2013-02-20 21:37:23 +0530
commitd8e8dab0066439414f282fa15dd1d9d3b851c310 (patch)
tree61dfe3773df025bc67fd85d830f6bc864e6a716f /core
parent170a5856e9ffe1a4b03d0ff424118d030e3d9de0 (diff)
downloadnextcloud-server-d8e8dab0066439414f282fa15dd1d9d3b851c310.tar.gz
nextcloud-server-d8e8dab0066439414f282fa15dd1d9d3b851c310.zip
Fixes the Email Button and the email input Width.
Diffstat (limited to 'core')
-rw-r--r--core/js/share.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/share.js b/core/js/share.js
index 6d1c3954044..231d07cf3b9 100644
--- a/core/js/share.js
+++ b/core/js/share.js
@@ -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">';