Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1088 Rev 1095
Line 54... Line 54...
54
.protocole {
54
.protocole {
55
	width:124px;
55
	width:124px;
56
	white-space:nowrap;
56
	white-space:nowrap;
57
	text-overflow:ellipsis;
57
	text-overflow:ellipsis;
58
	overflow:hidden;
58
	overflow:hidden;
59
}
-
 
60
59
}
-
 
60
 
-
 
61
.zoneVoter {
-
 
62
    background: none repeat scroll 0 0 #8EB533;
-
 
63
    color: white;
-
 
64
    font-size: 15px;
-
 
65
    height: 29px;
-
 
66
    margin-left: -5px;
-
 
67
    margin-top: -18px;
-
 
68
    padding: 10px 5px 0 39px;
-
 
69
    position: absolute;
-
 
70
    width: 82px;
-
 
71
}
-
 
72