Subversion Repositories Applications.reseau

Rev

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

Rev 84 Rev 86
Line 21... Line 21...
21
	align-items: center;
21
	align-items: center;
22
}
22
}
Line 23... Line 23...
23
 
23
 
24
.boite-centre {
24
.boite-centre {
25
	width: 480px;
25
	width: 480px;
26
	height: 520px;
26
	height: 450px;
27
	padding: 20px;
27
	padding: 20px;
28
	border: solid #f0f0f0 1px;
28
	border: solid #f0f0f0 1px;
29
	border-radius: 5px;
29
	border-radius: 5px;
30
	margin: auto;
30
	margin: auto;
Line 43... Line 43...
43
 
43
 
44
.leger {
44
.leger {
45
	color: #808080;
45
	color: #808080;
Line -... Line 46...
-
 
46
}
-
 
47
 
-
 
48
#panneau-bienvenue {
-
 
49
	text-align: center;
-
 
50
	margin-top: 40px;
-
 
51
}
-
 
52
 
-
 
53
#bienvenue {
-
 
54
	margin-top: 20px;
46
}
55
}
47
 
56
 
48
#nom-complet {
57
#nom-complet {
-
 
58
	font-size: 1.6em;
-
 
59
	/*margin-left: 5px;*/
-
 
60
}
-
 
61
 
49
	font-size: 1.6em;
62
#liste-applications {
Line 50... Line 63...
50
	margin-left: 5px;
63
	margin-top: 80px; /* temporaire, pour afficher un simple lien en attendant mieux */
51
}
64
}
52
 
65