| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .x-dl-paging-display{
- .x-form-display-field-default{
- margin-top:7px !important;
- }
- }
- .x-dataListPaging{
- height:36px;
- .x-box-inner{
- height:36px !important;
- .x-toolbar-text,.x-toolbar-separator{
- top: 7px !important;
- }
- .x-btn{
- top:0px !important;
- }
- .x-dl-paging-combo{
- .x-form-item-label-default{
- padding-top:4px;
- }
- top:3px !important;
- }
- .x-tbar-page-number{
- top:6px !important;
- }
- .x-form-trigger-wrap{
- height: 20px;
- }
- .x-form-text-wrap{
- height: 15px;
- }
- .x-form-text-default{
- height: 15px;
- min-height:15px;
- }
- .x-form-trigger {
- height: 20px;
- display: inline-block;
- }
- }
- }
|