diff --git a/CurrentFHIRIGTemplate/README.md b/CurrentFHIRIGTemplate/README.md index 27f2faaf9..9882aed4e 100644 --- a/CurrentFHIRIGTemplate/README.md +++ b/CurrentFHIRIGTemplate/README.md @@ -5,4 +5,4 @@ It was created on 29/09/2023 and has been set up to run every 1 month ## Last Updated -Updated at: Tue Jun 13 08:12:44 UTC 2023 +Updated at: Wed Oct 4 16:01:33 UTC 2023 diff --git a/CurrentFHIRIGTemplate/backup/guides/Simplified---UK-Core-based-template/styles/NHSEUKCoreStyle/style.css b/CurrentFHIRIGTemplate/backup/guides/Simplified---UK-Core-based-template/styles/NHSEUKCoreStyle/style.css index 6cdb52f0c..7b1227115 100644 --- a/CurrentFHIRIGTemplate/backup/guides/Simplified---UK-Core-based-template/styles/NHSEUKCoreStyle/style.css +++ b/CurrentFHIRIGTemplate/backup/guides/Simplified---UK-Core-based-template/styles/NHSEUKCoreStyle/style.css @@ -78,13 +78,13 @@ hr.thickline{ background-color:#003087; } - .tab { +.tab { overflow: hidden; border: 1px solid #dde1e4; background-color: #dde1e4; } /* Style the buttons inside the tab */ - .tab button { +.tab button { background-color: inherit; float: left; border: none; @@ -135,7 +135,7 @@ hr.thickline{ color: #fff !important; } -//css for simplifier tabs +/* css for simplifier tabs */ .cool-tabs .nav-tabs { overflow: hidden; border: 1px solid #dde1e4; @@ -209,6 +209,11 @@ table.assets tr td.balloted { } + tr.wordBreak, td.wordBreak { + overflow-wrap: break-word !important; +} + + th.width5 { width: 5%; overflow-wrap: anywhere; } th.width05 { width: 5%; overflow-wrap: anywhere; } th.width10 { width: 10%; overflow-wrap: anywhere; } th.width15 { width: 15%; overflow-wrap: anywhere; } @@ -232,7 +237,6 @@ table.assets tr td.balloted { td.width35 { width: 35%; overflow-wrap: anywhere; } td.width40 { width: 40%; overflow-wrap: anywhere; } - th.comparison-fhir { width: 22%; overflow-wrap: anywhere; } th.comparison-note { width: 34%; overflow-wrap: anywhere; } td.comparison-fhir { width: 22%; overflow-wrap: anywhere; } @@ -508,10 +512,11 @@ table.codes thead tr:first-child th.orderable button:hover .sort-icon { background-color: #919ea8; } + /* this part adds an icon after external links, using FontAwesome*/ a.external:after { - font-family: 'Font Awesome 5 Free'; + font-family: 'FontAwesome'; font-weight: 900; - content: "\f35d"; + content: "\f08e"; padding-left: 5px; -} +} \ No newline at end of file diff --git a/CurrentFHIRIGTemplate/export.zip b/CurrentFHIRIGTemplate/export.zip index f0ae910cb..30a98e44b 100644 Binary files a/CurrentFHIRIGTemplate/export.zip and b/CurrentFHIRIGTemplate/export.zip differ