diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-06-22 15:00:54 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-06-22 15:02:03 +0000 |
commit | 0aafc717ec676cbedb21443fc05cd5b0496b8b42 (patch) | |
tree | 8fdba4e75b211fb6b315c512026cb325c353e00e /apps/files_texteditor | |
parent | aade44471d3a603f90cb7750d829fff5efc9cad4 (diff) | |
download | nextcloud-server-0aafc717ec676cbedb21443fc05cd5b0496b8b42.tar.gz nextcloud-server-0aafc717ec676cbedb21443fc05cd5b0496b8b42.zip |
Text Editor: fix editor positioning
Diffstat (limited to 'apps/files_texteditor')
-rw-r--r-- | apps/files_texteditor/css/style.css | 12 |
1 files changed, 2 insertions, 10 deletions
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; |