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: #aboutDialog { michael@0: width: 620px; michael@0: } michael@0: michael@0: #rightBox { michael@0: background-image: url("chrome://branding/content/about-wordmark.png"); michael@0: background-repeat: no-repeat; michael@0: /* padding-top creates room for the wordmark */ michael@0: padding-top: 38px; michael@0: margin-top:20px; michael@0: } michael@0: michael@0: #rightBox:-moz-locale-dir(rtl) { michael@0: background-position: 100% 0; michael@0: } michael@0: michael@0: #bottomBox { michael@0: padding: 15px 10px 0; michael@0: } michael@0: michael@0: #version { michael@0: margin-top: 10px; michael@0: -moz-margin-start: 0; michael@0: -moz-user-select: text; michael@0: -moz-user-focus: normal; michael@0: cursor: text; michael@0: } michael@0: michael@0: #distribution, michael@0: #distributionId { michael@0: font-weight: bold; michael@0: display: none; michael@0: margin-top: 0; michael@0: margin-bottom: 0; michael@0: } michael@0: michael@0: .text-blurb { michael@0: margin-bottom: 10px; michael@0: -moz-margin-start: 0; michael@0: -moz-padding-start: 0; michael@0: } michael@0: michael@0: #updateButton, michael@0: #updateDeck > hbox > label { michael@0: -moz-margin-start: 0; michael@0: -moz-padding-start: 0; michael@0: } michael@0: michael@0: .update-throbber { michael@0: width: 16px; michael@0: min-height: 16px; michael@0: -moz-margin-end: 3px; michael@0: list-style-image: url("chrome://global/skin/icons/loading_16.png"); michael@0: } michael@0: michael@0: .text-link, michael@0: .text-link:focus { michael@0: margin: 0px; michael@0: padding: 0px; michael@0: } michael@0: michael@0: .bottom-link, michael@0: .bottom-link:focus { michael@0: text-align: center; michael@0: margin: 0 40px; michael@0: } michael@0: michael@0: #currentChannel { michael@0: margin: 0; michael@0: padding: 0; michael@0: font-weight: bold; michael@0: }