Wednesday 7 May 2014

Padding listcell in zk ?

<style>
.large .z-listcell-content, /* for ZK 7*/
.large .z-listcell-cnt {  /* for ZK 6.5 */
    font-weight:bold;
    font-size: 60px;
    text-align: center;
    padding: 10px;
}
</style>
<listcell label="@bind(each.id)" sclass="large" height="50px" />

No comments:

Post a Comment