Skip to content
Open

Cda #36

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Spécifique des CDA

# ig-template

Ce repository permet de fixer la charte graphique des Implementation Guides délivrés par l'ANS.
Expand Down
28 changes: 18 additions & 10 deletions content/assets/css/style-add-ans.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
p, li, td {
p,
li,
td {
color: #343548;
}

Expand All @@ -10,7 +12,7 @@
background-color: white;
}

#segment-footer > .container {
#segment-footer>.container {
background-color: #464c6d;
}

Expand All @@ -21,23 +23,23 @@
}

#segment-footer {
background: none;
background: none;
}


#hl7-search-lnk >img {
#hl7-search-lnk>img {
height: 40px;
}


.breadcrumb,
.breadcrumb-item {

display: unset;
display: unset;
}

.navbar {
background-color : #464c6d;
background-color: #464c6d;
}

body {
Expand All @@ -53,11 +55,17 @@
}


.dropdown-toggle:after{
content: none;
.dropdown-toggle:after {
content: none;

}

#content > .inner-wrapper, .container > .row > .inner-wrapper {
margin : 10px;
#content>.inner-wrapper,
.container>.row>.inner-wrapper {
margin: 10px;
}

.table td,
.table th {
word-break: break-word;

Check warning on line 70 in content/assets/css/style-add-ans.css

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Deprecated keyword "break-word" for property "word-break"

See more on https://sonarcloud.io/project/issues?id=ansforge_IG-template&issues=AZ8Eh7LVM1FOzhe_a-yh&open=AZ8Eh7LVM1FOzhe_a-yh&pullRequest=36
}
Binary file added content/assets/images/cda-logo-www.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions includes/fragment-header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<!-- Placeholder for child template header declarations -->
<div id="family-nav">
<a id="hl7-search-lnk" data-no-external="true" href="http://hl7.org/fhir"><img height="50" alt="Visit the FHIR website" src="{{site.data.info.assets}}assets/images/fhir-logo-www.png"/> </a>
</div>
<div id="family-nav" style="display: flex; flex-direction: column;">
<a id="hl7-search-lnk" data-no-external="true" href="http://hl7.org/fhir" style="scale: 0.5;">
<img height="50" style="display: block; width: 100%;" alt="Visit the FHIR website" src="{{site.data.info.assets}}assets/images/fhir-logo-www.png"/>
</a>
<a id="hl7-search-lnk" data-no-external="true" href="http://hl7.org/cda" style="scale: 0.5;">

Check failure on line 6 in includes/fragment-header.html

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Duplicate id "hl7-search-lnk" found. First occurrence was on line 3.

See more on https://sonarcloud.io/project/issues?id=ansforge_IG-template&issues=AZ8Eh7RwM1FOzhe_a-yi&open=AZ8Eh7RwM1FOzhe_a-yi&pullRequest=36
<img height="50" style="display: block; width: 100%;" alt="Visit the CDA website" src="{{site.data.info.assets}}assets/images/cda-logo-www.png"/>
</a>
</div>
<div id="ans-nav" style="line-height: 50px; float: left; margin-top: 4px; margin-bottom: 8px; color: #808080; ">
<a id="hl7-logo" data-no-external="true" href="https://esante.gouv.fr/"><img height="50" alt="ANS Logo" src="{{site.data.info.assets}}assets/images/logo-ANS.svg"/></a>
<a id="hl7-search-lnk" data-no-external="true" href="searchform.html"><img alt="Search FHIR" src="{{site.data.info.assets}}assets/images/search.png"/></a>
Expand Down
Loading