Skip to content

Commit

Permalink
button position consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChien committed Mar 22, 2016
1 parent 5034d03 commit e6c1013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/notes/compose.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>{{'notes.note.post_title'|translate}}</h2>
<!--Submit-->
<md-dialog-actions layout="row" layout-sm="column" layout-align="center center">
<span flex></span>
<md-button id="submitNoteBtn" class="md-primary" ng-click="doSend()" disabled="disabled">{{'notes.note.post'|translate}}</md-button>
<md-button class="" ng-click="hide()">{{'btn.cancel'|translate}}</md-button>
<md-button id="submitNoteBtn" class="md-primary" ng-click="doSend()" disabled="disabled">{{'notes.note.post'|translate}}</md-button>
</md-dialog-actions>
</md-dialog>

0 comments on commit e6c1013

Please sign in to comment.