Fix for the Open in New Window in Patient/Client->Patients search gui, take 2.
[openemr.git] / phpmyadmin / print.css
blob54543dce2fc73b10aa2a22193832c1e864ceb110
1 .print_ignore {
2 display: none;
5 body, table, th, td {
6 color: #000000;
7 background-color: #ffffff;
8 font-size: 8pt;
11 img {
12 border: 0;
15 table, th, td {
16 border-width: 0.1em;
17 border-color: #000000;
18 border-style: solid;
21 table {
22 border-collapse: collapse;
23 border-spacing: 0;
26 th, td {
27 padding: 0.2em;
30 th {
31 font-weight: bold;
32 background-color: #e5e5e5;
35 @media print {
36 .print_ignore {
37 display: none;
40 body, table, th, td {
41 color: #000000;
42 background-color: #ffffff;
43 font-size: 8pt;
46 img {
47 border: 0;
50 table, th, td {
51 border-width: 1px;
52 border-color: #000000;
53 border-style: solid;
56 table {
57 border-collapse: collapse;
58 border-spacing: 0;
61 th, td {
62 padding: 0.2em;
65 th {
66 font-weight: bold;
67 background-color: #e5e5e5;