Skip to content

Commit

Permalink
Merge pull request #2584 from Geoportail-Luxembourg/fix-frontend-styles
Browse files Browse the repository at this point in the history
Fix various small issues with frontend css/html
  • Loading branch information
llienher authored Nov 4, 2020
2 parents f7c0038 + 748cc26 commit 0ae1be5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<!-- Add external data modal window-->
<ngeo-modal ng-model="ctrl.addExternalDataShownHidden" ng-model-options="{getterSetter: true}">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" translate>Add external data</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
</div>
<div class="modal-body">
<div class="form-inline">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
<label class="col-sm-12" translate>Integrate</label>
<div class="input-group col-sm-12">
<input type="text" class="form-control embedded-input" />
<button class="input-group-addon" ng-click="ctrl.copyLink()" translate>Copy</button>
<div class="input-group-append">
<button class="input-group-text" ng-click="ctrl.copyLink()" translate>Copy</button>
</div>
</div>
</form>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ $fa-font-path: "~@fortawesome/fontawesome-free/webfonts" !default;
.btn-default {
@extend .btn-secondary;
}
label {
font-weight: bold;
}
.radio label, .checkbox label {
font-weight: normal;
}
// end legacy bootstrap 3

@import "controls3d.scss";
Expand Down

0 comments on commit 0ae1be5

Please sign in to comment.