tobiu
14 Oct 2011, 3:48 AM
hi team,
this worked fine in 1.x.
since there is no longer a dockedItems config, toolbars also get the padding of 1em, which really does not look nice.
.x-form > .x-panel-inner, .x-form .x-scroll-container > .x-panel-inner {
padding: 1em;
}
the only easy workaroung i see is overnesting: panel with toolbars containing a formPanel.
this worked fine in 1.x.
since there is no longer a dockedItems config, toolbars also get the padding of 1em, which really does not look nice.
.x-form > .x-panel-inner, .x-form .x-scroll-container > .x-panel-inner {
padding: 1em;
}
the only easy workaroung i see is overnesting: panel with toolbars containing a formPanel.