[all] correct panels in "File" menu

This commit is contained in:
Maxim Kadushkin 2022-10-14 14:43:36 +03:00
parent aebe1872f8
commit 1d6544370f
8 changed files with 76 additions and 3 deletions

View file

@ -165,6 +165,10 @@ label {
border-right: @scaled-one-px-value solid @border-toolbar;
background-color: @background-toolbar-ie;
background-color: @background-toolbar;
.rtl & {
float: right;
}
}
.flex-settings {

View file

@ -1993,7 +1993,7 @@ define([
template: _.template([
'<div style="width:100%; height:100%; position: relative;">',
'<div id="id-help-contents" style="position: absolute; width:220px; top: 0; bottom: 0;" class="no-padding"></div>',
'<div id="id-help-frame" style="position: absolute; left: 220px; top: 0; right: 0; bottom: 0;" class="no-padding"></div>',
'<div id="id-help-frame" class="no-padding"></div>',
'</div>'
].join('')),

View file

@ -66,6 +66,11 @@
background-color: @background-normal-ie;
background-color: @background-normal;
.rtl & {
padding-left: 0;
padding-right: 260px;
}
.content-box {
height: 100%;
padding: 0 20px;
@ -82,6 +87,19 @@
}
}
#id-help-frame {
position: absolute;
left: 220px;
top: 0;
right: 0;
bottom: 0;
.rtl & {
left: 0;
right: 220px;
}
}
#panel-saveas, #panel-savecopy {
table {
margin-left: auto;

View file

@ -16,6 +16,11 @@
background-color: @background-toolbar-ie;
background-color: @background-toolbar;
overflow: hidden;
.rtl & {
left: 0;
right: 40px;
}
}
#developer-hint, #beta-hint, #limit-hint {

View file

@ -1508,7 +1508,7 @@ define([
template: _.template([
'<div style="width:100%; height:100%; position: relative;">',
'<div id="id-help-contents" style="position: absolute; width:220px; top: 0; bottom: 0;" class="no-padding"></div>',
'<div id="id-help-frame" style="position: absolute; left: 220px; top: 0; right: 0; bottom: 0;" class="no-padding"></div>',
'<div id="id-help-frame" class="no-padding"></div>',
'</div>'
].join('')),

View file

@ -31,6 +31,11 @@
background-color: @background-toolbar-ie;
background-color: @background-toolbar;
overflow: hidden;
.rtl & {
left: 0;
right: 40px;
}
}
.btn-doc-format {
@ -177,6 +182,11 @@
background-color: @background-normal-ie;
background-color: @background-normal;
.rtl & {
padding-left: 0;
padding-right: 260px;
}
.content-box {
height: 100%;
padding: 0 20px;
@ -522,6 +532,19 @@
}
}
#id-help-frame {
position: absolute;
left: 220px;
top: 0;
right: 0;
bottom: 0;
.rtl & {
left: 0;
right: 220px;
}
}
#developer-hint, #beta-hint, #limit-hint {
position: absolute;
left: 0;

View file

@ -1881,7 +1881,7 @@ SSE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
template: _.template([
'<div style="width:100%; height:100%; position: relative;">',
'<div id="id-help-contents" style="position: absolute; width:220px; top: 0; bottom: 0;" class="no-padding"></div>',
'<div id="id-help-frame" style="position: absolute; left: 220px; top: 0; right: 0; bottom: 0;" class="no-padding"></div>',
'<div id="id-help-frame" class="no-padding"></div>',
'</div>'
].join('')),

View file

@ -31,6 +31,11 @@
background-color: @background-toolbar-ie;
background-color: @background-toolbar;
overflow: hidden;
.rtl & {
left: 0;
right: 40px;
}
}
.btn-doc-format {
@ -162,6 +167,11 @@
background-color: @background-normal-ie;
background-color: @background-normal;
.rtl & {
padding-left: 0;
padding-right: 260px;
}
.content-box {
height: 100%;
padding: 0 20px;
@ -713,6 +723,19 @@
}
}
#id-help-frame {
position: absolute;
left: 220px;
top: 0;
right: 0;
bottom: 0;
.rtl & {
left: 0;
right: 220px;
}
}
#developer-hint, #beta-hint, #limit-hint {
position: absolute;
left: 0;