Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 416 → Rev 417

/trunk/squelettes/css/annuaire.css
3,7 → 3,7
}
 
/*--------------------------------------------------------------------------------------------------------------*/
/* Tableau du chronométrage du programme */
/* Tableau du chronom�trage du programme */
 
#pied_texte #chrono {
text-align: center;
63,4 → 63,63
 
.liste th {
text-align:center;
}
 
.note_bas_page {
font-size:11px;
font-weight:normal;
color:#AAAAAA;
}
 
.erreur_champ {
border: 1px solid red;
}
 
@media all and (max-width: 880px) {
input {
display: block;
}
}
 
@media all and max-device-width: 480px {
input {
display: block;
}
}
 
.nom_prenom {
padding:0;
padding-top: 5px;
height: 25px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 350px;
}
 
.localisation {
width: 180px;
height: 35px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
 
.description {
width: 550px;
height: 50px;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
top: -10px;
}
 
.description:after {
content: "...";
}
 
.profil_informations .gauche {
position: relative;
top: -10px;
}