1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/branding/official/content/aboutDialog.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,43 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +#clientBox { 1.9 + background-color: #F7F7F7; 1.10 + color: #222222; 1.11 +} 1.12 + 1.13 +#leftBox { 1.14 + background-image: url("chrome://branding/content/about-logo.png"); 1.15 + background-repeat: no-repeat; 1.16 + background-size: 192px auto; 1.17 + /* min-width and min-height create room for the logo */ 1.18 + min-width: 210px; 1.19 + min-height: 210px; 1.20 + margin-top: 20px; 1.21 + -moz-margin-start: 30px; 1.22 +} 1.23 + 1.24 + 1.25 +@media (min-resolution: 2dppx) { 1.26 + #leftBox { 1.27 + background-image: url("chrome://branding/content/about-logo@2x.png"); 1.28 + } 1.29 +} 1.30 + 1.31 +#rightBox { 1.32 + margin-left: 30px; 1.33 + margin-right: 30px; 1.34 +} 1.35 + 1.36 +#updateDeck > hbox > label:not([class="text-link"]) { 1.37 + color: #909090; 1.38 +} 1.39 + 1.40 +#trademark { 1.41 + font-size: xx-small; 1.42 + text-align: center; 1.43 + color: #999999; 1.44 + margin-top: 10px; 1.45 + margin-bottom: 10px; 1.46 +}