0

Padding listcell

asked 2014-04-10 11:43:23 +0800

wigberto gravatar image wigberto
52 4

I have the this code and I do not manage to make to work "padding"

<listcell
        label="@bind(each.id)"
            style="font-weight:bold; font-size: 60px; text-align: center; padding: 10px"
        height="50px">
</listcell>

I'm sorry for my English.

Thank you.

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-04-11 04:56:18 +0800

vincentjian gravatar image vincentjian
2245 6

updated 2014-04-11 04:56:53 +0800

Hi, you should provide style to listcell content.

<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" />
link publish delete flag offensive edit

Comments

Thank you.

wigberto ( 2014-04-15 15:14:07 +0800 )edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-04-10 11:43:23 +0800

Seen: 21 times

Last updated: Apr 11 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More