Skip to content

Commit

Permalink
Adding a leaflet-measure.css file for finer-tuning of the Measurement…
Browse files Browse the repository at this point in the history
… App. Issue mbari-org#257.
  • Loading branch information
ksalamy committed Oct 29, 2024
1 parent 3a750c5 commit d26a5bc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions smdb/smdb/static/css/leaflet-measure.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,23 @@ path.leaflet-interactive:hover {
stroke: yellow;
}

/* .leaflet-control-measure a.finish {
text-align: center;
} */
.leaflet-control-measure .leaflet-control-measure-interaction {
padding: 10px 12px;
width: 330px;
}
.leaflet-control-measure .tasks, .leaflet-measure-resultpopup .tasks {
margin: 12px 0 0;
padding: 10px 0 0;
border-top: 1px solid #ddd;
text-align: left;
/* list-style: none;
list-style-image: none; */
}



/* activeColor: '#ABE67E', // base color for map features while actively measuring
completedColor: '#C8F2BE', // base color for permenant features generated from completed measure */

1 comment on commit d26a5bc

@ksalamy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressing Issue mbari-org#257 - adding the leaflet-measure.css file. Further updates to this file will follow as needed.

Please sign in to comment.