Subversion Repositories Applications.reseau

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
81 mathias 1
#corps {
2
	padding: 20px;
3
}
4
 
5
#logo {
6
	float: left;
7
}
8
 
9
#logo img {
10
	height: 100px;
11
	margin-top: 10px;
12
	margin-right: 15px;
13
}
14
 
15
#zone-formulaire {
16
	padding: 10px;
17
	margin-top: 40px;
18
}
19
 
20
#ids {
21
	width: 300px;
22
	height: 150px;
23
	margin-bottom: 20px;
24
	margin-top: 10px;
25
}
26
 
27
#ok {
28
	margin-right: 10px;
29
}
30
 
31
#succes {
32
	color: green;
33
}
34
 
35
#erreur {
36
	color: red;
37
 
38
}