Refactored ConfigFile class so that it is no longer a singleton
[phpmyadmin.git] / print.css
blob1aa2f982792ec0ffac31f925244a58211aec7b74
1 .nowrap {
2 white-space: nowrap;
5 .hide {
6 display: none;
9 body, table, th, td {
10 color: #000;
11 background-color: #fff;
14 img {
15 border: 0;
18 table, th, td {
19 border: .1em solid #000;
22 table {
23 border-collapse: collapse;
24 border-spacing: 0;
27 th, td {
28 padding: 0.2em;
31 th {
32 font-weight: bold;
33 background-color: #e5e5e5;
36 th.vtop, td.vtop {
37 vertical-align: top;
40 th.vbottom, td.vbottom {
41 vertical-align: bottom;
44 @media print {
45 .print_ignore {
46 display: none;
49 .nowrap {
50 white-space: nowrap;
53 .hide {
54 display: none;
57 body, table, th, td {
58 color: #000;
59 background-color: #fff;
62 img {
63 border: 0;
66 table, th, td {
67 border: .1em solid #000;
70 table {
71 border-collapse: collapse;
72 border-spacing: 0;
75 th, td {
76 padding: 0.2em;
79 th {
80 font-weight: bold;
81 background-color: #e5e5e5;
84 th.vtop, td.vtop {
85 vertical-align: top;
88 th.vbottom, td.vbottom {
89 vertical-align: bottom;