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
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css23
1 files changed, 19 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index 4807b70..09d744d 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,10 +1,25 @@
-#editor{
- position: fixed;
+#editor {
+ position: relative;
display: block;
- top: 6.8em;
+ top: 0;
+ left: 0;
z-index: 20;
+ height: 100%;
+ width: 100%;
}
-#editor_save{
+
+#editor_container{
+ position: absolute;
+ display: block;
+ top: 0;
+ left: 0;
+ padding-top: 38px;
+ height: 100%;
+ width: 100%;
+ box-sizing: border-box;
+}
+
+#editor_save {
margin-left: 7px;
float: left;
}