Fix for the Open in New Window in Patient/Client->Patients search gui, take 2.
[openemr.git] / phpmyadmin / themes / original / css / theme_print.css.php
blobb39f5cf80409ee78289ddabdffb30acec54f0ddc
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * print css file from theme Original
6 * @version $Id$
7 * @package phpMyAdmin-theme
8 * @subpackage Original
9 */
11 /* For printview */
12 body, table, th, td {
13 color: #000000;
14 background-color: #ffffff;
17 img {
18 border: 0;
21 table, th, td {
22 border-width: 0.1em;
23 border-color: #000000;
24 border-style: solid;
27 table {
28 border-collapse: collapse;
29 border-spacing: 0;
32 th, td {
33 padding: 0.2em;
36 th {
37 font-weight: bold;
38 background-color: #e5e5e5;