summaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/css
diff options
context:
space:
mode:
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2012-02-23 20:35:48 +0100
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2012-02-23 20:36:20 +0100
commitce4fe9e7cbc4fbbdc8141b90231bb824198b4aaa (patch)
tree82195e56927a477cf3726c9d96b83e87752cbd8e /apps/files_texteditor/css
parenta02d5d1a3dc4ddbfda3927b19881dba2b41279c1 (diff)
downloadnextcloud-server-ce4fe9e7cbc4fbbdc8141b90231bb824198b4aaa.tar.gz
nextcloud-server-ce4fe9e7cbc4fbbdc8141b90231bb824198b4aaa.zip
Editor fixed.
Diffstat (limited to 'apps/files_texteditor/css')
-rw-r--r--apps/files_texteditor/css/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css
index bc238c1f40f..e260ab0dd46 100644
--- a/apps/files_texteditor/css/style.css
+++ b/apps/files_texteditor/css/style.css
@@ -1,7 +1,8 @@
#editor{
- position: absoloute;
+ position: fixed;
display: block;
- top: 2em;
+ top: 6.5em;
+ left: 12.5em;
}
#editorwrapper{
position: absoloute;