Subversion Repositories eFlore/Applications.del

Rev

Rev 1583 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1583 Rev 2080
Line 95... Line 95...
95
	text-overflow:ellipsis;
95
	text-overflow:ellipsis;
96
	overflow:hidden;
96
	overflow:hidden;
97
}
97
}
Line 98... Line 98...
98
 
98
 
99
.zoneVoter {
99
.zoneVoter {
100
    background: none repeat scroll 0 0 #8EB533;
100
    background: #8eb533 none repeat scroll 0 0;
101
    color: white;
101
    color: white;
102
    font-size: 15px;
102
    font-size: 15px;
103
    height: 29px;
103
    height: 40px;
104
    margin-left: -5px;
104
    margin-left: -5px;
105
    margin-top: -18px;
-
 
106
    padding: 10px 5px 0 39px;
105
    margin-top: -18px;
-
 
106
    position: absolute;
107
    position: absolute;
107
    text-align: center;
-
 
108
    width: 126px;
-
 
109
    display: table;
-
 
110
}
-
 
111
 
-
 
112
.zoneVoter span {
-
 
113
	display: table-cell;
108
    width: 82px;
114
	vertical-align: middle;