git-svn-id: file:///svn-source/pmgr/branches/jqgrid_3.5@528 97e9348a-65ac-dc4b-aefc-98561f571b83
47 lines
1.2 KiB
CSS
47 lines
1.2 KiB
CSS
/************************************************************
|
|
************************************************************
|
|
* Styles for media type: print
|
|
*/
|
|
|
|
/* No need for the menu */
|
|
table#layout td#sidecolumn
|
|
{ display: none; }
|
|
|
|
/* No need for the debug kit */
|
|
div#debug-kit-toolbar
|
|
{ display: none; }
|
|
|
|
/* In fact, no need for any debug stuff */
|
|
.debug
|
|
{ display: none; }
|
|
|
|
|
|
/************************************************************
|
|
* Grid display
|
|
*/
|
|
|
|
/* Grid are not to be truncated when printing, so
|
|
* set overflow to visible for necessary selectors.
|
|
*/
|
|
div#content, div.ui-jqgrid-bdiv
|
|
{ overflow: visible ! important }
|
|
|
|
div.ui-jqgrid-hdiv
|
|
{ border-bottom: 3px double #000; }
|
|
|
|
/* The header is generally useless, except for the <th>,
|
|
* as well as the footer navtable. The pagination buttons
|
|
* are of no use, nor is the selbox to set # of rows.
|
|
*/
|
|
.GridHeader td,
|
|
div.scroll .navtable,
|
|
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 */
|
|
div.scroll input[type='text'] {
|
|
border: none;
|
|
background: transparent;
|
|
}
|