Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1001 Rev 1104
Line 3... Line 3...
3
	padding:10px;
3
	padding:10px;
4
	background:#EEE;
4
	background:#EEE;
5
	margin-bottom:5px;
5
	margin-bottom:5px;
6
}
6
}
7
.nom {
7
.nom {
8
	margin-right:5px
8
	margin-right:4px;
-
 
9
	margin-left:3px;
-
 
10
	margin-top:1px;
9
}
11
}
10
.le {
12
.le {
11
	margin-top:2px;
13
	margin-top:1px;
12
}
14
}
13
.date {
15
.date {
14
	margin-left:5px;
16
	margin-left:3px;
15
	margin-top:2px;
17
	margin-top:1px;
16
}
18
}
17
.determination {
19
.determination {
18
	clear:left;
20
	clear:left;
19
	float:left;
21
	float:left;
20
	margin-top:1px
22
	margin-top:1px
21
}
23
}
22
.nomtaxon {
24
.nomtaxon {
23
	float:left;
25
	float:left;
24
	margin-left:5px;
26
	font-size:15px;
25
}
27
}
26
.voter {
28
.voter {
27
	font-size:11px;
29
	font-size:11px;
28
}
30
}
29
.commentaire {
31
.commentaire {
Line 32... Line 34...
32
.daccord {
34
.daccord {
33
	clear:left;
35
	clear:left;
34
	margin-right:5px;
36
	margin-right:5px;
35
}
37
}
36
.repondre {
38
.repondre {
-
 
39
	margin-top:3px;
37
	text-align:right;
40
	float:right;
38
	cursor:pointer;
41
	cursor:pointer;
39
}
42
}
-
 
43
 
40
.suppression {
44
.suppression {
41
	width:15px;
45
	width:15px;
42
	height:16px;
46
	height:16px;
43
	background:url('./img/cancel.png') no-repeat;	
47
	background:url('./img/cancel.png') no-repeat;	
44
	cursor: pointer;
48
	cursor: pointer;
45
	float: right;
49
	margin-top:-15px;
46
	margin-top: -2px;
50
	margin-left:550px;
-
 
51
	position:absolute;	
47
}
52
}
48
53