Skip to content

Commit

Permalink
fix the styling of print button in the Esri directions widget
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Dec 18, 2016
1 parent cfd44b2 commit 8544b24
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions viewer/css/cmv-theme-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,20 @@
letter-spacing: 0;
text-transform: none;
}
.cmv .simpleDirections .esriDirectionsButton:before {
font-family:'FontAwesome';
.cmv .simpleDirections .esriStopsGetDirections:before {
content: '\f277';
font-family: 'FontAwesome';
margin-right: 8px;
content: '\f277'
}

.cmv .simpleDirections .esriResultsPrint {
padding: 8px;
}

.cmv .simpleDirections .esriResultsPrint:before {
content: '\f02f';
font-family: 'FontAwesome';
font-size: 14px;
}

.cmv .simpleDirections .esriLinkButton {
Expand Down

0 comments on commit 8544b24

Please sign in to comment.