Skip to content

Commit

Permalink
fix #1101 added css for to restore original style (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidaipparla authored and offtherailz committed Oct 11, 2016
1 parent f0c5e6b commit 0bf0dc3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions web/client/components/mapcontrols/measure/measure.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
.option-icon {
margin-right: 15px;
}
#measure-result-panel button {
padding: 14px;
}
#measure-result-panel .glyphicon {
margin: 0 15px 0 0;
}
#measure-result-panel .option-text {
font-size: 14px;
text-transform: uppercase;
vertical-align: middle!important;
vertical-align: -webkit-baseline-middle!important;
}
#measure-result-panel .option-icon {
font-size: 32px;
text-transform: uppercase;
vertical-align: middle;
vertical-align: middle!important;
vertical-align: -webkit-baseline-middle!important;
vertical-align: -moz-middle-with-baseline !important;
}

0 comments on commit 0bf0dc3

Please sign in to comment.