winstripe update from stephen horlander...

This commit is contained in:
ben%bengoodger.com 2004-06-29 00:30:54 +00:00
parent 5d1905e836
commit 1e03d410c1
7 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -21,36 +21,36 @@
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(0px, 20px, 20px, 0px) !important;
-moz-image-region: rect(0px, 21px, 21px, 0px) !important;
}
#uninstallButton[disabled="true"] {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(20px, 20px, 40px, 0px) !important;
-moz-image-region: rect(21px, 21px, 42px, 0px) !important;
}
#updateButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(0px, 40px, 20px, 20px) !important;
-moz-image-region: rect(0px, 42px, 21px, 21px) !important;
}
#updateButton[disabled="true"] {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(20px, 40px, 40px, 20px) !important;
-moz-image-region: rect(21px, 42px, 42px, 21px) !important;
}
#useThemeButton {
margin: 0px;
-moz-user-focus: ignore;
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(0px, 60px, 20px, 40px) !important;
-moz-image-region: rect(0px, 63px, 21px, 42px) !important;
}
#useThemeButton[disabled="true"] {
list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png");
-moz-image-region: rect(20px, 60px, 40px, 40px) !important;
-moz-image-region: rect(21px, 63px, 42px, 42px) !important;
}
#uninstallButton .button-icon, #updateButton .button-icon {