multisort.css 491 B

12345678910111213141516171819202122
  1. .item {
  2. float: left;
  3. padding: 8px;
  4. margin: 8px;
  5. }
  6. .item h3 {
  7. font-size: 12px;
  8. font-weight: normal;
  9. text-align: center;
  10. padding-top: 5px;
  11. }
  12. .x-btn .direction-asc {
  13. background-image: url("../../../resources/themes/images/default/grid/sort_asc.gif");
  14. background-position: 4px 6px !important;
  15. }
  16. .x-btn .direction-desc {
  17. background-image: url("../../../resources/themes/images/default/grid/sort_desc.gif");
  18. background-position: 4px 6px !important;
  19. }