michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #clientBox { michael@0: background-color: #F7F7F7; michael@0: color: #222222; michael@0: } michael@0: michael@0: #leftBox { michael@0: background-image: url("chrome://branding/content/about-logo.png"); michael@0: background-repeat: no-repeat; michael@0: background-size: 192px auto; michael@0: /* min-width and min-height create room for the logo */ michael@0: min-width: 210px; michael@0: min-height: 210px; michael@0: margin-top: 20px; michael@0: -moz-margin-start: 30px; michael@0: } michael@0: michael@0: michael@0: @media (min-resolution: 2dppx) { michael@0: #leftBox { michael@0: background-image: url("chrome://branding/content/about-logo@2x.png"); michael@0: } michael@0: } michael@0: michael@0: #rightBox { michael@0: margin-left: 30px; michael@0: margin-right: 30px; michael@0: } michael@0: michael@0: #updateDeck > hbox > label:not([class="text-link"]) { michael@0: color: #909090; michael@0: } michael@0: michael@0: #trademark { michael@0: font-size: xx-small; michael@0: text-align: center; michael@0: color: #999999; michael@0: margin-top: 10px; michael@0: margin-bottom: 10px; michael@0: }