]> source.dussan.org Git - nextcloud-server.git/commitdiff
Text Editor: fix editor positioning
authorTom Needham <needham.thomas@gmail.com>
Fri, 22 Jun 2012 15:00:54 +0000 (15:00 +0000)
committerTom Needham <needham.thomas@gmail.com>
Fri, 22 Jun 2012 15:02:03 +0000 (15:02 +0000)
apps/files_texteditor/css/style.css

index d91a91d18d0ac3f93c8008964961fdc27bc62ca7..82c57b88bbd2f1ec7cb6710fa944ce886a20b930 100644 (file)
@@ -1,16 +1,8 @@
 #editor{
        position: fixed;
        display: block;
-       top: 6.5em;
-       left: 12.5em;
-}
-#editorwrapper{
-       position: absolute;
-       height: 0;
-       width: 0;
-       top: 41px;
-       left: 160px;
-       display: none;
+       top: 6.8em;
+       left: 13.5em;
 }
 #editor_save{
        margin-left: 7px;