diff --git a/site/webroot/css/print.css b/site/webroot/css/print.css index 7c3058c..aa1e76a 100644 --- a/site/webroot/css/print.css +++ b/site/webroot/css/print.css @@ -16,6 +16,14 @@ div#debug-kit-toolbar { display: none; } +/************************************************************ + * Form inputs + */ + +/* The "page N / M" input box... make it look like normal text */ +input[type='button'], input[type='submit'], input[type='reset'] + { display: none; } + /************************************************************ * Grid display */