/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #aboutLogoContainer { width: 300px; } #version { font-weight: bold; color: #909090; margin: -24px 20px 0 118px; } #update { float: right; padding: 8px; margin-top: -32px; } body[dir="rtl"] #update { float: left; } #update-message-checking, #update-message-none, #update-message-found { display: none; float: right; padding: 8px; margin-top: -32px; } body[dir="rtl"] #update-message-checking, body[dir="rtl"] #update-message-none, body[dir="rtl"] #update-message-found { float: left; } #aboutLinks { background-color: white; padding: 5px; border: 2px solid #e6e5e3; font-size: 24px; } #aboutLinks > li { clear: both; border-bottom: 2px solid #e6e5e3; list-style: none; -moz-padding-end: 16px; } #aboutLinks > li:last-child { border-bottom: 0; } #aboutLinks > li > a { padding: 16px; display: block; color: #3a3834; background: url("images/arrowright-16.png") right center no-repeat; } body[dir="rtl"] #aboutLinks > li > a { background: url("images/arrowleft-16.png") left center no-repeat; } #aboutDetails { margin-top: 15px; font-size: 18px; }