Commit | Line | Data |
---|---|---|
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 | #rightPanel { | |
6 | width: 12em; | |
7 | } | |
8 | ||
9 | #bottomPanel { | |
10 | width: 50em; | |
11 | height: 20em; | |
12 | } | |
13 | ||
14 | .platform-Mac #rightPanel { | |
15 | width: 18em; | |
16 | } | |
17 | ||
18 | #loadContainer { | |
19 | margin: 0; | |
20 | } | |
21 | ||
22 | #loadBar { | |
23 | -moz-appearance: none; | |
24 | } |