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/aboutDialog.css | 24 +++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'application/palemoon/branding/unofficial/content/aboutDialog.css') 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; } -- 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/content/aboutDialog.css') 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