Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
1196 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
 
22
.proposition {
23
	width:550px;
24
	padding:10px;
25
	background:#EEE;
26
	margin-bottom:5px;
27
}
28
.nom {
29
	margin-right:4px;
30
	margin-top:1px;
31
}
32
.le {
33
	margin-top:1px;
34
}
35
.date {
36
	margin-left:3px;
37
	margin-top:1px;
38
}
39
.determination {
40
	clear:left;
41
	float:left;
42
	margin-top:1px;
43
	margin-right:3px;
44
}
45
.nomtaxon {
46
	float:left;
47
	font-size:15px;
48
}
49
.voter div{
50
	font-size:18px;
51
	color:#333;
52
	text-align:right;
53
	margin-bottom:-3px;
54
}
55
.commentaire {
56
	clear:left
57
}
58
.daccord {
59
	clear:left;
60
	margin-right:5px;
61
}
62
.repondre {
63
	margin-top:3px;
64
	float:left;
65
	cursor:pointer;
66
	margin-bottom:5px;
67
	font-size:10px;
68
}
69
 
70
.suppression {
71
	width:15px;
72
	height:16px;
73
	background:url('./img/cancel.png') no-repeat;
74
	cursor: pointer;
75
	margin-top:-15px;
76
	margin-left:99%;
77
	position:relative;
78
}
79
 
80
.labelVoter {
81
	padding-left:9px;
82
}