| 1 | /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- |
| 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/. */ |
| 5 | |
| 6 | /* ::::: Feed Subscription styling :::::: */ |
| 7 | |
| 8 | #subscriptionsDialog { |
| 9 | width: 40em; |
| 10 | height: 30em; |
| 11 | } |
| 12 | |
| 13 | #contentPane { |
| 14 | padding: 14px; |
| 15 | } |
| 16 | |
| 17 | #rssFeedInfoBox { |
| 18 | border: 1px solid #9C9CFF; |
| 19 | margin: 4px; |
| 20 | padding-top: 4px; |
| 21 | background-color: #000000; |
| 22 | } |
| 23 | |
| 24 | #statusContainerBox { |
| 25 | height: 24px; |
| 26 | } |