Skip to content

Commit eecc577

Browse files
authored
Merge pull request #2127 from veteransaffairscanada/develop
Develop- Merge hotfix for IE11 css fix
2 parents 0cf2323 + d3e2d52 commit eecc577

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

components/vac_header_en.js

+10-7
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,16 @@ class VacHeaderEn extends Component {
3737
<a
3838
href="https://www.canada.ca/en.html"
3939
className="h6 light-grey"
40+
rel="noopener"
4041
>
41-
Canada.ca
42+
<span className="hidden-xs">Canada.ca</span>
4243
<img
4344
id="maple-leaf"
4445
src={
4546
path +
4647
"/GCWeb/assets/2018-redesign/vector-maple-leaf.svg"
4748
}
48-
alt=""
49+
alt="maple leaf"
4950
/>
5051
</a>
5152
</li>
@@ -61,13 +62,13 @@ class VacHeaderEn extends Component {
6162
}}
6263
className="h6 light-grey"
6364
>
64-
Français
65+
<span className="hidden-xs">Français</span>
6566
<img
6667
id="language-globe"
6768
src={
6869
path + "/GCWeb/assets/2018-redesign/vector-globe.svg"
6970
}
70-
alt=""
71+
alt="globe"
7172
/>
7273
</a>
7374
</li>
@@ -78,15 +79,17 @@ class VacHeaderEn extends Component {
7879
href={path + "/eng/e_services/" + utm}
7980
className="h6 light-grey"
8081
>
81-
My <abbr title="Veterans Affairs Canada">VAC</abbr>{" "}
82-
Account&nbsp;
82+
<span className="hidden-xs">
83+
My <abbr title="Veterans Affairs Canada">VAC</abbr>{" "}
84+
Account&nbsp;
85+
</span>
8386
<img
8487
id="mva-logo"
8588
className="mrgn-lft-sm"
8689
src={
8790
path + "/GCWeb/assets/2018-redesign/vector-mva-logo.svg"
8891
}
89-
alt=""
92+
alt="open folder"
9093
/>
9194
</a>
9295
</li>

static/vac_header.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
}
2121
#header_css img {
2222
border: 0;
23+
vertical-align: middle;
2324
}
2425
#header_css hr {
2526
-webkit-box-sizing: content-box;
@@ -372,6 +373,8 @@
372373
#header_css #wb-bnr,
373374
#header_css #wb-bnr a {
374375
font-family: Montserrat, sans-serif;
376+
padding: 0 8px;
377+
text-transform: uppercase;
375378
}
376379
#header_css #wb-bnr .brand {
377380
margin: 16px 0;
@@ -380,7 +383,6 @@
380383
height: 26px;
381384
}
382385
#header_css #wb-bnr img#mva-logo {
383-
height: 20px;
384386
position: relative;
385387
top: 1px;
386388
}
@@ -389,7 +391,6 @@
389391
}
390392
#header_css #wb-bnr img#language-globe,
391393
#header_css img#maple-leaf {
392-
height: 20px;
393394
margin-left: 5px;
394395
position: relative;
395396
top: -2px;

0 commit comments

Comments
 (0)