/**
 * Sorting elements default style
 */

.sort-arrow
    position                absolute
    display                 none
    width                   11px
    height                  11px
    margin                  0
    background-position     center center;
    background-repeat       no-repeat

&.descending
    display                 inline
    background-image        url("themes/downsimple.png")

&.ascending
    display                 inline
    background-image        url("themes/upsimple.png")
