summaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_texteditor/css')
-rw-r--r--apps/files_texteditor/css/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css
index 16d9458608d..272246901cb 100644
--- a/apps/files_texteditor/css/style.css
+++ b/apps/files_texteditor/css/style.css
@@ -1,10 +1,11 @@
#editor{
position: absoloute;
- height: 0;
- width: 0;
+ display: block;
+ padding-top: 40px
+/*
top: 41px;
left: 160px;
- z-index: -1;
+*/
}
#editorwrapper{
position: absoloute;