added home icon to org home menu item.
This commit is contained in:
parent
441be7de9c
commit
8f1359cde4
3 changed files with 11 additions and 1 deletions
Binary file not shown.
After Width: | Height: | Size: 589 B |
|
@ -47,6 +47,16 @@
|
||||||
background-image: none !important;
|
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
|
.TopMenu ul.AspNet-Menu li
|
||||||
{
|
{
|
||||||
|
|
|
@ -67,7 +67,7 @@ namespace WebsitePanel.Portal
|
||||||
MenuItem item = new MenuItem(
|
MenuItem item = new MenuItem(
|
||||||
GetLocalizedString("Text.OrganizationHome"),
|
GetLocalizedString("Text.OrganizationHome"),
|
||||||
"",
|
"",
|
||||||
"",
|
imagePath + "home24.png",
|
||||||
PortalUtils.EditUrl("ItemID", PanelRequest.ItemID.ToString(), "organization_home", "SpaceID=" + PanelSecurity.PackageId));
|
PortalUtils.EditUrl("ItemID", PanelRequest.ItemID.ToString(), "organization_home", "SpaceID=" + PanelSecurity.PackageId));
|
||||||
|
|
||||||
items.Add(item);
|
items.Add(item);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue