Styleguide and theme code de-duplication (#1651)
[openemr.git] / interface / themes / core / patient / reports.scss
bloba00cf7c919c9f4a0c70d1655484561376f879c28
1 /*=============================================================
2  * Patient Reports
3  * seen in the patient reports screens
4  *============================================================*/
5 #patient_reports {
6         width: 100%;
8 #patient_reports .issues {
9         padding-right: 30px;
11 #patient_reports .issues table {
12         margin: 10px 0px 10px 0px;
14 #patient_reports .issues td {
15         padding: 2px;
17 #patient_reports .encounters td {
18         padding: 2px;
20 #patient_reports .encounter_forms {
21         margin: 5px 15px 5px 15px;
23 #patient_reports td {
24         vertical-align: top;
26 #patient_reports ul {
27         list-style: none;