From 65788c62ff9f6b51a30edbcfbcb344dbe9595329 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Fri, 22 Jun 2012 15:00:54 +0000 Subject: Text Editor: fix editor positioning --- css/style.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index d91a91d..82c57b8 100644 --- a/css/style.css +++ b/css/style.css @@ -1,16 +1,8 @@ #editor{ position: fixed; display: block; - top: 6.5em; - left: 12.5em; -} -#editorwrapper{ - position: absolute; - height: 0; - width: 0; - top: 41px; - left: 160px; - display: none; + top: 6.8em; + left: 13.5em; } #editor_save{ margin-left: 7px; -- cgit v1.2.3