summaryrefslogtreecommitdiffstats
path: root/browser/branding/official/content/aboutDialog.css
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-05 02:23:23 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-05 02:23:23 -0500
commitac7d8a02b874485ec68d1b25e9ebd938f48e976e (patch)
tree8815c7fb60013c7a8f38ed0662a0388459d2b7a7 /browser/branding/official/content/aboutDialog.css
parent4809c6de7764673eb401a961e314e72ad31d0dbd (diff)
downloadUXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar
UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar.gz
UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar.lz
UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.tar.xz
UXP-ac7d8a02b874485ec68d1b25e9ebd938f48e976e.zip
Update branding
Diffstat (limited to 'browser/branding/official/content/aboutDialog.css')
-rw-r--r--browser/branding/official/content/aboutDialog.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/browser/branding/official/content/aboutDialog.css b/browser/branding/official/content/aboutDialog.css
index 46ba1b771..631f06a72 100644
--- a/browser/branding/official/content/aboutDialog.css
+++ b/browser/branding/official/content/aboutDialog.css
@@ -28,8 +28,14 @@
#rightBox {
margin-left: 30px;
margin-right: 30px;
+ 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;
}
+
#updateDeck > hbox > label:not([class="text-link"]) {
color: #909090;
}