Subversion Repositories eFlore/Applications.del

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1117 gduche 1
.nombreVotes {
2
	width:15px;
3
	height:16px;
4
	padding-left: 10px;
5
	float:right;
6
	margin-left:10px;
7
}
8
 
9
.infobulle {
10
    background: none repeat scroll 0 0 #1A5AC3;
11
    color: white;
12
    font-size: 11px;
13
    height: 11px;
14
    line-height: 0.9;
15
    margin-left: 2px;
16
    margin-top: 8px;
17
    min-width: 7px;
18
    padding: 1px;
19
    position: absolute;
20
}
21
 
966 gduche 22
.proposition {
23
	width:550px;
24
	padding:10px;
978 gduche 25
	background:#EEE;
26
	margin-bottom:5px;
966 gduche 27
}
28
.nom {
1104 gduche 29
	margin-right:4px;
30
	margin-top:1px;
966 gduche 31
}
32
.le {
1104 gduche 33
	margin-top:1px;
966 gduche 34
}
35
.date {
1104 gduche 36
	margin-left:3px;
37
	margin-top:1px;
966 gduche 38
}
39
.determination {
40
	clear:left;
41
	float:left;
1108 gduche 42
	margin-top:1px;
43
	margin-right:3px;
966 gduche 44
}
45
.nomtaxon {
46
	float:left;
1104 gduche 47
	font-size:15px;
966 gduche 48
}
49
.voter {
50
	font-size:11px;
51
}
52
.commentaire {
53
	clear:left
54
}
55
.daccord {
56
	clear:left;
57
	margin-right:5px;
58
}
978 gduche 59
.repondre {
1104 gduche 60
	margin-top:3px;
61
	float:right;
978 gduche 62
	cursor:pointer;
1001 aurelien 63
}
1104 gduche 64
 
1001 aurelien 65
.suppression {
66
	width:15px;
67
	height:16px;
68
	background:url('./img/cancel.png') no-repeat;
69
	cursor: pointer;
1104 gduche 70
	margin-top:-15px;
71
	margin-left:550px;
72
	position:absolute;
1108 gduche 73
}
74