(fix) replace .md-actions with md-dialog-actions

This commit is contained in:
Ludovic Marcotte
2015-11-27 13:00:39 -05:00
parent 656835ca19
commit 6d29e50f22
10 changed files with 22 additions and 22 deletions
@@ -12,7 +12,7 @@
<var:string value="bodyInfo.size" formatter="sizeFormatter"/>
</p>
</md-card-content>
<div class="md-actions" layout="row" layout-align="end center">
<md-dialog-actions layout="row" layout-align="end center">
<md-button class="sg-icon-button" var:href="pathToAttachment" target="_blank">
<md-tooltip md-direction="left"><var:string label:value="View Attachment"/></md-tooltip>
<md-icon>open_in_browser</md-icon>
@@ -21,7 +21,7 @@
<md-tooltip md-direction="left"><var:string label:value="Save Attachment"/></md-tooltip>
<md-icon>save</md-icon>
</md-button>
</div>
</md-dialog-actions>
<!-- DEBUG
<pre><var:string value="bodyInfo"/></pre>