Merge in support for jqGrid 3.5 (plus a change to layout.css after the merge).

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@596 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-17 03:39:29 +00:00
parent 77db0c2ed9
commit 18d384ecb3
368 changed files with 45 additions and 25244 deletions

View File

@@ -23,10 +23,10 @@ div#debug-kit-toolbar
/* Grid are not to be truncated when printing, so
* set overflow to visible for necessary selectors.
*/
div#content, div.grid_bdiv
div#content, div.ui-jqgrid-bdiv
{ overflow: visible ! important }
div.grid_hdiv
div.ui-jqgrid-hdiv
{ border-bottom: 3px double #000; }
/* The header is generally useless, except for the <th>,
@@ -35,8 +35,8 @@ div.grid_hdiv
*/
.GridHeader td,
div.scroll .navtable,
div.scroll .pgbuttons,
div.scroll select.selbox
div.scroll .ui-pg-button,
div.scroll select.ui-pg-selbox
{ display: none; }
/* The "page N / M" input box... make it look like normal text */