diff --git a/public/css/style.less b/public/css/style.less index af5fb49f18..484ea34e1c 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -536,13 +536,14 @@ body .navbar .nodebb-inline-block { } input { - width: 100%; + width: 98%; text-align: center; border: none; padding: 0.5em 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; + margin: 1% 1% 2% 1%; } textarea { @@ -551,10 +552,10 @@ body .navbar .nodebb-inline-block { padding: 0.5em; display: block; width: 90%; - margin: 1em auto; + margin: 0.5em auto; resize: none; color: white; - height: 230px; + height: 200px; } #imagedrop { diff --git a/public/src/modules/composer.js b/public/src/modules/composer.js index 3e97fdb92d..fec1ce41c5 100644 --- a/public/src/modules/composer.js +++ b/public/src/modules/composer.js @@ -95,17 +95,19 @@ define(['taskbar'], function(taskbar) { '' + '' + '' + - '
' + - '' + - '' + - '' + - '
' + '' + '
'+ '
Drag and Drop Images Here
'+ '' + '
'+ '
'+ + '
' + + '
' + + '' + + '' + + '' + + '
' + + '
' + ''; document.body.insertBefore(composer.postContainer, taskbar);