DataListPanel.scss 890 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .x-dl-paging-display{
  2. .x-form-display-field-default{
  3. margin-top:7px !important;
  4. }
  5. }
  6. .x-dataListPaging{
  7. height:36px;
  8. .x-box-inner{
  9. height:36px !important;
  10. .x-toolbar-text,.x-toolbar-separator{
  11. top: 7px !important;
  12. }
  13. .x-btn{
  14. top:0px !important;
  15. }
  16. .x-dl-paging-combo{
  17. .x-form-item-label-default{
  18. padding-top:4px;
  19. }
  20. top:3px !important;
  21. }
  22. .x-tbar-page-number{
  23. top:6px !important;
  24. }
  25. .x-form-trigger-wrap{
  26. height: 20px;
  27. }
  28. .x-form-text-wrap{
  29. height: 15px;
  30. }
  31. .x-form-text-default{
  32. height: 15px;
  33. min-height:15px;
  34. }
  35. .x-form-trigger {
  36. height: 20px;
  37. display: inline-block;
  38. }
  39. }
  40. }