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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user