Skip to content

Commit

Permalink
Wed Oct 4 16:01:31 UTC 2023 (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: Workflows.Backup <[email protected]>
  • Loading branch information
github-actions[bot] and Workflows.Backup authored Oct 4, 2023
1 parent b6816ea commit 4c8756a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CurrentFHIRIGTemplate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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; }
Expand All @@ -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; }
Expand Down Expand Up @@ -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;
}
}
Binary file modified CurrentFHIRIGTemplate/export.zip
Binary file not shown.

0 comments on commit 4c8756a

Please sign in to comment.