Skip to content

Commit

Permalink
fix buttons layout
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Dec 1, 2017
1 parent 481b963 commit 8dd55ab
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,13 @@ <h5 class="text-muted">Attendees' full name, e-mail and language are collected b
</div>

<hr class="wMarginTop30px"/>
<div class="pull-left">
<button class="btn btn-lg btn-default" ng-click="reset()" type="button">Reset values</button>
<div class="row">
<div class="col-xs-12 col-md-10 col-md-push-2">
<control-buttons data-form-obj="editEvent"></control-buttons>
</div>
<div class="col-xs-12 col-md-2 col-md-pull-10">
<button class="btn btn-lg btn-block btn-default" ng-click="reset()" type="button">Reset values</button>
</div>
</div>
<control-buttons data-form-obj="editEvent"></control-buttons>
</form>
</div>

0 comments on commit 8dd55ab

Please sign in to comment.