summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/share.css8
-rw-r--r--core/js/share.js4
2 files changed, 10 insertions, 2 deletions
diff --git a/core/css/share.css b/core/css/share.css
index e806d25982e..c0d8e3f9d63 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -24,7 +24,14 @@
#shareWithList li {
padding-top:.1em;
}
+
+ #shareWithList li:first-child {
+ white-space:normal;
+ }
+ #shareWithList .cruds {
+ margin-left:-10px;
+ }
#dropdown label {
font-weight:400;
}
@@ -43,6 +50,7 @@
float:right;
opacity:.5;
padding:.3em 0 0 .3em !important;
+ margin-top:-5px;
}
#link {
diff --git a/core/js/share.js b/core/js/share.js
index 6d1c3954044..dc62dd2e04c 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: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>';
}
html += '<div id="expiration">';