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