Subversion Repositories eFlore/Applications.del

Rev

Rev 1209 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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