michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: michael@0: #viewGroup > radio { michael@0: -moz-binding: url("chrome://browser/content/pageinfo/pageInfo.xml#viewbutton"); michael@0: } michael@0: michael@0: richlistitem[feed] { michael@0: -moz-binding: url("chrome://browser/content/pageinfo/feeds.xml#feed"); michael@0: } michael@0: michael@0: richlistitem[feed]:not([selected="true"]) .feed-subscribe { michael@0: display: none; michael@0: } michael@0: michael@0: groupbox[closed="true"] > .groupbox-body { michael@0: visibility: collapse; michael@0: } michael@0: michael@0: #thepreviewimage { michael@0: display: block; michael@0: /* This following entry can be removed when Bug 522850 is fixed. */ michael@0: min-width: 1px; michael@0: }