Subversion Repositories eFlore/Applications.del

Rev

Rev 1833 | 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 {
1833 aurelien 29
	padding-top: 3px;
1196 gduche 30
}
31
.ligneProposition {
32
	clear:both;
33
}
34
.ligneProposition>div {
1703 jpm 35
	display:block;
36
	float:left;
1196 gduche 37
}
38
.nombreVotes {
39
	width:15px;
40
	height:16px;
1703 jpm 41
	padding-left:10px;
42
	margin-left:13px;
1196 gduche 43
	margin-top:1px;
44
}
45
.commentaires {
1703 jpm 46
	background:url("./img/comment.png") no-repeat scroll 0 0 transparent;
47
	cursor:pointer;
48
	height:20px;
49
	padding-left:20px;
50
	margin-left:13px;
1196 gduche 51
}
52
.infobulle {
1703 jpm 53
	background:none repeat scroll 0 0 #1A5AC3;
54
	color:white;
55
	font-size:11px;
56
	height:11px;
57
	line-height:0.9;
58
	margin-left:2px;
59
	margin-top:8px;
60
	min-width:7px;
61
	padding:1px;
62
	position:absolute;
1196 gduche 63
}
64
.infobulleCommentaire {
65
	margin-left:-9px;
66
}
67
.zonePropositions {
68
	height:130px;
69
	text-align:left;
70
	margin-top:60px;
71
}
72
.rss {
73
	position:absolute;
74
	margin-top:-25px;
75
	margin-left:446px;
1703 jpm 76
}