Refactoring "more" section
This commit is contained in:
parent
e5b7031495
commit
ab3bb5a4e3
|
@ -232,8 +232,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.group {
|
||||||
|
height: 52px !important;
|
||||||
|
}
|
||||||
&[data-tab=pivot] {
|
&[data-tab=pivot] {
|
||||||
padding: 5px 10px 0 0;
|
padding: 5px 10px 0 0;
|
||||||
|
.group {
|
||||||
|
height: 60px !important;
|
||||||
|
}
|
||||||
|
.separator {
|
||||||
|
margin-top: 4px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -79,6 +79,7 @@ define([
|
||||||
'<span class="btn-slot text" id="slot-chk-header-column"></span>' +
|
'<span class="btn-slot text" id="slot-chk-header-column"></span>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
|
'<div class="separator long invisible"></div>' +
|
||||||
'<div class="group small">' +
|
'<div class="group small">' +
|
||||||
'<div class="elset">' +
|
'<div class="elset">' +
|
||||||
'<span class="btn-slot text" id="slot-chk-banded-row"></span>' +
|
'<span class="btn-slot text" id="slot-chk-banded-row"></span>' +
|
||||||
|
@ -87,6 +88,7 @@ define([
|
||||||
'<span class="btn-slot text" id="slot-chk-banded-column"></span>' +
|
'<span class="btn-slot text" id="slot-chk-banded-column"></span>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
|
'<div class="separator long invisible"></div>' +
|
||||||
'<div class="group flex small" id="slot-field-pivot-styles" style="width: 324px;max-width: 324px;min-width: 105px;" data-group-width="324px">' +
|
'<div class="group flex small" id="slot-field-pivot-styles" style="width: 324px;max-width: 324px;min-width: 105px;" data-group-width="324px">' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</section>';
|
'</section>';
|
||||||
|
|
Loading…
Reference in a new issue