Files
tubestation/browser/base/content/pageinfo/pageInfo.css
Tim Nguyen 1a10fa47d4 Bug 1437230 - Remove feed binding and build DOM using JS. r=Gijs
MozReview-Commit-ID: L60wPdwTfdn
2018-02-19 12:45:03 +00:00

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;
}