1
0

BP - correct error in admin frontpage button path

This commit is contained in:
Don Chambers
2008-04-27 17:36:38 +00:00
parent e3d8edc6a4
commit 445aa4b848
2 changed files with 6 additions and 6 deletions

View File

@ -281,15 +281,15 @@ ul.serendipitySideBarMenuLogout a:active{
/* unique images for each of the main and logout links - normal, hover and active states */
li.serendipitySideBarMenuMainFrontpage a{
background: #FBB73C url('templates/mainstreetnews/admin/img/bp_admin_button_frontpage.png') left top no-repeat;
background: #FBB73C url('{TEMPLATE_PATH}img/bp_admin_button_frontpage.png') left top no-repeat;
}
li.serendipitySideBarMenuMainFrontpage a:hover{
background: #FDE33F url('templates/mainstreetnews/admin/img/bp_admin_button_frontpage.png') left 50% no-repeat;
background: #FDE33F url('{TEMPLATE_PATH}img/bp_admin_button_frontpage.png') left 50% no-repeat;
}
li.serendipitySideBarMenuMainFrontpage a:active{
background: #FDE33F url('templates/mainstreetnews/admin/img/bp_admin_button_frontpage.png') left 100% no-repeat;
background: #FDE33F url('{TEMPLATE_PATH}img/bp_admin_button_frontpage.png') left 100% no-repeat;
line-height: 30px !important;
}

View File

@ -284,15 +284,15 @@ ul.serendipitySideBarMenuLogout a:active{
/* unique images for each of the main and logout links - normal, hover and active states */
li.serendipitySideBarMenuMainFrontpage a{
background: #FBB73C url('templates/mainstreetnews/admin/img/bp_admin_button_frontpage.png') left top no-repeat;
background: #FBB73C url('{TEMPLATE_PATH}img/bp_admin_button_frontpage.png') left top no-repeat;
}
li.serendipitySideBarMenuMainFrontpage a:hover{
background: #FDE33F url('templates/mainstreetnews/admin/img/bp_admin_button_frontpage.png') left 50% no-repeat;
background: #FDE33F url('{TEMPLATE_PATH}img/bp_admin_button_frontpage.png') left 50% no-repeat;
}
li.serendipitySideBarMenuMainFrontpage a:active{
background: #FDE33F url('templates/mainstreetnews/admin/img/bp_admin_button_frontpage.png') left 100% no-repeat;
background: #FDE33F url('{TEMPLATE_PATH}img/bp_admin_button_frontpage.png') left 100% no-repeat;
line-height: 30px !important;
}