web/data/cubicweb.tablesorter.css
changeset 1077 fe26a0cda180
parent 0 b97547f5f1fa
child 5819 1017163825c7
equal deleted inserted replaced
1076:c510e1935ccc 1077:fe26a0cda180
     5 	margin:10px 0pt 15px;
     5 	margin:10px 0pt 15px;
     6 	font-size: 8pt;
     6 	font-size: 8pt;
     7 	width: 100%;
     7 	width: 100%;
     8 	text-align: left;
     8 	text-align: left;
     9 } */
     9 } */
    10 
       
    11 table.listing tr th {
       
    12   border: 1px solid #FFF;
       
    13   font-size: 8pt;
       
    14   padding: 4px;
       
    15 }
       
    16 
       
    17 table.listing tr .header {
       
    18   cursor: pointer;
       
    19 }
       
    20 
       
    21 table.listing td {
       
    22   color: #3D3D3D;
       
    23   padding: 4px;
       
    24   background-color: #FFF;
       
    25   vertical-align: top;
       
    26 }
       
    27 
       
    28 
    10 
    29 table.listing tr .headerSortUp {
    11 table.listing tr .headerSortUp {
    30   background-image: url(asc.gif);
    12   background-image: url(asc.gif);
    31 }
    13 }
    32 table.listing tr .headerSortDown {
    14 table.listing tr .headerSortDown {