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:
skewed
2010-01-22 22:38:09 +00:00
parent d8db9e9c99
commit 574970327b
3 changed files with 2 additions and 1 deletions

View File

@@ -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" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@@ -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;