HoriList.less 885 Bytes
.wev-horitable-view-wrapper{
	overflow-x:auto; 
}
.wev-horitable-view-wrapper .wev-horitable-view{
	display:table;
}
.wev-table-view.wev-horitable-view .wev-navigate-right:after{
	display:none;
}
.wev-table-view.wev-horitable-view .wev-table-view-cell{
	text-align: center;
	display:table-cell;
	vertical-align: top;
}
.wev-table-view.wev-horitable-view .wev-table-view-cell:first-child:before, 
.wev-table-view.wev-horitable-view .wev-table-view-cell:after{
	display:none;
}
.wev-table-view.wev-horitable-view .wev-nowrap:first-child{
	color:#333;
	font-size:15 * @hd;
	line-height:30px;
}
.wev-table-view.wev-horitable-view .wev-media-object img,
.wev-table-view.wev-horitable-view .wev-media-object .resourceimage{
	width:80px;
	height:80px;
	border-radius: 4px;
}
.wev-table-view.wev-horitable-view .wev-media-object .resourceimage{
    border-radius: 50%;
    line-height: 80px;
}