From d9914664f651a6be352084b82b2bf6ce6372b228 Mon Sep 17 00:00:00 2001
From: Marvin Thomas Rabe <m.rabe@echtzeitraum.de>
Date: Tue, 21 Feb 2012 22:37:59 +0100
Subject: [PATCH] Text editor display error fixed.

---
 apps/files_texteditor/css/style.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css
index cf24950232..bc238c1f40 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;
-- 
GitLab