mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
fixed the tree icon repeating bug
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44438 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ed9400cfe7
commit
02c7f0e993
@ -282,8 +282,9 @@ body.stillLoading select {
|
||||
text-decoration: none;
|
||||
}
|
||||
#bottom #logInStatus #LogoutLink {
|
||||
background: url(../images/logout.gif) no-repeat right center;
|
||||
background: url(../images/logout.gif) no-repeat right top;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
#bottom #switchView {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user