Created
May 23, 2014 13:21
-
-
Save stdray/2cfdfe1e3c2875146c42 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.sort_wr { | |
position: relative; | |
} | |
a.sort { | |
background: url('/Content/img/icons_24b.png') -47px 0 no-repeat; | |
cursor: pointer; | |
height: 8px; | |
position: absolute; | |
right: 5px; | |
top: 5px; | |
width: 9px; | |
} | |
a.sort.downd { | |
background: url('/Content/img/icons_24b.png') -47px -5px no-repeat; | |
} | |
a.sort.downd.curr_d, a.sort.downd:hover { | |
background: url('/Content/img/icons_24b.png') -38px -5px no-repeat; | |
} | |
a.sort.curr_d, a.sort:hover { | |
background: url('/Content/img/icons_24b.png') -38px 0 no-repeat; | |
} | |
div.sort_wr > a.sort { | |
right: 0; | |
top: 3px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment