first part of sync for LCARStrek with browser windows theme in Firefox 23 cycle
[themes.git] / LCARStrek / messenger-newsblog / feed-subscriptions.css
CommitLineData
c710949d 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/. */
c710949d 5
94e078c2 6/* ::::: Feed Subscription styling :::::: */
c710949d 7
94e078c2
RK
8#subscriptionsDialog {
9 width: 40em;
10 height: 30em;
c710949d
RK
11}
12
94e078c2
RK
13#contentPane {
14 padding: 14px;
c710949d
RK
15}
16
17#rssFeedInfoBox {
18 border: 1px solid #9C9CFF;
c710949d 19 margin: 4px;
94e078c2
RK
20 padding-top: 4px;
21 background-color: #000000;
c710949d
RK
22}
23
94e078c2
RK
24#statusContainerBox {
25 height: 24px;
c710949d 26}