table.css 512 B

12345678910111213141516171819202122232425262728293031323334353637
  1. th.sorting {
  2. background: no-repeat url(sorting.png) #308CBB;
  3. background-position: -10px -50px;
  4. padding-left: 20px;
  5. cursor: pointer;
  6. }
  7. th.sorting-asc {
  8. background-position: -10px -25px;
  9. }
  10. th.sorting-desc {
  11. background-position: -10px 0px;
  12. }
  13. .pagination-wrapper {
  14. margin-top: 2px;
  15. margin-bottom: 2px;
  16. }
  17. .pageContent {
  18. border: 1px solid #CCCCCC;
  19. margin-top: 5px;
  20. }
  21. .pageInfo {
  22. margin-top: 5px;
  23. float: left;
  24. }
  25. .pagination {
  26. float: right;
  27. }
  28. .pagination span, .pagination a {
  29. margin-bottom: 0px;
  30. }