From 15bd264009178e84017ae8e53d356c024a006749 Mon Sep 17 00:00:00 2001 From: Kevin McCormick Date: Tue, 13 Nov 2012 18:50:21 -0600 Subject: [PATCH] edihistory -- outline selected row in csvTables tab --- library/css/edi_history.css | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/library/css/edi_history.css b/library/css/edi_history.css index 707f52ddc..1e0a3aa76 100644 --- a/library/css/edi_history.css +++ b/library/css/edi_history.css @@ -47,6 +47,13 @@ } */ +@media print +{ + table.era835 thead { display:table-header-group } + table.era835 tfoot { display:table-footer-group } + table.era835 tbody.eraclp { page-break-inside:avoid; page-break-after:auto } +} + p.text { width:80%; text-align:left; @@ -554,6 +561,12 @@ table.era835 caption { * files display, text files, monospace * */ +div.filetext { + font-family: sans-serif; + background-color: #FDF5DB; + width: auto; + clear:both; +} div.filetext pre,code,kbd,samp,tt { font-family: monospace,monospace; @@ -570,7 +583,6 @@ div.filetext code { float: left } - div.filetext ol { font-family: sans-serif; font-style: italic; @@ -600,15 +612,23 @@ div.filetext ol p { /*overflow: break-word; */ } +div.filetext table.batchst caption { + font-family: sans-serif; + padding: 4px; + text-align: left; + font-weight: bold; + font-size: large; +} + div.filetext table.batchst thead { font-family: monospace,monospace; - font-size: 1em; + font-size: medium; border-width: thin; } div.filetext table.batchst tbody { font-family: monospace,monospace; - font-size: 12px; + font-size: medium; border-width: thin; width: auto; } @@ -651,6 +671,8 @@ div.csvcptn { } /* Table csvDisplay */ +.outlinetr { outline: 1px solid #09450f } + table.csvDisplay { width: 100%; clear: both; -- 2.11.4.GIT