Added a default icon to the admin menu.

--HG--
branch : dev
This commit is contained in:
jowall
2011-02-15 16:20:15 -08:00
parent a5dd56f6b9
commit 52e686c172
3 changed files with 5 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -290,10 +290,11 @@ form.link button:hover {
}
#menu .menu-admin ul li {
border:0;
margin:0;
margin:0 10px 0 10px;
}
#menu .menu-admin li h3 {
padding:0 0 0 8px;
padding:0 0 0 20px;
background:url(images/defaultIcon.gif) no-repeat 4px 6px;
}
#menu .menu-admin li h3 a, #menu .menu-admin li h3 span {
line-height:1.2em;
@@ -378,7 +379,7 @@ form.link button:hover {
cursor:pointer;
display:block;
height:17px;
left:180px;
left:160px;
padding:0 !important;
position:absolute;
width:17px;

View File

@@ -52,6 +52,7 @@
<Content Include="TheAdmin\Scripts\admin.js" />
<Content Include="TheAdmin\Styles\ie.css" />
<Content Include="TheAdmin\Styles\images\adminNavBackground.gif" />
<Content Include="TheAdmin\Styles\images\defaultIcon.gif" />
<Content Include="TheAdmin\Styles\images\menuClosed.gif" />
<Content Include="TheAdmin\Styles\images\menuClosedHover.gif" />
<Content Include="TheAdmin\Styles\images\menuOpen.gif" />