Commit | Line | Data |
---|---|---|
9099c61d 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/. */ | |
ecb2fda9 RK |
4 | |
5 | /* Styles used by all preference windows and panes of SeaMonkey */ | |
6 | ||
7 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
8 | ||
9 | /* ::::: Main Window ::::: */ | |
10 | ||
11 | prefwindow { | |
12 | padding-top: 8px; | |
13 | padding-bottom: 10px; | |
14 | -moz-padding-start: 8px; | |
15 | -moz-padding-end: 10px; | |
16 | } |