[SSE] fix bug 41223

This commit is contained in:
Maxim Kadushkin 2019-04-17 12:45:21 +03:00
parent 9c3b421432
commit 82c59a812e
2 changed files with 36 additions and 26 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,12 +1,17 @@
#cell-editing-box { .sailfish {
display:block; #cell-editing-box {
display: block;
.group-content { .group-content {
position: absolute; position: absolute;
top: 0; top: 0;
left: 42px; left: 42px;
right: 30px; right: 30px;
.tablet& {
left: 132px;
}
} }
.group-expand { .group-expand {
@ -20,10 +25,11 @@
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" fill="#000"><g><path d="M20.5,6.5l1.1,1.1L11,18l0,0l0,0L0.5,7.5l1.1-1.1l9.5,9.5L20.5,6.5z" transform="matrix(0.743684 0 0 0.743684 -0.299854 -0.590536)"/></g></svg>'); .encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" fill="#000"><g><path d="M20.5,6.5l1.1,1.1L11,18l0,0l0,0L0.5,7.5l1.1-1.1l9.5,9.5L20.5,6.5z" transform="matrix(0.743684 0 0 0.743684 -0.299854 -0.590536)"/></g></svg>');
} }
} }
} }
.statusbar { .statusbar {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
}
} }