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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 20:20:09 +0400
commitb591c830088cbde14d7cad3c205ddf929f07e33c (patch)
tree225eb3d10612931274f782d59839d0dcc582f943
parent60f558cdbb9f41410f2ba639325a6750032f536d (diff)
Text Editor: fix editor positioningv4.0.3
-rw-r--r--apps/files_texteditor/css/style.css12
1 files changed, 2 insertions, 10 deletions
diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css
index d91a91d18d0..82c57b88bbd 100644
--- a/apps/files_texteditor/css/style.css
+++ b/apps/files_texteditor/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;