[DE] Fix Bug 35750.
This commit is contained in:
parent
076960a38a
commit
97b20715f0
|
@ -532,11 +532,6 @@ define([
|
||||||
if (disable) leftMenu.close();
|
if (disable) leftMenu.close();
|
||||||
|
|
||||||
if (this.view) {
|
if (this.view) {
|
||||||
var group = this.view.$el.find('.move-changes');
|
|
||||||
group.css('position', disable ? 'relative' : 'initial');
|
|
||||||
disable && group.find('.toolbar-group-mask').css({
|
|
||||||
left: 0, right: 0, top: 0, bottom: 0
|
|
||||||
});
|
|
||||||
this.view.$el.find('.no-group-mask').css('opacity', 1);
|
this.view.$el.find('.no-group-mask').css('opacity', 1);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -168,6 +168,7 @@
|
||||||
.box-inner-shadow(0 -1px 0 @gray-dark);
|
.box-inner-shadow(0 -1px 0 @gray-dark);
|
||||||
|
|
||||||
.group {
|
.group {
|
||||||
|
position: relative;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
|
@ -43,9 +43,9 @@
|
||||||
|
|
||||||
.toolbar-group-mask {
|
.toolbar-group-mask {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 32px;
|
top: 0;
|
||||||
left: 48px;
|
left: 0;
|
||||||
right: 45px;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
background-color: @gray-light;
|
background-color: @gray-light;
|
||||||
|
|
Loading…
Reference in a new issue