mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-28 17:32:44 +08:00
Adding icons image to the default theme's Styles/images
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045865
This commit is contained in:
@@ -179,6 +179,7 @@
|
||||
<Content Include="Settings\Views\EditorTemplates\Items\Settings.Site.ascx" />
|
||||
<Content Include="Themes\Scripts\jquery-1.4.js" />
|
||||
<Content Include="Themes\Scripts\jquery-1.4.min.js" />
|
||||
<Content Include="Themes\Styles\images\icons.png" />
|
||||
<Content Include="Themes\Theme.png" />
|
||||
<Content Include="Themes\Theme.txt" />
|
||||
<Content Include="Themes\Styles\site.css" />
|
||||
|
||||
BIN
src/Orchard.Web/Core/Themes/Styles/images/icons.png
Normal file
BIN
src/Orchard.Web/Core/Themes/Styles/images/icons.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
@@ -399,7 +399,7 @@ span.message {
|
||||
/* Icon buttons
|
||||
----------------------------------------------------------*/
|
||||
a.ibutton, a.ibutton:link, a.ibutton:visited {
|
||||
background:url(Admin/css/images/icons.png) 0 -20px;
|
||||
background:url(images/icons.png) 0 -20px;
|
||||
border:none;
|
||||
display:inline;
|
||||
float:left;
|
||||
|
||||
Reference in New Issue
Block a user