sync both themes with suite classic changes in SeaMonkey 2.11
[themes.git] / LCARStrek / chatzilla / channels.css
CommitLineData
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
RK
4
5#leftPanel {
6 width: 38em;
7 height: 25em;
8}
9
10#rightPanel {
11 width: 12em;
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}