source: extensions/nbc_ThemeChanger/theme/style.css @ 6648

Last change on this file since 6648 was 6648, checked in by datajulien, 14 years ago

theme changer
Amélioration de la gestion des thèmes désactivés ou supprimés par l'ajout d'un indicateur de l'état de l'association.

File size: 521 bytes
Line 
1/* tables */
2
3table#tablesorter {
4        width: 80%;
5}
6
7table#tablesorter tbody .odd {
8        background-color:#ABBFFF;
9}
10
11table#tablesorter thead tr .header {
12        background-image: url(bg.gif);
13        background-repeat: no-repeat;
14        background-position: center right;
15        cursor: pointer;
16}
17
18table#tablesorter thead tr .headerSortUp {
19        background-image: url(asc.gif);
20}
21table#tablesorter thead tr .headerSortDown {
22        background-image: url(desc.gif);
23}
24
25.assocLink{
26        border: none;
27        width:  25px; 
28        height: 25px;
29       
30}
31td.TDcenter {text-align:center;}
Note: See TracBrowser for help on using the repository browser.