Subversion Repositories eFlore/Applications.del

Rev

Rev 1038 | 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
 
1038 gduche 5
.headerTableau {
6
	display:inline;
7
}
8
 
9
.gauche {
10
	float:left;
11
}
12
 
13
.milieu {
1050 gduche 14
	margin:0 0 0 116px;
15
	float:left
1038 gduche 16
}
17
 
18
.droite {
1050 gduche 19
	float:right;
1038 gduche 20
}
21
 
665 gduche 22
.determination {
1050 gduche 23
	margin: -23px 1px 5px 0;
665 gduche 24
}
25
 
1038 gduche 26
.especesProposees {
27
	margin-top:15px;
28
}
665 gduche 29
.determination>div {
1050 gduche 30
	margin-top: 2px;
31
	margin-bottom: 30px;
665 gduche 32
}
33
 
34
.ligneProposition>div {
35
	display: block;
36
	float: left;
37
	margin-right: 5px;
38
}
39
 
882 aurelien 40
.nombreVotes {
665 gduche 41
	width:15px;
678 gduche 42
	height:16px;
665 gduche 43
	background:url('./img/user.png') no-repeat;
882 aurelien 44
	padding-left: 10px;
901 aurelien 45
	cursor: pointer;
665 gduche 46
}
47
 
48
.commentaires {
1026 gduche 49
	background: url("./img/comment.png") no-repeat scroll 0 0 transparent;
50
    cursor: pointer;
51
    height: 20px;
52
    padding-left: 20px;
53
}
54
 
55
.infobulle {
56
    background: none repeat scroll 0 0 #1A5AC3;
57
    color: white;
58
    font-size: 13px;
59
    font-weight: bold;
1038 gduche 60
    height: 13px;
61
    line-height: 0.9;
1026 gduche 62
    margin-left: 2px;
63
    margin-top: 8px;
1038 gduche 64
    padding: 1px 1px;
1026 gduche 65
    position: absolute;
66
}
67
 
68
.infobulleCommentaire {
69
	margin-left:-9px;
1038 gduche 70
}
71
 
72
.zonePropositions {
73
	height:130px;
665 gduche 74
}