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:
Will Rossiter 2007-11-07 04:20:49 +00:00
parent ed9400cfe7
commit 02c7f0e993

View File

@ -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;