Subversion Repositories Applications.reseau

Rev

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

Rev 87 Rev 88
Line 27... Line 27...
27
	display: flex;
27
	display: flex;
28
	align-items: center;
28
	align-items: center;
29
}
29
}
Line 30... Line 30...
30
 
30
 
31
.boite-centre {
31
.boite-centre {
32
	width: 480px;
32
	width: 430px;
33
	height: 450px;
33
	height: 450px;
34
	padding: 20px;
34
	padding: 20px;
35
	border: solid #f0f0f0 1px;
35
	border: solid #f0f0f0 1px;
36
	border-radius: 5px;
36
	border-radius: 5px;
Line 213... Line 213...
213
}
213
}
214
#formulaire-identification,
214
#formulaire-identification,
215
#liste-fournisseurs,
215
#liste-fournisseurs,
216
#info-erreur-login,
216
#info-erreur-login,
217
#info-erreur-serveur {
217
#info-erreur-serveur {
218
	width: 360px;
218
	width: 320px;
219
	margin: auto;
219
	margin: auto;
220
}
220
}
Line 221... Line 221...
221
 
221
 
222
#formulaire-identification {
222
#formulaire-identification {