Skip to content

Commit

Permalink
Merge pull request #226 from camptocamp/small-fixes
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
arnaud-morvan authored Jul 22, 2020
2 parents f8a0609 + 2938762 commit fd915e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions c2cgeoform/static/src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export function getStyleFunction(options) {
if (cache[key] === undefined) {
cache[key] = new Style({
image: new Icon({
anchorXUnits: 'fraction',
anchorYUnits: 'pixels',
src: src,
opacity: opacity,
}),
Expand Down
5 changes: 5 additions & 0 deletions c2cgeoform/static/theme.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@media (max-width: 767px) {
.container {
width: 100%;
}
}

.panel-body label, .form-group label {
color: black;
Expand Down

0 comments on commit fd915e3

Please sign in to comment.