Updating icons in Features page

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros 2011-09-20 21:52:16 -07:00
parent 77a37ae4a1
commit 595bdd0dda
6 changed files with 3 additions and 1 deletions

View File

@ -318,6 +318,8 @@
<Content Include="Shapes\Styles\Images\toolBarActiveButtonBackground.gif" />
<Content Include="Shapes\Styles\Images\toolBarBackground.gif" />
<Content Include="Shapes\Styles\Images\toolBarHoverButtonBackground.gif" />
<Content Include="Shapes\Styles\Images\widget-zones-on.gif" />
<Content Include="Shapes\Styles\Images\widget-zones.gif" />
<Content Include="Shapes\Styles\jquery.switchable.css" />
<Content Include="Shapes\Styles\special.css" />
<Content Include="Shapes\Views\HeadPreload.cshtml" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1011 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -107,7 +107,7 @@
<script type="text/javascript">
//<![CDATA[
$(function () {
var searchBox = $("<span class=\"hint\">Filter</span> <input id=\"search-box\" class=\"text-box\" type=\"text\" />");
var searchBox = $("<fieldset class=\"bulk-actions\"><label for=\"search-box\">@T("Filter:")</label> <input id=\"search-box\" class=\"text-box\" type=\"text\" /></fieldset>");
var theSwitch = $(".switch-for-switchable");
theSwitch.prepend(searchBox);
$("#search-box").focus().keyup(function () {