1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/metro/theme/aboutPage.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,72 @@ 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 +#aboutLogoContainer { 1.9 + width: 300px; 1.10 +} 1.11 + 1.12 +#version { 1.13 + font-weight: bold; 1.14 + color: #909090; 1.15 + margin: -24px 20px 0 118px; 1.16 +} 1.17 + 1.18 +#update { 1.19 + float: right; 1.20 + padding: 8px; 1.21 + margin-top: -32px; 1.22 +} 1.23 + 1.24 +body[dir="rtl"] #update { 1.25 + float: left; 1.26 +} 1.27 + 1.28 +#update-message-checking, 1.29 +#update-message-none, 1.30 +#update-message-found { 1.31 + display: none; 1.32 + float: right; 1.33 + padding: 8px; 1.34 + margin-top: -32px; 1.35 +} 1.36 + 1.37 +body[dir="rtl"] #update-message-checking, 1.38 +body[dir="rtl"] #update-message-none, 1.39 +body[dir="rtl"] #update-message-found { 1.40 + float: left; 1.41 +} 1.42 + 1.43 +#aboutLinks { 1.44 + background-color: white; 1.45 + padding: 5px; 1.46 + border: 2px solid #e6e5e3; 1.47 + font-size: 24px; 1.48 +} 1.49 + 1.50 +#aboutLinks > li { 1.51 + clear: both; 1.52 + border-bottom: 2px solid #e6e5e3; 1.53 + list-style: none; 1.54 + -moz-padding-end: 16px; 1.55 +} 1.56 + 1.57 +#aboutLinks > li:last-child { 1.58 + border-bottom: 0; 1.59 +} 1.60 + 1.61 +#aboutLinks > li > a { 1.62 + padding: 16px; 1.63 + display: block; 1.64 + color: #3a3834; 1.65 + background: url("images/arrowright-16.png") right center no-repeat; 1.66 +} 1.67 + 1.68 +body[dir="rtl"] #aboutLinks > li > a { 1.69 + background: url("images/arrowleft-16.png") left center no-repeat; 1.70 +} 1.71 + 1.72 +#aboutDetails { 1.73 + margin-top: 15px; 1.74 + font-size: 18px; 1.75 +}