Subversion Repositories Applications.projet

Rev

Rev 431 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 437
Line 136... Line 136...
136
#projet_range .nombre {font-weight:bold;}
136
#projet_range .nombre {font-weight:bold;}
137
#cartouche_liste_projet {width:100;margin-left:40px;padding:8px;}
137
#cartouche_liste_projet {width:100;margin-left:40px;padding:8px;}
Line 138... Line 138...
138
 
138
 
139
table.table_cadre {display:block;max-width:800px;}
139
table.table_cadre {display:block;max-width:800px;}
140
.table_cadre a.tri_bas {
140
.table_cadre a.tri_bas {
141
  background: url("/client/projet/images/icon_sort_dwn.gif") no-repeat left;
141
  background: url("/reseau/projet/images/icon_sort_dwn.gif") no-repeat left;
142
  padding: 0 0 0 10px;
142
  padding: 0 0 0 10px;
143
  color:white;
143
  color:white;
144
}
144
}
145
.table_cadre a.tri_haut {
145
.table_cadre a.tri_haut {
146
  background: url("/client/projet/images/icon_sort_up.gif") no-repeat left;
146
  background: url("/reseau/projet/images/icon_sort_up.gif") no-repeat left;
147
  padding: 0 0 0 10px;
147
  padding: 0 0 0 10px;
148
  color:white;
148
  color:white;
149
}
149
}
150
.table_cadre a.tri_sans {
150
.table_cadre a.tri_sans {
151
  background: url("/client/projet/images/icon_sort.gif") no-repeat left;
151
  background: url("/reseau/projet/images/icon_sort.gif") no-repeat left;
152
  padding: 0 0 0 10px;
152
  padding: 0 0 0 10px;
153
  color:white;
153
  color:white;
Line 154... Line 154...
154
}
154
}