Subversion Repositories Applications.reseau

Rev

Rev 75 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
75 mathias 1
#corps {
74 mathias 2
	padding: 20px;
3
}
4
 
75 mathias 5
#logo {
6
	float: left;
7
}
8
 
9
.curseur-pointeur {
10
	cursor: help;
11
}
12
 
74 mathias 13
#zone-formulaire {
14
	padding: 10px;
75 mathias 15
	margin-top: 40px;
74 mathias 16
}
17
 
18
#zone-urls {
19
	padding: 10px;
20
	margin-top: 20px;
21
}
22
 
23
#liste {
24
	list-style-type: none;
25
	margin: 0;
26
	padding: 0;
27
}
28
 
29
#liste > li {
30
	margin: 0;
31
	padding: 0;
32
}
33
 
34
#liste > li > label {
35
	font-weight: bold;
91 mathias 36
	width: 180px;
74 mathias 37
}