Updated view switching buttons on Features screen.

--HG--
branch : dev
This commit is contained in:
jowall
2011-03-18 15:11:29 -07:00
parent 91b6ee886e
commit bd96596148
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -26,7 +26,7 @@
}
.switch-for-switchable.summary-switched .summary-view {
background:url("images/summary-view-on.gif") no-repeat left top;
border-color:#bb8b2d;
border-color:#487328;
cursor:default;
}
.switch-for-switchable .detail-view {
@@ -38,6 +38,6 @@
}
.switch-for-switchable.detail-switched .detail-view {
background:url("images/detail-view-on.gif") no-repeat left top;
border-color:#bb8b2d;
border-color:#487328;
cursor:default;
}