diff options
author | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2012-02-21 22:37:59 +0100 |
---|---|---|
committer | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2012-02-22 16:04:31 +0100 |
commit | d9914664f651a6be352084b82b2bf6ce6372b228 (patch) | |
tree | 31d5e5d415cd0d2bde23ad18d125f6e22c02acd2 | |
parent | b3f3b8c23f4f07a4d38e952f4d77827380c34b58 (diff) | |
download | nextcloud-server-d9914664f651a6be352084b82b2bf6ce6372b228.tar.gz nextcloud-server-d9914664f651a6be352084b82b2bf6ce6372b228.zip |
Text editor display error fixed.
-rw-r--r-- | apps/files_texteditor/css/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
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; |