Skip to content

Commit

Permalink
RWA-938 - InsurancePolicyObsElement
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Oct 10, 2024
1 parent 53a268b commit 02ef86a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
8 changes: 6 additions & 2 deletions configuration/globalresources/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ span.value {
color: blue;
}

label {
vertical-align: top;
}

.dashboard .info-body h3 {
width: 160px;
}
Expand All @@ -35,6 +39,6 @@ span.value {
min-width: unset;
}

.encounters-during-visit .value {
padding-left: 10px;
.encounters-during-visit span.value {
color: #363463;
}
17 changes: 16 additions & 1 deletion configuration/htmlforms/common/registration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,22 @@
</script>
</ifMode>

<section id="encounter-details-section" sectionTag="fieldset" headerTag="legend" headerStyle="title" headerCode="">
<ifMode mode="VIEW" include="true">
<style>
#registration-form-section label {
padding-right: 10px;
}
#registration-form-section label::after {
content: ': ';
display: inline;
}
#insurance-question {
display: inline-block;
}
</style>
</ifMode>

<section id="registration-form-section" sectionTag="fieldset" headerTag="legend" headerStyle="title" headerCode="">

<div class="row col-12">
<div class="col-12">
Expand Down

0 comments on commit 02ef86a

Please sign in to comment.