Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
1196 gduche 1
.determinationOriginale {
2
	padding-top:3px;
3
}
4
 
1209 gduche 5
.lignePropositionRetenue {
6
 
7
}
8
 
1196 gduche 9
.determInitiale, .especesProposees {
10
	padding-left:10px;
11
}
12
 
13
.headerTableau {
14
	display:inline;
15
}
16
 
17
.gauche {
18
	float:left;
19
}
20
 
21
.milieu {
22
	margin:0 0 0 115px;
23
	float:left
24
}
25
 
26
.droite {
27
	float:right;
28
}
29
 
30
.determination {
31
	margin: -23px 1px 5px 0;
32
}
33
 
34
.especesProposees {
35
	margin-top:15px;
36
}
37
 
38
.determination>div {
39
	margin-top: 2px;
40
	margin-bottom: 30px;
41
}
42
.ligneProposition {
43
	clear:both;
44
}
45
.ligneProposition>div {
46
	display: block;
47
	float: left;
48
	margin-right: 5px;
49
}
50
 
51
.nombreVotes {
52
	width:15px;
53
	height:16px;
54
	padding-left: 10px;
55
	margin-top:1px;
56
}
57
 
58
.commentaires {
59
	background: url("./img/comment.png") no-repeat scroll 0 0 transparent;
60
    cursor: pointer;
61
    height: 20px;
62
    padding-left: 20px;
63
    margin-left:13px;
64
}
65
 
66
.infobulle {
67
    background: none repeat scroll 0 0 #1A5AC3;
68
    color: white;
69
    font-size: 11px;
70
    height: 11px;
71
    line-height: 0.9;
72
    margin-left: 2px;
73
    margin-top: 8px;
74
    min-width: 7px;
75
    padding: 1px;
76
    position: absolute;
77
}
78
 
79
.infobulleCommentaire {
80
	margin-left:-9px;
81
}
82
 
83
.zonePropositions {
84
	height:130px;
85
	text-align:left;
86
	margin-top:60px;
87
}
88
 
89
.rss {
90
	position:absolute;
91
	margin-top:-25px;
92
	margin-left:446px;
93
}
94