Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | #aboutLogoContainer { |
michael@0 | 6 | width: 300px; |
michael@0 | 7 | } |
michael@0 | 8 | |
michael@0 | 9 | #version { |
michael@0 | 10 | font-weight: bold; |
michael@0 | 11 | color: #909090; |
michael@0 | 12 | margin: -24px 20px 0 118px; |
michael@0 | 13 | } |
michael@0 | 14 | |
michael@0 | 15 | #update { |
michael@0 | 16 | float: right; |
michael@0 | 17 | padding: 8px; |
michael@0 | 18 | margin-top: -32px; |
michael@0 | 19 | } |
michael@0 | 20 | |
michael@0 | 21 | body[dir="rtl"] #update { |
michael@0 | 22 | float: left; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | #update-message-checking, |
michael@0 | 26 | #update-message-none, |
michael@0 | 27 | #update-message-found { |
michael@0 | 28 | display: none; |
michael@0 | 29 | float: right; |
michael@0 | 30 | padding: 8px; |
michael@0 | 31 | margin-top: -32px; |
michael@0 | 32 | } |
michael@0 | 33 | |
michael@0 | 34 | body[dir="rtl"] #update-message-checking, |
michael@0 | 35 | body[dir="rtl"] #update-message-none, |
michael@0 | 36 | body[dir="rtl"] #update-message-found { |
michael@0 | 37 | float: left; |
michael@0 | 38 | } |
michael@0 | 39 | |
michael@0 | 40 | #aboutLinks { |
michael@0 | 41 | background-color: white; |
michael@0 | 42 | padding: 5px; |
michael@0 | 43 | border: 2px solid #e6e5e3; |
michael@0 | 44 | font-size: 24px; |
michael@0 | 45 | } |
michael@0 | 46 | |
michael@0 | 47 | #aboutLinks > li { |
michael@0 | 48 | clear: both; |
michael@0 | 49 | border-bottom: 2px solid #e6e5e3; |
michael@0 | 50 | list-style: none; |
michael@0 | 51 | -moz-padding-end: 16px; |
michael@0 | 52 | } |
michael@0 | 53 | |
michael@0 | 54 | #aboutLinks > li:last-child { |
michael@0 | 55 | border-bottom: 0; |
michael@0 | 56 | } |
michael@0 | 57 | |
michael@0 | 58 | #aboutLinks > li > a { |
michael@0 | 59 | padding: 16px; |
michael@0 | 60 | display: block; |
michael@0 | 61 | color: #3a3834; |
michael@0 | 62 | background: url("images/arrowright-16.png") right center no-repeat; |
michael@0 | 63 | } |
michael@0 | 64 | |
michael@0 | 65 | body[dir="rtl"] #aboutLinks > li > a { |
michael@0 | 66 | background: url("images/arrowleft-16.png") left center no-repeat; |
michael@0 | 67 | } |
michael@0 | 68 | |
michael@0 | 69 | #aboutDetails { |
michael@0 | 70 | margin-top: 15px; |
michael@0 | 71 | font-size: 18px; |
michael@0 | 72 | } |