mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix styles for ie11
This commit is contained in:
@ -243,7 +243,9 @@
|
||||
}
|
||||
|
||||
.view {
|
||||
.margin-right(-14px);
|
||||
.margin-right(calc(-1 * @combo-dataview-button-width));
|
||||
.padding-right(12px);
|
||||
.padding-right(calc(@combo-dataview-button-width - @scaled-two-px-value));
|
||||
|
||||
.dataview {
|
||||
@ -283,7 +285,9 @@
|
||||
height: @combo-dataview-height;
|
||||
|
||||
.view {
|
||||
.margin-right(-14px);
|
||||
.margin-right(calc(-1 * @combo-dataview-button-width));
|
||||
.padding-right(12px);
|
||||
.padding-right(calc(@combo-dataview-button-width - @scaled-two-px-value));
|
||||
}
|
||||
|
||||
@ -313,6 +317,13 @@
|
||||
.combo-pattern {
|
||||
.combo-textart(40px);
|
||||
|
||||
.button {
|
||||
.btn-group, button {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.item {
|
||||
&:hover {
|
||||
.box-shadow(0 0 0 @scaled-one-px-value-ie @border-preview-hover-ie);
|
||||
@ -414,7 +425,9 @@
|
||||
height: @combo-dataview-height-calc;
|
||||
|
||||
.view {
|
||||
.margin-right(-14px);
|
||||
.margin-right(calc(-1 * @combo-dataview-button-width));
|
||||
.padding-right(12px);
|
||||
.padding-right(calc(@combo-dataview-button-width - @scaled-two-px-value));
|
||||
}
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<div class="status-group" style="width:100%; text-align:center;">
|
||||
<label id="label-action" class="status-label" data-layout-name="statusBar-actionStatus"></label>
|
||||
</div>
|
||||
<div class="status-group cnt-flex-center" style="">
|
||||
<div class="status-group cnt-flex-center" style="flex-shrink:0;">
|
||||
<div class="separator short el-edit"></div>
|
||||
<span id="btn-cnt-lang" class="el-edit" data-layout-name="statusBar-textLang"></span>
|
||||
<span id="btn-doc-lang" class="el-edit" data-layout-name="statusBar-docLang"></span>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
<div class="status-group" style="width:100%; text-align:center;">
|
||||
<label id="label-action" class="status-label" data-layout-name="statusBar-actionStatus"></label>
|
||||
</div>
|
||||
<div class="status-group cnt-flex-center" style="">
|
||||
<div class="status-group cnt-flex-center" style="flex-shrink:0;">
|
||||
<div class="separator short hide-select-tools"></div>
|
||||
<button id="status-btn-select-tool" type="button" class="btn small btn-toolbar hide-select-tools" data-hint="0" data-hint-direction="top" data-hint-offset="small"><i class="icon toolbar__icon btn-select-tool"> </i></button>
|
||||
<button id="status-btn-hand-tool" type="button" class="btn small btn-toolbar hide-select-tools" data-hint="0" data-hint-direction="top" data-hint-offset="small"><i class="icon toolbar__icon btn-hand-tool"> </i></button>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<div class="status-group" style="width:100%; text-align:center;">
|
||||
<label id="status-label-action" class="status-label" data-layout-name="statusBar-actionStatus"></label>
|
||||
</div>
|
||||
<div class="status-group cnt-flex-center" style="">
|
||||
<div class="status-group cnt-flex-center" style="flex-shrink:0;">
|
||||
<span id="btn-cnt-lang" class="el-edit" data-layout-name="statusBar-textLang"></span>
|
||||
<span id="btn-doc-lang" class="el-edit" data-layout-name="statusBar-docLang"></span>
|
||||
<div class="separator short el-edit space"></div>
|
||||
|
||||
Reference in New Issue
Block a user