From 86e35386f34098bd05c6ab780594234a0a7902b8 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Fri, 18 Mar 2011 01:45:14 -0700 Subject: [PATCH] Added back the notab style formatting for the patient summary screen --- interface/themes/style_metal.css | 10 +++++++++- interface/themes/style_oemr.css | 10 +++++++++- interface/themes/style_sky_blue.css | 10 +++++++++- interface/themes/style_tan.css | 10 +++++++++- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/interface/themes/style_metal.css b/interface/themes/style_metal.css index fa097e5ca..926ba3c55 100644 --- a/interface/themes/style_metal.css +++ b/interface/themes/style_metal.css @@ -692,6 +692,14 @@ div.tab table td.data { min-width:120px; /*170px*/ } +div.notab { + background: #D7DFE7 none repeat scroll 0 0; margin-bottom: 10px; width:100%; +} + +div.notab-right { + background: #D7DFE7 none repeat scroll 0 0; margin-bottom: 10px; width:100%; +} + .section-header { margin-bottom:5px; width:685px; border-bottom: 1px solid; } @@ -959,4 +967,4 @@ font-size:9pt; { background: #b7beca; color: #000000; -} \ No newline at end of file +} diff --git a/interface/themes/style_oemr.css b/interface/themes/style_oemr.css index 83d521088..8a6935128 100644 --- a/interface/themes/style_oemr.css +++ b/interface/themes/style_oemr.css @@ -692,6 +692,14 @@ div.tab table td.data { min-width:120px; /*170px*/ } +div.notab { + background: #FFFFFF none repeat scroll 0 0; margin-bottom: 10px; width:100%; +} + +div.notab-right { + background: #FFFFFF none repeat scroll 0 0; margin-bottom: 10px; width:100%; +} + .section-header { margin-bottom:5px; width:685px; border-bottom: 1px solid; } @@ -960,4 +968,4 @@ font-size:9pt; { background: #ffac84; color: #000000; -} \ No newline at end of file +} diff --git a/interface/themes/style_sky_blue.css b/interface/themes/style_sky_blue.css index f00df5e29..9033eb182 100644 --- a/interface/themes/style_sky_blue.css +++ b/interface/themes/style_sky_blue.css @@ -692,6 +692,14 @@ div.tab table td.data { min-width:120px; /*170px*/ } +div.notab { + background: #D7DFE7 none repeat scroll 0 0; margin-bottom: 10px; width:100%; +} + +div.notab-right { + background: #D7DFE7 none repeat scroll 0 0; margin-bottom: 10px; width:100%; +} + .section-header { margin-bottom:5px; width:685px; border-bottom: 1px solid; } @@ -960,4 +968,4 @@ font-size:9pt; { background: #8ca3ee; color: #000000; -} \ No newline at end of file +} diff --git a/interface/themes/style_tan.css b/interface/themes/style_tan.css index bd152fe28..7bc278bbe 100644 --- a/interface/themes/style_tan.css +++ b/interface/themes/style_tan.css @@ -692,6 +692,14 @@ div.tab table td.data { min-width:120px; /*170px*/ } +div.notab { + background: #FFFFFF none repeat scroll 0 0; margin-bottom: 10px; width:100%; +} + +div.notab-right { + background: #FFFFFF none repeat scroll 0 0; margin-bottom: 10px; width:100%; +} + .section-header { margin-bottom:5px; width:685px; border-bottom: 1px solid; } @@ -960,4 +968,4 @@ font-size:9pt; { background: #8ca3ee; color: #000000; -} \ No newline at end of file +} -- 2.11.4.GIT