Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2012-02-23 23:35:48 +0400
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2012-02-23 23:36:20 +0400
commit475cb5958b488921cfa92224da6744326081367c (patch)
tree27abe5bfd238a75aa4d82cd164a271113c541ad5 /css
parentfb8bef0869c8244aadf4bd83cd6ff52903802118 (diff)
Editor fixed.
Diffstat (limited to 'css')
-rw-r--r--css/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index bc238c1..e260ab0 100644
--- a/css/style.css
+++ b/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;