Subversion Repositories eFlore/Applications.del

Rev

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