]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/mail_head.tpl
Merge pull request #6599 from rabuzarus/20190206_-_fix_frio_wall_category_displaying
[friendica.git] / view / theme / frio / templates / mail_head.tpl
index 6701910bc5c4962a4d1f0393612077a313200cb7..70182b5e7cd40cd9ac238629d740d385fb4a7921 100644 (file)
@@ -1,19 +1,18 @@
 
 <div class="pull-left">
-<h3 class="heading">{{$messages}}</h3>
+       <h3 class="heading">{{$messages}}</h3>
 </div>
 
 <div id="message-new" class="pull-right">
        {{if $button.sel == "new"}}
-       <a href="{{$button.url}}" accesskey="m" class="newmessage-selected" title="{{$button.label}}" data-toggle="tooltip">
-       <i class="faded-icon fa fa-plus"></i>
+       <a href="{{$button.url}}" accesskey="m" class="newmessage-selected faded-icon page-action" title="{{$button.label}}" data-toggle="tooltip">
+               <i class="fa fa-plus"></i>
        </a>
        {{else}}
-       <a href="{{$button.url}}" title="{{$button.label}}" data-toggle="tooltip">
-       <i class="faded-icon fa fa-close"></i>
+       <a href="{{$button.url}}" title="{{$button.label}}" class="faded-icon page-action" data-toggle="tooltip">
+               <i class="fa fa-close"></i>
        </a>
        {{/if}}
 </div>
 
 <div class="clear"></div>
-{{$tab_content}}