From: Tom Needham Date: Fri, 22 Jun 2012 15:00:54 +0000 (+0000) Subject: Text Editor: fix editor positioning X-Git-Tag: v4.0.3^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b591c830088cbde14d7cad3c205ddf929f07e33c;p=nextcloud-server.git Text Editor: fix editor positioning --- diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css index d91a91d18d0..82c57b88bbd 100644 --- a/apps/files_texteditor/css/style.css +++ b/apps/files_texteditor/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;