Subversion Repositories Applications.annuaire

Rev

Rev 418 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 418 Rev 428
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 {
68
.note_bas_page {
69
	font-size:11px;
69
	font-size:11px;
70
	font-weight:normal;
70
	font-weight:normal;
71
	color:#AAAAAA;
71
	color:#AAAAAA;
72
}
72
}
73
 
73
 
74
.erreur_champ {
74
.erreur_champ {
75
	border: 1px solid red;	
75
	border: 1px solid red;	
76
}
76
}
77
 
77
 
78
@media all and (max-width: 880px) {
78
@media all and (max-width: 880px) {
79
	input {
79
	input {
80
		display: block;
80
		display: block;
81
	}
81
	}
82
}
82
}
83
 
83
 
84
@media all and max-device-width: 480px {
84
@media all and max-device-width: 480px {
85
	input {
85
	input {
86
		display: block;
86
		display: block;
87
	}
87
	}
88
}
88
}
89
 
89
 
90
.nom_prenom {
90
.nom_prenom {
91
	padding:0;
91
	padding:0;
92
	padding-top: 5px;
92
	padding-top: 5px;
93
	height: 25px;
93
	height: 25px;
94
    overflow: hidden;
94
    overflow: hidden;
95
    text-overflow: ellipsis;
95
    text-overflow: ellipsis;
96
    white-space: nowrap;
96
    white-space: nowrap;
97
    width: 350px;
97
    width: 350px;
98
}
98
}
99
 
99
 
100
.localisation {
100
.localisation {
101
	width: 180px;
101
	width: 180px;
102
	height: 35px;
102
	height: 35px;
103
	white-space: nowrap;
103
	white-space: nowrap;
104
	overflow: hidden;
104
	overflow: hidden;
105
	text-overflow: ellipsis;
105
	text-overflow: ellipsis;
106
}
106
}
107
 
107
 
108
.description {
108
.description {
109
	width: 550px;
109
	width: 550px;
110
	height: 50px;
110
	height: 50px;
111
	white-space: normal;
111
	white-space: normal;
112
	overflow: hidden;
112
	overflow: hidden;
113
	text-overflow: ellipsis;
113
	text-overflow: ellipsis;
114
	position: relative;
114
	position: relative;
115
    top: -10px;
115
    top: -10px;
116
}
116
}
117
 
117
 
118
.description:after {
118
.description:after {
119
	content: "...";
119
	content: "...";
120
}
120
}
121
 
121
 
122
.profil_informations .gauche {
122
.profil_informations .gauche {
123
	position: relative;
123
	position: relative;
124
	top: -10px;
124
	top: -10px;
125
}
125
}
126
 
126
 
127
#fiche_utilisateur {
127
#fiche_utilisateur {
128
	padding: 10px;	
128
	padding: 10px;	
129
}
129
}
130
 
130
 
131
#carte_id {
131
#carte_id {
132
    padding-bottom: 30px;
132
    padding-bottom: 30px;
133
    width: 450px;
133
    width: 450px;
134
    padding: 0;
134
    padding: 0;
135
    border: none;
135
    border: none;
136
}
136
}
137
 
137
 
138
.groupe_champs_fiche {
138
.groupe_champs_fiche {
139
	padding-top : 10px;
139
	padding-top : 10px;
-
 
140
}
-
 
141
 
-
 
142
.resume_conteneur {
-
 
143
	border: none;
140
}
144
}
141
145