[SSE] fix bug 41223
This commit is contained in:
parent
9c3b421432
commit
82c59a812e
File diff suppressed because one or more lines are too long
|
@ -1,29 +1,35 @@
|
||||||
|
|
||||||
#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;
|
||||||
}
|
|
||||||
|
|
||||||
.group-expand {
|
.tablet& {
|
||||||
position: absolute;
|
left: 132px;
|
||||||
top: 0;
|
}
|
||||||
right: 0;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#ce-btn-expand {
|
.group-expand {
|
||||||
.caret {
|
position: absolute;
|
||||||
.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>');
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#ce-btn-expand {
|
||||||
|
.caret {
|
||||||
|
.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%;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue