Skip to content

Commit

Permalink
fix(core/pipeline): Reformat fixed footer (#8430)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyhebebrand committed Jul 27, 2020
1 parent 7202e6f commit 89c22f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ <h3>
view-state="viewState"
></pipeline-config-view>

<div class="row main-footer fixed-footer">
<div class="col-md-3">
<div class="row main-footer fixed-footer horizontal">
<div class="fixed-footer-button">
<button
is-visible="!pipeline.locked && viewState.isDirty && !viewState.saving"
class="btn btn-default"
Expand All @@ -147,7 +147,7 @@ <h3>
<span class="glyphicon glyphicon-flash"></span> Revert
</button>
</div>
<div class="col-md-9 text-right">
<div class="text-right">
<button
class="btn btn-link"
ng-if="pipelineConfigurerCtrl.validations.hasWarnings"
Expand Down
4 changes: 2 additions & 2 deletions app/scripts/modules/core/src/presentation/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -1481,8 +1481,8 @@ div.modal-header.has-sticky-headers {
background-color: var(--color-white);
margin: 0;
border-top: 1px solid var(--color-alto);
.col-md-9,
.col-md-3 {
.fixed-footer-button {
padding: 0;
margin-left: auto;
}
}

0 comments on commit 89c22f8

Please sign in to comment.