New toggle images for Widgets screen.

--HG--
branch : 1.x
This commit is contained in:
jowall
2011-03-31 14:53:39 -07:00
parent dd2bd53a7f
commit 279ce73f61
6 changed files with 17 additions and 1 deletions

View File

@@ -81,9 +81,13 @@
<Content Include="Content\Admin\images\moveup.gif" />
<Content Include="Content\Admin\images\movedown.gif" />
<Content Include="Module.txt" />
<Content Include="Styles\images\all-zones-on.gif" />
<Content Include="Styles\images\all-zones.gif" />
<Content Include="Styles\images\arrows.png" />
<Content Include="Styles\images\eye.png" />
<Content Include="Styles\images\menu.widgets.png" />
<Content Include="Styles\images\widget-zones-on.gif" />
<Content Include="Styles\images\widget-zones.gif" />
<Content Include="Styles\menu.widgets-admin.css" />
<Content Include="Styles\orchard-widgets-admin.css" />
<Content Include="Views\Web.config" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -106,7 +106,7 @@ background-color:#e6f1c9;
/*#widgets-layer-visibility li.widgets-this-layer:hover {
border-color:#487328;
}*/
.widgets-listed li li.widgets-this-layer:hover, #widgets-layer-visibility li:hover, #widgets-layer-visibility li.on {
.widgets-listed li li.widgets-this-layer:hover, #widgets-layer-visibility li:hover {
/*border-color:#bfd3a7;*/
border-color:#487328;
}
@@ -216,6 +216,18 @@ background-position:5px -17px;
}
/* begin: switchable tweaks for admin/widgets */
.orchard-widgets .switch-for-switchable .summary-view {
background: url("images/widget-zones.gif") no-repeat left top;
}
.orchard-widgets .switch-for-switchable.summary-switched .summary-view {
background:url("images/widget-zones-on.gif") no-repeat left top;
}
.orchard-widgets .switch-for-switchable .detail-view {
background:url("images/all-zones.gif") no-repeat left top;
}
.orchard-widgets .switch-for-switchable.detail-switched .detail-view {
background:url("images/all-zones-on.gif") no-repeat left top;
}
#widgets-placement .switch-for-switchable {
margin:-32px 10px -2px 0;
}