Guest User

Untitled

a guest
Jul 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. th {
  2. padding-right: 21px;
  3. }
  4. th.sorting {
  5. background: #EEEEEC url("table-sort.png") no-repeat center right;
  6. }
  7. th.sorting_asc {
  8. background: #ECE0EB url("table-sort-asc.png") no-repeat center right;
  9. }
  10. th.sorting_desc {
  11. background: #ECE0EB url("table-sort-desc.png") no-repeat center right;
  12. }
  13.  
  14. .sorting:before {
  15. display: block;
  16. content: "";
  17. position: absolute;
  18. top: 50%;
  19. right: 8px;
  20. width: 7px;
  21. height: 9px;
  22. margin-top:-4px;
  23. background: transparent url("http://i.imgur.com/iONZm.png") 0 0;
  24. }
  25.  
  26. .sorting_asc {
  27. background-image: url(http://www.jaredhirsch.com/coolrunnings/public_images/5b6b9013a6/spriteme1.png);
  28. background-position: 32px 0px;
  29. }
  30. .sorting {
  31. background-image: url(http://www.jaredhirsch.com/coolrunnings/public_images/5b6b9013a6/spriteme1.png);
  32. background-position: 32px -27px;
  33. }
  34. .sorting_desc {
  35. background-image: url(http://www.jaredhirsch.com/coolrunnings/public_images/5b6b9013a6/spriteme1.png);
  36. background-position: 32px -53px;
  37. }
  38.  
  39. th {
  40. padding-right: 21px;
  41. background: #EEEEEC url("table-sort.png") no-repeat center right;
  42. }
  43. th.sorting {
  44. background-position: -100px -100px;
  45. }
  46. th.sorting_asc {
  47. background-position: -200px -200px;
  48. }
  49. th.sorting_desc {
  50. background-position: -300px -300px;
  51. }
Add Comment
Please, Sign In to add comment