From 0c8856587d75f76e340f8d29f0e0c9a1c0722e0c Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Thu, 16 Jan 2014 23:14:30 +0100 Subject: [PATCH] Restyled buttonGroupAdd (fixing position issues) --- less/buttons.less | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/less/buttons.less b/less/buttons.less index e492f09..744e670 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -173,13 +173,14 @@ #buttonGroupAdd { display: none; z-index: 1000; + position: relative; margin-top: -60%; - left: 60px; - width: 140px; /*fixme: can this grow based on it's content?*/ - + margin-left: 70%; + width: 200%; + max-width: 140px; /*fixme: can this grow based on it's content?*/ + padding: 5% 0 5% 5%; #btnWordArt, #btnShape { - width: 60px; /* scaled down >50% */ - float: left; + width: 45%; } }