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: #aboutLogoContainer { michael@0: width: 300px; michael@0: } michael@0: michael@0: #version { michael@0: font-weight: bold; michael@0: color: #909090; michael@0: margin: -24px 20px 0 118px; michael@0: } michael@0: michael@0: #update { michael@0: float: right; michael@0: padding: 8px; michael@0: margin-top: -32px; michael@0: } michael@0: michael@0: body[dir="rtl"] #update { michael@0: float: left; michael@0: } michael@0: michael@0: #update-message-checking, michael@0: #update-message-none, michael@0: #update-message-found { michael@0: display: none; michael@0: float: right; michael@0: padding: 8px; michael@0: margin-top: -32px; michael@0: } michael@0: michael@0: body[dir="rtl"] #update-message-checking, michael@0: body[dir="rtl"] #update-message-none, michael@0: body[dir="rtl"] #update-message-found { michael@0: float: left; michael@0: } michael@0: michael@0: #aboutLinks { michael@0: background-color: white; michael@0: padding: 5px; michael@0: border: 2px solid #e6e5e3; michael@0: font-size: 24px; michael@0: } michael@0: michael@0: #aboutLinks > li { michael@0: clear: both; michael@0: border-bottom: 2px solid #e6e5e3; michael@0: list-style: none; michael@0: -moz-padding-end: 16px; michael@0: } michael@0: michael@0: #aboutLinks > li:last-child { michael@0: border-bottom: 0; michael@0: } michael@0: michael@0: #aboutLinks > li > a { michael@0: padding: 16px; michael@0: display: block; michael@0: color: #3a3834; michael@0: background: url("images/arrowright-16.png") right center no-repeat; michael@0: } michael@0: michael@0: body[dir="rtl"] #aboutLinks > li > a { michael@0: background: url("images/arrowleft-16.png") left center no-repeat; michael@0: } michael@0: michael@0: #aboutDetails { michael@0: margin-top: 15px; michael@0: font-size: 18px; michael@0: }