From f0c57ac5f22022bc42fc1763297c3bcbf42c45fe Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 4 Mar 2019 13:02:25 +0100 Subject: Update about box design. Tag #963. --- application/palemoon/base/content/aboutDialog.css | 46 +++++++++---------- application/palemoon/base/content/aboutDialog.xul | 30 ++++++------ .../branding/official/content/aboutDialog.css | 51 +++++++++++---------- .../palemoon/branding/official/content/jar.mn | 2 +- .../branding/unofficial/content/about-wordmark.png | Bin 251 -> 0 bytes .../branding/unofficial/content/about-wordmark.svg | 8 ---- .../branding/unofficial/content/aboutDialog.css | 24 +++++++--- .../palemoon/branding/unofficial/content/jar.mn | 1 - .../branding/unstable/content/about-wordmark.svg | 8 ---- .../branding/unstable/content/aboutDialog.css | 51 +++++++++++---------- .../palemoon/branding/unstable/content/jar.mn | 2 +- 11 files changed, 110 insertions(+), 113 deletions(-) delete mode 100644 application/palemoon/branding/unofficial/content/about-wordmark.png delete mode 100644 application/palemoon/branding/unofficial/content/about-wordmark.svg delete mode 100644 application/palemoon/branding/unstable/content/about-wordmark.svg diff --git a/application/palemoon/base/content/aboutDialog.css b/application/palemoon/base/content/aboutDialog.css index b82c7fdc3..b0cb5ea39 100644 --- a/application/palemoon/base/content/aboutDialog.css +++ b/application/palemoon/base/content/aboutDialog.css @@ -2,29 +2,20 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#PMaboutDialog { - width: 620px; +#aboutPMDialogContainer { + width: 700px; + height: 410px; } -#PMrightBox { - background-image: url("chrome://branding/content/about-wordmark.png"); - background-repeat: no-repeat; - /* padding-top creates room for the wordmark */ - padding-top: 38px; - margin-top:20px; +#aboutVersionBox { + height: 38 px; } -#PMrightBox:-moz-locale-dir(rtl) { - background-position: 100% 0; -} - -#PMbottomBox { - padding: 15px 10px 0; -} - -#PMversion { - margin-top: 10px; - -moz-margin-start: 0; +#aboutVersion { + text-align: center; + font-size: 18px; + font-weight: bold; + margin: 4px; } #distribution, @@ -35,13 +26,10 @@ margin-bottom: 0; } -.text-blurb { - margin-bottom: 10px; - -moz-margin-start: 0; - -moz-padding-start: 0; +.text-credits { + margin: 5px 0px; } - .text-link, .text-link:focus { margin: 0px; @@ -51,5 +39,15 @@ .bottom-link, .bottom-link:focus { text-align: center; + text-decoration: none !important; + padding: 4px; + border-radius: 3px; + color: #244C8A; + background-color: rgba(240, 240, 240, .7); margin: 0 40px; + transition: background-color 0.5s ease-out; +} + +.bottom-link:hover { + background-color: rgba(240, 240, 255, .95); } diff --git a/application/palemoon/base/content/aboutDialog.xul b/application/palemoon/base/content/aboutDialog.xul index ff4c83bbd..ff9d2d71c 100644 --- a/application/palemoon/base/content/aboutDialog.xul +++ b/application/palemoon/base/content/aboutDialog.xul @@ -38,48 +38,48 @@