Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
665 gduche 1
.determination {
2
	padding: 10px;
3
	margin: 0 1px 5px 0;
4
	height: 150px;
5
}
6
 
7
.determination>div {
8
	margin-top: 0px;
9
	margin-bottom: 20px;
10
}
11
 
12
.ligneProposition>div {
13
	display: block;
14
	float: left;
15
	margin-right: 5px;
16
}
17
 
882 aurelien 18
.nombreVotes {
665 gduche 19
	width:15px;
678 gduche 20
	height:16px;
665 gduche 21
	background:url('./img/user.png') no-repeat;
882 aurelien 22
	padding-left: 10px;
901 aurelien 23
	cursor: pointer;
665 gduche 24
}
25
 
26
.commentaires {
1026 gduche 27
	background: url("./img/comment.png") no-repeat scroll 0 0 transparent;
28
    cursor: pointer;
29
    height: 20px;
30
    padding-left: 20px;
31
}
32
 
33
.infobulle {
34
    background: none repeat scroll 0 0 #1A5AC3;
35
    color: white;
36
    font-size: 13px;
37
    font-weight: bold;
38
    height: 12px;
39
    line-height: 0.7;
40
    margin-left: 2px;
41
    margin-top: 8px;
42
    padding: 0 1px;
43
    position: absolute;
44
}
45
 
46
.infobulleCommentaire {
47
	margin-left:-9px;
665 gduche 48
}