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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-06-11 11:50:18 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-06-11 11:50:18 +0300
commit7a38b23239a3ac3b374c8aea6628642adc2f8461 (patch)
tree1a5a05b30eee3a038114a4c83f45d4d02212e9f4 /css
parent5ca4028a0a98db11773f1bebf852b77c63a0ce81 (diff)
adjust container to be narrower so it looks more like a document
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 1ac7b32..be9afb4 100644
--- a/css/style.css
+++ b/css/style.css
@@ -39,8 +39,8 @@
#editor_container{
position: fixed;
top: 8%;
- left: 5%;
- width: 90%;
+ left: 15%;
+ width: 70%;
height: 88%;
z-index:1002;
overflow: hidden;