diff --git a/APPL/PDA/default.css b/APPL/PDA/default.css index 40c795d6a2..8e9654711c 100644 --- a/APPL/PDA/default.css +++ b/APPL/PDA/default.css @@ -214,6 +214,22 @@ div.subheader { font-weight: bold; } +/* For internal styling within textarea's */ +.fclthtml { + line-height: 1.5em; +} +.fclthtml table, .fclthtml td, .fclthtml th { + border-collapse: collapse; + border: solid 1px #888; +} +.fclthtml th { + background-color: #999; +} +.fclthtml td { + filter: alpha(opacity=80); + opacity: 0.8; +} + /* reserveringsinfoschermpje */ .resruimte { text-align: center; diff --git a/APPL/PDA/ins_inspect.asp b/APPL/PDA/ins_inspect.asp index 3524c2176c..be02390550 100644 --- a/APPL/PDA/ins_inspect.asp +++ b/APPL/PDA/ins_inspect.asp @@ -570,7 +570,7 @@ else PAGE_START({id: "ins-2-"+ins_key}) HEADER({title: srtcontrole_oms, back: false, nohome: true}) ; CONTENT_START(); - ROFIELD("fld", "", srtcontrole_info, {multi: true}); + ROFIELD("fclthtml", "", srtcontrole_info, {multi: true}); CONTENT_END(); PAGE_END(); %>