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. --- application/palemoon/base/content/aboutDialog.css | 21 +++++++++++++++++++++ application/palemoon/base/content/aboutDialog.xul | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) (limited to 'application/palemoon/base/content') diff --git a/application/palemoon/base/content/aboutDialog.css b/application/palemoon/base/content/aboutDialog.css index b0cb5ea39..d96eba5a2 100644 --- a/application/palemoon/base/content/aboutDialog.css +++ b/application/palemoon/base/content/aboutDialog.css @@ -8,6 +8,7 @@ } #aboutVersionBox { + font-family: Arial, helvetica; height: 38 px; } @@ -20,16 +21,36 @@ #distribution, #distributionId { + text-align: center; + font-size: 14px; font-weight: bold; display: none; margin-top: 0; margin-bottom: 0; } +#aboutTextBox { + font-family: Arial, helvetica; + font-size: 14px; + margin: 5px 20px; + padding: 4px 10px 0px; + border-radius: 3px; + color: black; + background-color: rgba(240, 240, 240, .6); +} + +#aboutLinkBox { + font-family: Arial, helvetica; +} + .text-credits { margin: 5px 0px; } +.text-center { + text-align: center; +} + .text-link, .text-link:focus { margin: 0px; diff --git a/application/palemoon/base/content/aboutDialog.xul b/application/palemoon/base/content/aboutDialog.xul index cc865f054..a34923a0a 100644 --- a/application/palemoon/base/content/aboutDialog.xul +++ b/application/palemoon/base/content/aboutDialog.xul @@ -51,14 +51,14 @@ - + #if defined(MOZ_OFFICIAL_BRANDING) || defined(MC_OFFICIAL) #ifdef MC_PRIVATE_BUILD This is a private build of Pale Moon. If you did not manually build this copy from source yourself, then please download an official version from the . #else is released by . - + Special thanks to all our supporters and donors for making this browser possible! -- cgit v1.2.3