From 76e7a98c88382c51e2751cd2eefff7de5f23c424 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 15 Aug 2013 11:40:41 -0400 Subject: [PATCH] style fixes to image-drop list in composer window --- public/css/style.less | 52 ++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/public/css/style.less b/public/css/style.less index 5a44a064b0..e325264302 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -559,34 +559,36 @@ body .navbar .nodebb-inline-block { } #imagedrop { - text-align:center; - color:white; - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height:230px; - line-height:230px; - font-size:20px; - vertical-align: middle; + text-align:center; + color:white; + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height:230px; + line-height:230px; + font-size:20px; + vertical-align: middle; } #imagelist { - position: absolute; - bottom: 5px; - left: 0px; - padding-left:2em; - - div { - margin-right:5px; - } - span { - line-height:20px; - float:left; - } - button { - padding-left:5px; - } + position: relative; + bottom: 40px; + width: 90%; + margin: 0 auto; + + div { + margin-right:5px; + } + + span { + line-height:20px; + float:left; + } + + button { + padding-left:5px; + } } } }