From 1752be237bb9dfe19843372eeaa858245d84408e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 25 Jul 2013 12:36:43 -0400 Subject: [PATCH] minor style changes to the composer (moved buttons to the bottom as well) --- public/css/style.less | 7 ++++--- public/src/modules/composer.js | 12 +++++++----- 2 files changed, 11 insertions(+), 8 deletions(-) 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);