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-04 22:46:27 +0400
committerTom Needham <needham.thomas@gmail.com>2011-10-04 22:46:27 +0400
commitc71d28da397c901693eae0460ea3a481c2fd89d9 (patch)
tree5a18629a6d0e682631a1e8b189eff350e1c32b53 /css
parent0037e0c499fb499c7517ba1e6160826040f4aba7 (diff)
Added fillHeight() js function for resizing editor
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index 16d9458..2722469 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,10 +1,11 @@
#editor{
position: absoloute;
- height: 0;
- width: 0;
+ display: block;
+ padding-top: 40px
+/*
top: 41px;
left: 160px;
- z-index: -1;
+*/
}
#editorwrapper{
position: absoloute;