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:
authorOwen Winkler <epithet@gmail.com>2013-08-15 00:36:04 +0400
committerOwen Winkler <epithet@gmail.com>2013-08-15 00:36:04 +0400
commit64ac1829b2a7fc79ea37a69e3083303acfe77de9 (patch)
tree0ecccd1015f27af06642724c865a458c7c8f899f /css
parent30cbaeafd66c7b8ac81326cb87c1fc32f2b3a669 (diff)
Be more specific about which editor to apply these styles to.
Fixes #1304.
Diffstat (limited to 'css')
-rw-r--r--css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 09d744d..ad0059d 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,4 +1,4 @@
-#editor {
+#editor_container #editor {
position: relative;
display: block;
top: 0;