chart_wev8.css 513 Bytes
.wev-chart-container{
	background-color:#fff;
	overflow-x:auto;
	overflow-y:hidden;
	-webkit-overflow-scrolling:touch;
}
.wev-chart-container .wev-refresh-loading{
	position:relative;
}

.wev-chart-container>a {
    display: none;
    height: 40px;
    position: relative;
    float: left;
    left: 10%;
    top: 35px;
    z-index: 1;
}
.wev-chart-container>a>i {
    position: absolute;
    height: 100%;
    width: 45px;
    background: url(/mobilemode/mobile/images/plugin/filter.png) no-repeat center/28px;
}