Skip to content

Commit

Permalink
Merge pull request #210 from Georiviere/fix_altimetry_css
Browse files Browse the repository at this point in the history
Update CSS of Altimetry
  • Loading branch information
Huquette committed Sep 1, 2023
2 parents ddb6a19 + 0daeb1d commit 8b7edcb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ CHANGELOG
* Use url lang for sensitivity datas


**Enhancement**

- Improve CSS of the altitude profile of altimetry (#210)


1.2.2 (2023-08-09)
-------------------------

Expand Down
11 changes: 11 additions & 0 deletions georiviere/river/static/river/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@
background-position: 5px 5px, center;
background-size: 15px;
}

/* To remove when Geotrek is updated to 2.100.0 */
#altitudegraph.colapsed {
width: revert !important;
}

/* To remove when Geotrek is updated to 2.100.0 */
#altitudegraph {
bottom: 24px !important;
right: 14px !important;
}

0 comments on commit 8b7edcb

Please sign in to comment.