pageInfo.css 686 B

123456789101112131415161718192021222324252627
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. #viewGroup > radio {
  5. -moz-binding: url("chrome://browser/content/pageinfo/pageInfo.xml#viewbutton");
  6. }
  7. richlistitem[feed] {
  8. -moz-binding: url("chrome://browser/content/pageinfo/feeds.xml#feed");
  9. }
  10. richlistitem[feed]:not([selected="true"]) .feed-subscribe {
  11. display: none;
  12. }
  13. groupbox[closed="true"] > .groupbox-body {
  14. visibility: collapse;
  15. }
  16. #thepreviewimage {
  17. display: block;
  18. /* This following entry can be removed when Bug 522850 is fixed. */
  19. min-width: 1px;
  20. }