diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-06 00:51:39 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-06 00:51:39 +0100 |
commit | 403605efb578527388f4af523eefaebaeb7e10ae (patch) | |
tree | 8137074df94c3a4fda6dea04c446abd75df40028 /application/palemoon/base/content/aboutDialog.css | |
parent | a7bca40ad5044a55358fe1c839a613da644a2bd2 (diff) | |
download | UXP-403605efb578527388f4af523eefaebaeb7e10ae.tar UXP-403605efb578527388f4af523eefaebaeb7e10ae.tar.gz UXP-403605efb578527388f4af523eefaebaeb7e10ae.tar.lz UXP-403605efb578527388f4af523eefaebaeb7e10ae.tar.xz UXP-403605efb578527388f4af523eefaebaeb7e10ae.zip |
Tweak the about box styling some more and clean up styles.
Diffstat (limited to 'application/palemoon/base/content/aboutDialog.css')
-rw-r--r-- | application/palemoon/base/content/aboutDialog.css | 21 |
1 files changed, 21 insertions, 0 deletions
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; |