Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12376 obado 1
/****
2
  table_sort.css
3
  This file is used by table sorting scripts
4
****/
5
 
6
.sortable th{
7
    cursor: pointer;
8
}
9
 
10
/* Up and Down Arrows */
11
.sortable th.descend:after{
12
    content: "\25B2";
13
    }
14
.sortable th.ascend:after{
15
    content: "\25BC";
16
    }