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-22 01:37:59 +0400
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2012-02-22 19:04:31 +0400
commitfb8bef0869c8244aadf4bd83cd6ff52903802118 (patch)
tree8abb65330e301001230011fde2864fc7c4ea592d /css
parent775a68029a61584dacb0a67d8d1576ef3f2d9d86 (diff)
Text editor display error fixed.
Diffstat (limited to 'css')
-rw-r--r--css/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index cf24950..bc238c1 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,8 +1,7 @@
#editor{
position: absoloute;
display: block;
- top: 80px;
- left: 160px;
+ top: 2em;
}
#editorwrapper{
position: absoloute;