Refactoring "more" section
This commit is contained in:
parent
e5b7031495
commit
ab3bb5a4e3
|
@ -232,8 +232,18 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.group {
|
||||
height: 52px !important;
|
||||
}
|
||||
&[data-tab=pivot] {
|
||||
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>' +
|
||||
'</div>' +
|
||||
'</div>' +
|
||||
'<div class="separator long invisible"></div>' +
|
||||
'<div class="group small">' +
|
||||
'<div class="elset">' +
|
||||
'<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>' +
|
||||
'</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>' +
|
||||
'</section>';
|
||||
|
|
Loading…
Reference in a new issue