Subversion Repositories Applications.reseau

Rev

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

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