Skip to content

Commit

Permalink
Merge pull request #652 from cmv/fix/styling-esri-directions-print-bu…
Browse files Browse the repository at this point in the history
…tton

fix the styling of print button in the Esri directions widget
  • Loading branch information
DavidSpriggs authored Dec 18, 2016
2 parents 5276b6c + 4051352 commit 42356d0
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 42356d0

Please sign in to comment.