Subversion Repositories eFlore/Applications.del

Rev

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

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