Subversion Repositories Applications.reseau

Rev

Rev 81 | Details | Compare with Previous | 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
 
89 mathias 20
.boite-liste {
21
	float: left;
22
	margin-right: 40px;
23
}
24
 
25
#ids-img, #ids-obs {
81 mathias 26
	width: 300px;
27
	height: 150px;
28
	margin-bottom: 20px;
29
	margin-top: 10px;
30
}
31
 
32
#ok {
33
	margin-right: 10px;
34
}
35
 
36
#succes {
37
	color: green;
38
}
39
 
40
#erreur {
41
	color: red;
42
 
43
}