diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-05 14:41:20 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-05 14:41:20 +0100 |
commit | a7bca40ad5044a55358fe1c839a613da644a2bd2 (patch) | |
tree | ab8530a04883901db005670213fbfe0ca0136822 /application/palemoon/base | |
parent | 97be0f65ccc1b89d2d9ef999e21c56f69ae637c6 (diff) | |
download | UXP-a7bca40ad5044a55358fe1c839a613da644a2bd2.tar UXP-a7bca40ad5044a55358fe1c839a613da644a2bd2.tar.gz UXP-a7bca40ad5044a55358fe1c839a613da644a2bd2.tar.lz UXP-a7bca40ad5044a55358fe1c839a613da644a2bd2.tar.xz UXP-a7bca40ad5044a55358fe1c839a613da644a2bd2.zip |
Tweak the about box layout a bit.
- Put the Licensing link in the center
- Strengthen the "fog" background for the credits text for readability
- Add CSS animation to fade it in.
Diffstat (limited to 'application/palemoon/base')
-rw-r--r-- | application/palemoon/base/content/aboutDialog.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/aboutDialog.xul b/application/palemoon/base/content/aboutDialog.xul index ff9d2d71c..cc865f054 100644 --- a/application/palemoon/base/content/aboutDialog.xul +++ b/application/palemoon/base/content/aboutDialog.xul @@ -75,8 +75,8 @@ </vbox> <vbox id="aboutLinkBox"> <hbox pack="center"> - <label class="text-link bottom-link" href="about:license">Licensing information</label> <label class="text-link bottom-link" href="about:rights">End-user rights</label> + <label class="text-link bottom-link" href="about:license">Licensing information</label> <label class="text-link bottom-link" id="releaseNotesURL">Release notes</label> </hbox> <description id="aboutPMtrademark">&trademarkInfo.part1;</description> |