[SSE] Fix align position of statusbar menu, fix styles in statusbar
This commit is contained in:
parent
3f0cc17039
commit
44a1232366
|
@ -403,8 +403,9 @@ define([
|
||||||
'</div></a>');
|
'</div></a>');
|
||||||
|
|
||||||
this.customizeStatusBarMenu = new Common.UI.Menu({
|
this.customizeStatusBarMenu = new Common.UI.Menu({
|
||||||
style: 'margin-top: -14px; margin-left: -7px;',
|
style: 'margin-top: 0px; margin-left: -7px;',
|
||||||
menuAlign: 'bl-tl',
|
menuAlign: 'bl-tl',
|
||||||
|
menuAlignEl: $(this.el),
|
||||||
items: [
|
items: [
|
||||||
//{template: _.template('<div style="padding-left: 6px; padding-top: 2px;">' + this.textCustomizeStatusBar + '</div>')},
|
//{template: _.template('<div style="padding-left: 6px; padding-top: 2px;">' + this.textCustomizeStatusBar + '</div>')},
|
||||||
//{caption: '--'},
|
//{caption: '--'},
|
||||||
|
|
|
@ -136,15 +136,14 @@
|
||||||
height: 25px;
|
height: 25px;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
&:first-of-type {
|
|
||||||
padding-left: 14px;
|
|
||||||
}
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.separator {
|
.separator {
|
||||||
|
position: relative;
|
||||||
|
padding-right: 11px;
|
||||||
margin-top: -6px;
|
margin-top: -6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -376,6 +375,7 @@
|
||||||
|
|
||||||
&.no-compact {
|
&.no-compact {
|
||||||
#status-tabs-scroll, #status-sheets-bar-box, #status-addtabs-box {
|
#status-tabs-scroll, #status-sheets-bar-box, #status-addtabs-box {
|
||||||
|
height: 26px;
|
||||||
border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
||||||
border-bottom: @scaled-one-px-value solid @border-toolbar;
|
border-bottom: @scaled-one-px-value solid @border-toolbar;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue