Subversion Repositories Applications.annuaire

Rev

Rev 130 | Rev 418 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 130 Rev 417
1
#zone_contenu_corps {
1
#zone_contenu_corps {
2
	padding: 10px;	
2
	padding: 10px;	
3
}
3
}
4
 
4
 
5
/*--------------------------------------------------------------------------------------------------------------*/
5
/*--------------------------------------------------------------------------------------------------------------*/
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;
10
	margin:0 auto;}
10
	margin:0 auto;}
11
#chrono table {
11
#chrono table {
12
	display:block;
12
	display:block;
13
	border:3px solid #6495ed;
13
	border:3px solid #6495ed;
14
	border-collapse:collapse;}
14
	border-collapse:collapse;}
15
#chrono thead, tfoot {
15
#chrono thead, tfoot {
16
	background-color:#D0E3FA;
16
	background-color:#D0E3FA;
17
	border:1px solid #6495ed;}
17
	border:1px solid #6495ed;}
18
#chrono tbody {
18
#chrono tbody {
19
	background-color:#FFFFFF;
19
	background-color:#FFFFFF;
20
	border:1px solid #6495ed;}
20
	border:1px solid #6495ed;}
21
#chrono th {
21
#chrono th {
22
	font-family:monospace;
22
	font-family:monospace;
23
	border:1px dotted #6495ed;
23
	border:1px dotted #6495ed;
24
	padding:5px;
24
	padding:5px;
25
	background-color:#EFF6FF;
25
	background-color:#EFF6FF;
26
	width:25%;}
26
	width:25%;}
27
#chrono td {
27
#chrono td {
28
	font-family:sans-serif;
28
	font-family:sans-serif;
29
	font-size:80%;
29
	font-size:80%;
30
	border:1px solid #6495ed;
30
	border:1px solid #6495ed;
31
	padding:5px;
31
	padding:5px;
32
	text-align:center;}
32
	text-align:center;}
33
#chrono caption {
33
#chrono caption {
34
	font-family:sans-serif;
34
	font-family:sans-serif;
35
	text-align: center;
35
	text-align: center;
36
	width:90%;
36
	width:90%;
37
	margin:auto;}
37
	margin:auto;}
38
.debogage{
38
.debogage{
39
	color:black;
39
	color:black;
40
	border:3px solid #6495ed;}
40
	border:3px solid #6495ed;}
41
.debogage_fichier, .debogage_ligne{
41
.debogage_fichier, .debogage_ligne{
42
	font-size:10px;
42
	font-size:10px;
43
	color:#A9A9A9;}
43
	color:#A9A9A9;}
44
	
44
	
45
/*----------------------------------------------------------------------------------------------------------*/
45
/*----------------------------------------------------------------------------------------------------------*/
46
/* Style de l'application */
46
/* Style de l'application */
47
.liste td {
47
.liste td {
48
	text-align:center;
48
	text-align:center;
49
}
49
}
50
 
50
 
51
.liste td, .liste th {
51
.liste td, .liste th {
52
	border:1px solid black;
52
	border:1px solid black;
53
}
53
}
54
 
54
 
55
th {
55
th {
56
	height: 40px;	
56
	height: 40px;	
57
}
57
}
58
 
58
 
59
.liste th, .liste th a {
59
.liste th, .liste th a {
60
	color:black;
60
	color:black;
61
	margin:0 5px;
61
	margin:0 5px;
62
}
62
}
63
 
63
 
64
.liste th {
64
.liste th {
65
	text-align:center;
65
	text-align:center;
66
}
66
}
67
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;
-
 
124
	top: -10px;
-
 
125
}
-
 
126
68
127