Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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/. */
5 #aboutLogoContainer {
6 width: 300px;
7 }
9 #version {
10 font-weight: bold;
11 color: #909090;
12 margin: -24px 20px 0 118px;
13 }
15 #update {
16 float: right;
17 padding: 8px;
18 margin-top: -32px;
19 }
21 body[dir="rtl"] #update {
22 float: left;
23 }
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 }
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 }
40 #aboutLinks {
41 background-color: white;
42 padding: 5px;
43 border: 2px solid #e6e5e3;
44 font-size: 24px;
45 }
47 #aboutLinks > li {
48 clear: both;
49 border-bottom: 2px solid #e6e5e3;
50 list-style: none;
51 -moz-padding-end: 16px;
52 }
54 #aboutLinks > li:last-child {
55 border-bottom: 0;
56 }
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 }
65 body[dir="rtl"] #aboutLinks > li > a {
66 background: url("images/arrowleft-16.png") left center no-repeat;
67 }
69 #aboutDetails {
70 margin-top: 15px;
71 font-size: 18px;
72 }