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>2011-10-02 01:48:00 +0400
committerTom Needham <needham.thomas@gmail.com>2011-10-02 01:48:00 +0400
commit0f6b921fc5bdc66150d2b9c3975e66894107e27c (patch)
treeaa390a66740839ba9c76e8061adfe495f1225226 /css
Editor now loads on top of files app.
Diffstat (limited to 'css')
-rw-r--r--css/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..cfad021
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,16 @@
+#editor{
+ position: absoloute;
+ height: 0;
+ width: 0;
+ top: 41px;
+ left: 160px;
+ z-index: -1;
+}
+#editorwrapper{
+ position: absoloute;
+ height: 0;
+ width: 0;
+ top: 41px;
+ left: 160px;
+ display: none;
+}