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