Subversion Repositories eFlore/Applications.del

Rev

Rev 978 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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