Subversion Repositories eFlore/Applications.del

Rev

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

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