CheckHeader.css 562 B

1234567891011121314151617181920212223
  1. .x-grid-cell-checkcolumn .x-grid-cell-inner {
  2. padding-top: 4px;
  3. padding-bottom: 2px;
  4. line-height: 14px;
  5. }
  6. .x-grid-with-row-lines .x-grid-cell-checkcolumn .x-grid-cell-inner {
  7. padding-top: 3px;
  8. }
  9. .x-grid-checkheader {
  10. height: 14px;
  11. background-image: url('images/unchecked.gif');
  12. background-position: 50% -2px;
  13. background-repeat: no-repeat;
  14. background-color: transparent;
  15. }
  16. .x-grid-checkheader-checked {
  17. background-image: url('images/checked.gif');
  18. }
  19. .x-grid-checkheader-editor .x-form-cb-wrap {
  20. text-align: center;
  21. }