32 lines
754 B
CSS
32 lines
754 B
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#viewGroup > radio > .radio-label-box {
|
|
-moz-box-orient: vertical;
|
|
-moz-box-align: center;
|
|
}
|
|
|
|
/* Hide the radio button for the section headers */
|
|
#viewGroup > radio > .radio-check {
|
|
display: none;
|
|
}
|
|
|
|
#feedListbox richlistitem {
|
|
-moz-box-orient: vertical;
|
|
}
|
|
|
|
#feedListbox richlistitem:not([selected="true"]) .feed-subscribe {
|
|
display: none;
|
|
}
|
|
|
|
groupbox[closed="true"] > .groupbox-body {
|
|
visibility: collapse;
|
|
}
|
|
|
|
#thepreviewimage {
|
|
display: block;
|
|
/* This following entry can be removed when Bug 522850 is fixed. */
|
|
min-width: 1px;
|
|
}
|