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:
authorRobin Appelman <icewind@owncloud.com>2015-09-01 12:05:56 +0300
committerRobin Appelman <icewind@owncloud.com>2015-09-01 12:05:56 +0300
commitb2bc054039f2739f67261d7106226b521c3e7844 (patch)
tree22e5130db06d8c7b218067942c968528b674d608 /css
parent91d5f9f195e42d866ed349a201d104ea01ea82a6 (diff)
fix texteditor sizing
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index 92d84ce..836df57 100644
--- a/css/style.css
+++ b/css/style.css
@@ -12,10 +12,6 @@
z-index: 1000;
}
-#editor div.ace_gutter, #editor div.ace_scroller {
- margin-top: 46px;
-}
-
#editor div.ace_gutter {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
opacity: .2;
@@ -28,9 +24,12 @@
width: 100%;
overflow: hidden;
min-height: 440px;
+ position: relative;
}
#editor_wrap {
+ box-sizing: border-box;
+ padding-top: 46px;
position: absolute;
top: 0;
height: 100%;