Skip to content

Commit

Permalink
dev: got paginators in jqgrid to fit in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Apr 17, 2013
1 parent 50e780e commit d4b06fd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions styles/adminstyle.css
Expand Up @@ -149,4 +149,22 @@ div.ui-jqgrid-hbox input, div.ui-jqgrid-hbox input{
float:left;
width:70%;
padding:1em;
}

/* Make jqgrid pagers fit in IE */
.ui-jqgrid .ui-jqgrid-toppager,
.ui-jqgrid .ui-jqgrid-pager {
height: auto !important;
}

/* Make pager not so high */
.ui-jqgrid input.ui-pg-input,
.ui-jqgrid select.ui-pg-selbox {
height: auto;
min-height: 1.4em;
line-height: 1.4em;
display: inline-block;
min-width: 0;
width: auto;
overflow: hidden;
}

0 comments on commit d4b06fd

Please sign in to comment.