Toolbar button size

QuestionsToolbar button size
Patricia Lawson asked 10 years ago

Hello,
The toolbar doesn't resize on iPads, making usage very difficult. Can I resize the toolbar buttons? I see that resizing text can happen, but that doesn't fix my problem….

Thanks!

1 Answers
Abu Ghufran answered 10 years ago

Hello,

To make the clickable area larger you can apply CSS spacing. e.g.

<style>
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
margin: 7px;
}
.ui-jqgrid .ui-jqgrid-pager {
height: 36px;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
line-height: 30px;
}
</style>

Elements can be inspected using firebug for further tweaking.

To make the Image larger, you will need to provide your own as they are taken from an image sprite of jqueryui (which is time taking work).

Regards,

Your Answer

6 + 7 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?