Skip to content

Commit

Permalink
Changes the visibility of the center map button to be permanently vis…
Browse files Browse the repository at this point in the history
…ible

Fixes the alignment of the invert colors checkbox

Adds a horizontal rule above the selected color in the legend panel

#1881
  • Loading branch information
ChristianE committed Apr 27, 2021
1 parent 14504b7 commit f095788
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="centerMap" ng-show="!$ctrl._viewModel.isMapCentered" ng-class="$ctrl._viewModel.isMapCentered ? 'invisible' : 'visible'">
<div id="centerMap">
<md-button class="md-fab md-primary cc-shadow" aria-label="Fit Map to View" ng-click="$ctrl.fitMapToView()" title="Center map">
<i class="fa fa-compass fa-2x"></i>
</md-button>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
color-settings-panel-component {

md-checkbox {
margin-left: -4px;
}

md-card .section .section-body md-checkbox {
font-size: 0.9em;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<cc-store-color-picker map-color-for="outgoingEdge" label="Outgoing Edge"> </cc-store-color-picker>
<cc-store-color-picker map-color-for="incomingEdge" label="Incoming Edge"> </cc-store-color-picker>

<md-input-container>
<md-input-container class="exclude-edgeless-nodes">
<md-checkbox
class="md-primary"
ng-model="$ctrl._viewModel.showOnlyBuildingsWithEdges"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<cc-store-color-picker map-color-for="positiveDelta" label="+&Delta;"> </cc-store-color-picker>
<cc-store-color-picker map-color-for="negativeDelta" label="-&Delta;"> </cc-store-color-picker>
</div>

<hr />
<cc-store-color-picker map-color-for="selected" label="selected"> </cc-store-color-picker>
<hr />
<cc-store-color-picker map-color-for="outgoingEdge" label="Outgoing Edge"> </cc-store-color-picker>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ ribbon-bar-component {

md-checkbox {
font-size: 10pt;
margin-left: 5px;
}

reset-settings-button-component .md-button {
Expand Down

0 comments on commit f095788

Please sign in to comment.