sync both themes with suite classic changes in SeaMonkey 2.23 cycle
[themes.git] / EarlyBlue / messenger-newsblog / feed-subscriptions.css
CommitLineData
7862e6ee 1/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
9099c61d
RK
2 * This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7862e6ee 5
94e078c2 6/* ::::: Feed Subscription styling :::::: */
7862e6ee 7
94e078c2
RK
8#subscriptionsDialog {
9 width: 40em;
10 height: 30em;
7862e6ee
RK
11}
12
94e078c2
RK
13#contentPane {
14 padding: 14px;
7862e6ee
RK
15}
16
17#rssFeedInfoBox {
18 border: 1px solid #666699;
19 margin: 4px;
94e078c2
RK
20 padding-top: 4px;
21 background-color: #DDDDDD;
7862e6ee
RK
22}
23
94e078c2
RK
24#statusContainerBox {
25 height: 24px;
7862e6ee 26}