From: Marvin Thomas Rabe Date: Tue, 21 Feb 2012 21:37:59 +0000 (+0100) Subject: Text editor display error fixed. X-Git-Tag: v4.0.0beta~201^2~20^2~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d9914664f651a6be352084b82b2bf6ce6372b228;p=nextcloud-server.git Text editor display error fixed. --- diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css index cf24950232f..bc238c1f40f 100644 --- a/apps/files_texteditor/css/style.css +++ b/apps/files_texteditor/css/style.css @@ -1,8 +1,7 @@ #editor{ position: absoloute; display: block; - top: 80px; - left: 160px; + top: 2em; } #editorwrapper{ position: absoloute;