Update the styles for the logout and logged in as button.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 19 Dec 2017 13:25:01 +0000 (08:25 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 19 Dec 2017 13:25:01 +0000 (08:25 -0500)
Remove the hand cursor for non link button.

views/front/registrations/accountHeader.html

index 4b46d1a..1aa339f 100644 (file)
     </div>
     <div id="accountHeader-right" class="accountHeader-section small-12 medium-12 medium-centered large-4 large-uncentered columns">
     {if $loggedIn}
-        Logged in as {$loggedIn.fname} {$loggedIn.lname}
-        <a class="button tiny" href="{$regUrl}?page=login&option=logout">Logout</a>
+        <a class="button tiny glm-reg-header-btn" href="{$regUrl}?page=login&option=logout">
+            <span>Logout</span>
+        </a>
+        <span class="button glm-reg-header-btn" style="cursor: default;"> Logged in as {$loggedIn.fname} {$loggedIn.lname} </span>
     {else}
         <a id="appLogin" class="button tiny glm-reg-header-btn" href="{$regUrl}?page=login">
             <span>Login</span>