From 7f6137983385f23c820d01c9a0918b9b90928dd0 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 4 Mar 2019 13:01:54 +0100 Subject: Replace about box backdrop. --- .../unofficial/content/about-background.png | Bin 67058 -> 95145 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'application/palemoon/branding/unofficial') diff --git a/application/palemoon/branding/unofficial/content/about-background.png b/application/palemoon/branding/unofficial/content/about-background.png index 006818637..c034041f6 100644 Binary files a/application/palemoon/branding/unofficial/content/about-background.png and b/application/palemoon/branding/unofficial/content/about-background.png differ -- cgit v1.2.3 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. --- .../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 - 4 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 application/palemoon/branding/unofficial/content/about-wordmark.png delete mode 100644 application/palemoon/branding/unofficial/content/about-wordmark.svg (limited to 'application/palemoon/branding/unofficial') diff --git a/application/palemoon/branding/unofficial/content/about-wordmark.png b/application/palemoon/branding/unofficial/content/about-wordmark.png deleted file mode 100644 index 41889ba39..000000000 Binary files a/application/palemoon/branding/unofficial/content/about-wordmark.png and /dev/null differ diff --git a/application/palemoon/branding/unofficial/content/about-wordmark.svg b/application/palemoon/branding/unofficial/content/about-wordmark.svg deleted file mode 100644 index fd0f1745e..000000000 --- a/application/palemoon/branding/unofficial/content/about-wordmark.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/application/palemoon/branding/unofficial/content/aboutDialog.css b/application/palemoon/branding/unofficial/content/aboutDialog.css index 3f7c5ec23..c1b654ac9 100644 --- a/application/palemoon/branding/unofficial/content/aboutDialog.css +++ b/application/palemoon/branding/unofficial/content/aboutDialog.css @@ -10,15 +10,25 @@ } .text-link { - color: #eef !important; + color: #eef; } -#PMrightBox { - /* this margin prevents text from overlapping the planet image */ - margin-left: 280px; - margin-right: 20px; +.bottom-link { + color: black; + background-color: #808080; } -#PMbottomBox { - background-color: rgba(0,0,0,.7); +#aboutVersionBox { + margin-top: 20px; +} + +#aboutTextBox { + font-family: Arial, helvetica; + font-size: 14px; + padding: 0px 10px; +} + +#aboutLinkBox { + padding: 15px 10px 20px; + font-family: Arial, helvetica; } diff --git a/application/palemoon/branding/unofficial/content/jar.mn b/application/palemoon/branding/unofficial/content/jar.mn index bdb1e8129..353695792 100644 --- a/application/palemoon/branding/unofficial/content/jar.mn +++ b/application/palemoon/branding/unofficial/content/jar.mn @@ -8,7 +8,6 @@ browser.jar: content/branding/about-background.png (about-background.png) content/branding/about-logo.png (about-logo.png) content/branding/about-logo@2x.png (about-logo@2x.png) - content/branding/about-wordmark.svg (about-wordmark.svg) content/branding/icon48.png (icon48.png) content/branding/icon64.png (icon64.png) content/branding/icon16.png (../default16.png) -- cgit v1.2.3 From 403605efb578527388f4af523eefaebaeb7e10ae Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 6 Mar 2019 00:51:39 +0100 Subject: Tweak the about box styling some more and clean up styles. --- .../branding/unofficial/content/aboutDialog.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'application/palemoon/branding/unofficial') diff --git a/application/palemoon/branding/unofficial/content/aboutDialog.css b/application/palemoon/branding/unofficial/content/aboutDialog.css index c1b654ac9..5cc6b428a 100644 --- a/application/palemoon/branding/unofficial/content/aboutDialog.css +++ b/application/palemoon/branding/unofficial/content/aboutDialog.css @@ -9,26 +9,11 @@ color: #fff; } -.text-link { - color: #eef; -} - -.bottom-link { - color: black; - background-color: #808080; -} - #aboutVersionBox { + /* No wordmark: leave empty space */ margin-top: 20px; } -#aboutTextBox { - font-family: Arial, helvetica; - font-size: 14px; - padding: 0px 10px; -} - #aboutLinkBox { padding: 15px 10px 20px; - font-family: Arial, helvetica; } -- cgit v1.2.3