Subversion Repositories eFlore/Applications.del

Rev

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

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