some small popup tweaks in both themes
[themes.git] / EarlyBlue / messenger / prefPanels.css
CommitLineData
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/. */
f6e0a33f 4
5/* ===== prefPanels.css =================================================
6 == Styles for the Messenger preference panels.
7 ======================================================================= */
8
9@import url("chrome://messenger/skin/");
f6e0a33f 10
11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2bea26d6 12
13/* ::::: Tags ::::: */
14
d0ff98fe
RK
15#tagList > listhead {
16 text-align: center;
17}
2bea26d6 18
d0ff98fe 19#tagList > listitem > listcell {
aeb317b8 20 -moz-padding-start: 16px;
8caa872d 21 -moz-padding-end: 16px;
2bea26d6 22}