Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -925,17 +925,17 @@ |
926 | 926 | background-position: 0% 100%; |
927 | 927 | } |
928 | 928 | /* Table Sorting */ |
929 | | -th.headerSort { |
| 929 | +table.sortable th.headerSort { |
930 | 930 | background-image: url(images/sort_both.gif); |
931 | 931 | cursor: pointer; |
932 | 932 | background-repeat: no-repeat; |
933 | 933 | background-position: center right; |
934 | 934 | padding-right: 21px; |
935 | 935 | } |
936 | | -th.headerSortUp { |
| 936 | +table.sortable th.headerSortUp { |
937 | 937 | background-image: url(images/sort_up.gif); |
938 | 938 | } |
939 | | -th.headerSortDown { |
| 939 | +table.sortable th.headerSortDown { |
940 | 940 | background-image: url(images/sort_down.gif); |
941 | 941 | } |
942 | 942 | |