Subversion Repositories eFlore/Applications.del

Rev

Rev 921 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 921 Rev 1026
Line 22... Line 22...
22
	padding-left: 10px;
22
	padding-left: 10px;
23
	cursor: pointer;
23
	cursor: pointer;
24
}
24
}
Line 25... Line 25...
25
 
25
 
26
.commentaires {
26
.commentaires {
-
 
27
	background: url("./img/comment.png") no-repeat scroll 0 0 transparent;
-
 
28
    cursor: pointer;
27
	background:url('./img/comment.png') no-repeat;
29
    height: 20px;
-
 
30
    padding-left: 20px;
-
 
31
}
-
 
32
 
-
 
33
.infobulle {
28
	padding-left:20px;
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 {
29
	cursor: pointer;
47
	margin-left:-9px;
30
}
48
}