Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.1.7
-
None
-
Ubuntu Linux , FireFox 3.0.10
Description
I am using the Fire Fox version 3.0.10 , and pluto version 1.1.7 .
the logout link is not working , the logout is showing as a plain text (not a link) , when i checked the pluto-default-theme.jsp
file the code
<div id="logout">
<a href="<c:url value='/Logout'/>">Logout</a>
</div>
in pluto.css file
#logout {
float:right;
font-size:smaller;
}
when i removed float:right ; the user found the link and if he clicks he is successfully logged out.
i replaced the <div id="logout"> with <a href="/pluto/Logout" style="left:1000px;font-size:smaller;position:relative;">Logout</a>.
thank you
Aswani