This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch maint-1.16.2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/maint-1.16.2 by this push:
     new cdf9872  ISIS-1888: adds CSS for logout link
cdf9872 is described below

commit cdf987289d90167f8e0dd42aba2fa94dce0d2254
Author: Dan Haywood <d...@haywood-associates.co.uk>
AuthorDate: Fri Mar 2 15:47:22 2018 +0000

    ISIS-1888: adds CSS for logout link
---
 .../ui/components/actionmenu/serviceactions/TertiaryActionsPanel.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionmenu/serviceactions/TertiaryActionsPanel.html
 
b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionmenu/serviceactions/TertiaryActionsPanel.html
index 6b1fa78..10a9a63 100644
--- 
a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionmenu/serviceactions/TertiaryActionsPanel.html
+++ 
b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionmenu/serviceactions/TertiaryActionsPanel.html
@@ -29,7 +29,7 @@
             <li class="divider" wicket:id="divider"></li>
 
             <li>
-                <a class="menuLink" wicket:id="logoutLink" >
+                <a class="menuLink logout" wicket:id="logoutLink" >
                     <span class="fontAwesomeIcon fa fa-fw fa-sign-out"></span>
                     <span class="menuLinkLabel">
                         <wicket:message key="logoutLabel"></wicket:message>

-- 
To stop receiving notification emails like this one, please contact
danhayw...@apache.org.

Reply via email to