mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:26:51 +00:00
Fixed #1773
This commit is contained in:
parent
bc046defbd
commit
83a7a07741
@ -8454,6 +8454,10 @@ button.close {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.pull-corner {
|
||||
margin-left: 90%;
|
||||
}
|
||||
|
||||
/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
|
||||
.pull-left {
|
||||
float: left !important;
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<h3>{{'label.heading.makercheckertasks' | translate}}</h3>
|
||||
</div>
|
||||
<br>
|
||||
<div class="pull-right" ng-show="isDisabled">
|
||||
<div class="pull-corner" ng-show="isDisabled">
|
||||
<div class="btn-group">
|
||||
<a class="btn btn-primary" ng-click="editMCTasks();" has-permission='UPDATE_PERMISSION'><i class="fa fa-edit "></i>{{'label.button.edit' | translate }}</a>
|
||||
</div>
|
||||
@ -51,5 +51,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</form>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user