]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/profile_listing_header.tpl
frio - improve some hover effects to action link/buttons
[friendica.git] / view / theme / frio / templates / profile_listing_header.tpl
index 7b612f959ba79bcd5737e860665d7cf2a894f93b..1e6ae0dbf9c0e0e9349ae861ca25422092fbf78e 100644 (file)
@@ -1,13 +1,14 @@
 
-<div class="gerneric-page-wrapper">
-       <div class="section-title-wrapper">
+<div class="generic-page-wrapper">
+       <div class="section-title-wrapper pull-left">
                <h2>{{$header}}</h2>
        </div>
+       <div id="profile-listing-new-link-wrapper" class="pull-right" >
+               <a href="{{$cr_new_link}}" id="profile-listing-new-link" class="page-action faded-icon" title="{{$cr_new}}" data-toggle="tooltip">
+               <i class="fa fa-plus"></i></a>
+       </div>
 
        <div class="section-content-wrapper">
-               <div id="profile-listing-new-link-wrapper" class="button" >
-                       <a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" >{{$cr_new}}</a>
-               </div>
                <div id="profile-listing-profiles" class="profile-listing-table">
                        {{$profiles}}
                </div>