[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>');
|
||||
|
||||
this.customizeStatusBarMenu = new Common.UI.Menu({
|
||||
style: 'margin-top: -14px; margin-left: -7px;',
|
||||
style: 'margin-top: 0px; margin-left: -7px;',
|
||||
menuAlign: 'bl-tl',
|
||||
menuAlignEl: $(this.el),
|
||||
items: [
|
||||
//{template: _.template('<div style="padding-left: 6px; padding-top: 2px;">' + this.textCustomizeStatusBar + '</div>')},
|
||||
//{caption: '--'},
|
||||
|
|
|
@ -136,15 +136,14 @@
|
|||
height: 25px;
|
||||
|
||||
label {
|
||||
&:first-of-type {
|
||||
padding-left: 14px;
|
||||
}
|
||||
&:not(:last-child) {
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.separator {
|
||||
position: relative;
|
||||
padding-right: 11px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
}
|
||||
|
@ -376,6 +375,7 @@
|
|||
|
||||
&.no-compact {
|
||||
#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 solid @border-toolbar;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue