[all] correct panels in "File" menu
This commit is contained in:
parent
aebe1872f8
commit
1d6544370f
|
@ -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 {
|
||||
|
|
|
@ -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('')),
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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('')),
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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('')),
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue