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:
authorTom Needham <needham.thomas@gmail.com>2012-06-22 19:00:54 +0400
committerTom Needham <needham.thomas@gmail.com>2012-06-22 19:02:03 +0400
commit65788c62ff9f6b51a30edbcfbcb344dbe9595329 (patch)
treee809a1aeb45625c3bc08a221af2e537d138e962e /css
parent61f305e2e3515b5fe3219a34e4c3aa2b9d077b9b (diff)
Text Editor: fix editor positioning
Diffstat (limited to 'css')
-rw-r--r--css/style.css12
1 files changed, 2 insertions, 10 deletions
diff --git a/css/style.css b/css/style.css
index d91a91d..82c57b8 100644
--- a/css/style.css
+++ b/css/style.css
@@ -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;