2012-05-21 04:12:37 -07:00
|
|
|
/* 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/. */
|
|
|
|
|
2007-04-12 18:43:04 -07:00
|
|
|
|
2009-10-23 08:28:14 -07:00
|
|
|
#viewGroup > radio {
|
2010-04-28 15:02:43 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/pageinfo/pageInfo.xml#viewbutton");
|
2007-04-12 18:43:04 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[feed] {
|
|
|
|
-moz-binding: url("chrome://browser/content/pageinfo/feeds.xml#feed");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[feed]:not([selected="true"]) .feed-subscribe {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
groupbox[closed="true"] > .groupbox-body {
|
|
|
|
visibility: collapse;
|
|
|
|
}
|
2009-10-22 13:47:17 -07:00
|
|
|
|
2012-06-10 16:37:47 -07:00
|
|
|
#thepreviewimage {
|
2012-06-10 16:44:50 -07:00
|
|
|
display: block;
|
|
|
|
/* This following entry can be removed when Bug 522850 is fixed. */
|
2009-10-22 13:47:17 -07:00
|
|
|
min-width: 1px;
|
|
|
|
}
|