BUG 9045 "Cuando se aplica a un usuario la opcion de single..." SOLVED

- No display icon log-out
- Solved problem now show icon
This commit is contained in:
Victor Saisa Lopez
2012-06-18 15:30:08 -04:00
parent c440b2d30d
commit d8fd7e2b93

View File

@@ -220,7 +220,7 @@ iframe::-webkit-scrollbar {
/* Top Level */
.xbreadcrumbs {
background: #F0F0F0;
width: 100%;
width: 95%;
}
.xbreadcrumbs LI {
padding: 5px;
@@ -527,6 +527,10 @@ PRE.code {
white-space: nowrap;
}
#signout-link img {
border: 0;
}
a.signout-link:hover {
background: -moz-linear-gradient(#0CA6DD, #0770A0) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#0CA6DD), to(#0770A0));