some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / 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/. */
351107c9 4
5/* ===== prefPanels.css =================================================
6 == Styles for the Messenger preference panels.
7 ======================================================================= */
8
9@import url("chrome://messenger/skin/");
351107c9 10
11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
020a0978 12
13/* ::::: Tags ::::: */
14
ee6cb01c
RK
15#tagList > listhead {
16 text-align: center;
17}
020a0978 18
ee6cb01c 19#tagList > listitem > listcell {
dae45075
RK
20 padding-inline-start: 16px;
21 padding-inline-end: 16px;
020a0978 22}