I'm working on a touch screen application using jqGrid and I need bigger buttons.
I've been looking around but I can't figure out where the CSS setting for the paging/search/refresh buttons are so I can resize them.
How can I make the buttons bigger?
Edit: I had to make a few more changes to get the buttons to look just right.
.ui-jqgrid .ui-jqgrid-pager { /* change height */ height:45px; }
.ui-jqgrid .ui-pg-button { height:45px !important; width:46px !important;}
.ui-jqgrid .ui-jqgrid-pager .ui-icon { position:relative; margin: 0px 15px;}