Skip to content

Commit

Permalink
Update image-ref because of slight differences between fa 5 and fa 6
Browse files Browse the repository at this point in the history
And final fixies to have a nice look
  • Loading branch information
ger-benjamin committed Oct 11, 2024
1 parent 36dc545 commit 824edd6
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 5 deletions.
Binary file modified contribs/gmf/apps/desktop-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion contribs/gmf/apps/desktop/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
data-toggle="tooltip" data-placement="left" data-original-title="{{'Selection'|translate}}">
<span>
<i class="fa-solid fa-arrow-pointer"></i>
<i class="fa-solid fa-info fa-xs offset-info-icon"></i>
<i class="fa-solid fa-info fa-sm offset-info-icon"></i>
</span>
</button>
<button ngeo-btn class="btn btn-default" ng-model="mainCtrl.importDataSourceActive"
Expand Down
3 changes: 2 additions & 1 deletion contribs/gmf/apps/desktop/sass/desktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ header {
}
}

.offset-info-icon {
.fa-info.offset-info-icon {
position: absolute;
line-height: normal;
}
Binary file modified contribs/gmf/apps/desktop_alt-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion contribs/gmf/apps/desktop_alt/sass/desktop_alt.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ div .ngeo-displaywindow {
top: calc($topbar-height + $app-margin + 3 * $map-tools-size);
}

.offset-info-icon {
.fa-info.offset-info-icon {
position: absolute;
line-height: normal;
}

.pointer-events-none {
Expand Down
Binary file modified contribs/gmf/apps/iframe_api-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contribs/gmf/apps/mobile-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contribs/gmf/apps/mobile_alt-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contribs/gmf/apps/oeedit-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contribs/gmf/examples/importdatasource-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contribs/gmf/examples/layertree-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified contribs/gmf/examples/layertreeadd-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/routing-ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/canvas/ToolButtonsImplElements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export class ToolButtonSelect extends ToolButtonElement {
>
<span>
<i class="fa-solid fa-arrow-pointer"></i>
<i class="fa-solid fa-info fa-xs offset-info-icon"></i>
<i class="fa-solid fa-info fa-sm offset-info-icon"></i>
</span>
</button>
`;
Expand Down
2 changes: 1 addition & 1 deletion src/routing/routing.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default `<div class="ngeo-routing">
<span class="fa-solid fa-trash"></span> <span translate>Clear</span>
</button>
<button type="button" class="btn prime" ng-click="$ctrl.reverseRoute()">
<span class="fa-solid fa-arrow-right-arrow-left-alt"></span> <span translate>Reverse</span>
<span class="fa-solid fa-arrow-right-arrow-left"></span> <span translate>Reverse</span>
</button>
<button type="button" class="btn prime" ng-click="$ctrl.addVia()">
<span class="fa-solid fa-plus"></span> <span translate>Add via</span>
Expand Down

0 comments on commit 824edd6

Please sign in to comment.