Subversion Repositories Applications.annuaire

Rev

Rev 130 | Rev 418 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 130 Rev 417
Line 1... Line 1...
1
#zone_contenu_corps {
1
#zone_contenu_corps {
2
	padding: 10px;	
2
	padding: 10px;	
3
}
3
}
Line 4... Line 4...
4
 
4
 
5
/*--------------------------------------------------------------------------------------------------------------*/
5
/*--------------------------------------------------------------------------------------------------------------*/
Line 6... Line 6...
6
/* Tableau du chronométrage du programme */
6
/* Tableau du chronom�trage du programme */
7
 
7
 
8
#pied_texte #chrono {
8
#pied_texte #chrono {
9
	text-align: center;
9
	text-align: center;
Line 61... Line 61...
61
	margin:0 5px;
61
	margin:0 5px;
62
}
62
}
Line 63... Line 63...
63
 
63
 
64
.liste th {
64
.liste th {
-
 
65
	text-align:center;
-
 
66
}
-
 
67
 
-
 
68
.note_bas_page {
-
 
69
	font-size:11px;
-
 
70
	font-weight:normal;
-
 
71
	color:#AAAAAA;
-
 
72
}
-
 
73
 
-
 
74
.erreur_champ {
-
 
75
	border: 1px solid red;	
-
 
76
}
-
 
77
 
-
 
78
@media all and (max-width: 880px) {
-
 
79
	input {
-
 
80
		display: block;
-
 
81
	}
-
 
82
}
-
 
83
 
-
 
84
@media all and max-device-width: 480px {
-
 
85
	input {
-
 
86
		display: block;
-
 
87
	}
-
 
88
}
-
 
89
 
-
 
90
.nom_prenom {
-
 
91
	padding:0;
-
 
92
	padding-top: 5px;
-
 
93
	height: 25px;
-
 
94
    overflow: hidden;
-
 
95
    text-overflow: ellipsis;
-
 
96
    white-space: nowrap;
-
 
97
    width: 350px;
-
 
98
}
-
 
99
 
-
 
100
.localisation {
-
 
101
	width: 180px;
-
 
102
	height: 35px;
-
 
103
	white-space: nowrap;
-
 
104
	overflow: hidden;
-
 
105
	text-overflow: ellipsis;
-
 
106
}
-
 
107
 
-
 
108
.description {
-
 
109
	width: 550px;
-
 
110
	height: 50px;
-
 
111
	white-space: normal;
-
 
112
	overflow: hidden;
-
 
113
	text-overflow: ellipsis;
-
 
114
	position: relative;
-
 
115
    top: -10px;
-
 
116
}
-
 
117
 
-
 
118
.description:after {
-
 
119
	content: "...";
-
 
120
}
-
 
121
 
-
 
122
.profil_informations .gauche {
-
 
123
	position: relative;
65
	text-align:center;
124
	top: -10px;
66
}
125
}