added home icon to org home menu item.

This commit is contained in:
vfedosevich 2014-06-03 02:21:06 +03:00
parent 441be7de9c
commit 8f1359cde4
3 changed files with 11 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

View file

@ -47,6 +47,16 @@
background-image: none !important;
}
.TopMenu li.AspNet-Menu-Leaf a img
{
border-style:None;
height:16px;
width:16px;
border-width:0px;
padding-right: 3px;
position:relative;
}
/*
.TopMenu ul.AspNet-Menu li
{

View file

@ -67,7 +67,7 @@ namespace WebsitePanel.Portal
MenuItem item = new MenuItem(
GetLocalizedString("Text.OrganizationHome"),
"",
"",
imagePath + "home24.png",
PortalUtils.EditUrl("ItemID", PanelRequest.ItemID.ToString(), "organization_home", "SpaceID=" + PanelSecurity.PackageId));
items.Add(item);