Bug 246500 - Use Theme button tooltip contains a fullstop; the button label contains a space; add padding in Winstripe instead. r=blake

This commit is contained in:
steffen.wilberg%web.de 2004-07-21 11:59:33 +00:00
Родитель 9b57c34b20
Коммит 11162ccd8e
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -11,9 +11,9 @@
<!ENTITY cmd.update.label "Update">
<!ENTITY cmd.update.accesskey "U">
<!ENTITY cmd.update.tooltip "Checks for Updates to your Extensions">
<!ENTITY cmd.useTheme.label " Use Theme">
<!ENTITY cmd.useTheme.label "Use Theme">
<!ENTITY cmd.useTheme.accesskey "U">
<!ENTITY cmd.useTheme.tooltip "Changes &brandShortName;'s Theme.">
<!ENTITY cmd.useTheme.tooltip "Changes &brandShortName;'s Theme">
<!-- the following command bar items are used by thunderbird only -->
<!ENTITY cmd.install.label "Install">
<!ENTITY cmd.install.tooltip "Install an Extension">

Просмотреть файл

@ -53,7 +53,7 @@
-moz-image-region: rect(21px, 63px, 42px, 42px) !important;
}
#uninstallButton .button-icon, #updateButton .button-icon {
#uninstallButton .button-icon, #updateButton .button-icon, #useThemeButton .button-icon {
margin: 0px 5px 0px 0px !important;
}