mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 19:34:40 +08:00
Added a default icon to the admin menu.
--HG-- branch : dev
This commit is contained in:
BIN
src/Orchard.Web/Themes/TheAdmin/Styles/images/defaultIcon.gif
Normal file
BIN
src/Orchard.Web/Themes/TheAdmin/Styles/images/defaultIcon.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@@ -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;
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user