Subversion Repositories eFlore/Applications.del

Rev

Rev 1115 | 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
}
38
 
39
.ligneProposition>div {
40
	display: block;
41
	float: left;
42
	margin-right: 5px;
43
}
44
 
882 aurelien 45
.nombreVotes {
665 gduche 46
	width:15px;
678 gduche 47
	height:16px;
882 aurelien 48
	padding-left: 10px;
1124 gduche 49
	margin-top:1px;
665 gduche 50
}
51
 
52
.commentaires {
1026 gduche 53
	background: url("./img/comment.png") no-repeat scroll 0 0 transparent;
54
    cursor: pointer;
55
    height: 20px;
56
    padding-left: 20px;
1124 gduche 57
    margin-left:13px;
1026 gduche 58
}
59
 
60
.infobulle {
61
    background: none repeat scroll 0 0 #1A5AC3;
62
    color: white;
1059 gduche 63
    font-size: 11px;
64
    height: 11px;
1038 gduche 65
    line-height: 0.9;
1026 gduche 66
    margin-left: 2px;
67
    margin-top: 8px;
1059 gduche 68
    min-width: 7px;
69
    padding: 1px;
1026 gduche 70
    position: absolute;
71
}
72
 
73
.infobulleCommentaire {
74
	margin-left:-9px;
1038 gduche 75
}
76
 
77
.zonePropositions {
78
	height:130px;
1124 gduche 79
	text-align:left;
80
	margin-top:60px;
81
}
82
 
83
.rss {
84
	position:absolute;
85
	margin-top:-25px;
86
	margin-left:316px;
87
}
88