On our jqGrid pager the page number textbox size is off. Some of our other site CSS is liking causing an issue. Anyone know how to fix this?
This is our footer:
![alt text][1]
And an example from the jqGrid demo site with a correct size:
![alt text][2]
Update 3 (removed prior 2 updates)..
The issue appears to go away after changing:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
To:
<!DOCTYPE HTML>
Why is this?
Is there a way you can provide some CSS to explicitly set the CSS of the pager input text box?