Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 431 → Rev 437

/trunk/projet.css
138,17 → 138,17
 
table.table_cadre {display:block;max-width:800px;}
.table_cadre a.tri_bas {
background: url("/client/projet/images/icon_sort_dwn.gif") no-repeat left;
background: url("/reseau/projet/images/icon_sort_dwn.gif") no-repeat left;
padding: 0 0 0 10px;
color:white;
}
.table_cadre a.tri_haut {
background: url("/client/projet/images/icon_sort_up.gif") no-repeat left;
background: url("/reseau/projet/images/icon_sort_up.gif") no-repeat left;
padding: 0 0 0 10px;
color:white;
}
.table_cadre a.tri_sans {
background: url("/client/projet/images/icon_sort.gif") no-repeat left;
background: url("/reseau/projet/images/icon_sort.gif") no-repeat left;
padding: 0 0 0 10px;
color:white;
}