diff --git a/apps/files/css/files.css b/apps/files/css/files.css index ecb58789f61..89130e47fd3 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -307,8 +307,10 @@ table td.filename .nametext .innernametext { /* for smaller resolutions - see mobile.css */ -table td.filename .uploadtext { font-weight:normal; margin-left:8px; } -table td.filename form { font-size:14px; margin-left:46px; height: 40px; padding-top: 10px} +table td.filename .uploadtext { + font-weight: normal; + margin-left: 8px; +} .ie8 input[type="checkbox"]{ padding: 0; diff --git a/core/css/share.css b/core/css/share.css index 314c6140d78..f6f51376f11 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -104,6 +104,7 @@ a.showCruds:hover,a.unshare:hover { opacity:1; } +#defaultExpireMessage, /* fix expire message going out of box */ .reshare { /* fix shared by text going out of box */ white-space:normal; } @@ -118,4 +119,4 @@ a.showCruds:hover,a.unshare:hover { padding-left: 12px; padding-top: 12px; color: #999; -} +} \ No newline at end of file diff --git a/core/js/share.js b/core/js/share.js index aab41cf76da..5763664c5de 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -364,7 +364,7 @@ OC.Share={ html += '
'; html += ''; html += ''; - html += '
'+defaultExpireMessage+'
'; + html += ''+defaultExpireMessage+''; html += '
'; dropDownEl = $(html); dropDownEl = dropDownEl.appendTo(appendTo);