340897 - lots of rss bug fixes r=sspitzer

This commit is contained in:
beng@bengoodger.com 2007-11-06 21:09:12 -08:00
parent e8d231dc06
commit 290d5b368c
3 changed files with 46 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -60,15 +60,20 @@ html {
}
#feedSubscribeHandleText {
-moz-padding-start: 18px;
background: url("chrome://browser/skin/places/livemarkItem.png") left 0 no-repeat;
-moz-padding-start: 20px;
background: url("chrome://browser/skin/feeds/feedIcon16.png") left 0 no-repeat;
}
#feedSubscribeLink {
background: url("chrome://browser/skin/places/livemarkItem.png") left 0 no-repeat;
-moz-padding-start: 18px;
.feedSubscribeLink {
font-weight: bold;
-moz-margin-end: .4em;
padding: .2em .1em .2em .1em;
}
.feedSubscribeLinkBox {
background: url("chrome://browser/skin/feeds/feedIcon16.png") left 0 no-repeat;
-moz-padding-start: 19px;
-moz-margin-end: 0px;
}
#feedSubscribeOptionsGroup {
@ -185,3 +190,37 @@ a[href] img {
.plain:focus > .button-box {
border: 1px dotted ThreeDDarkShadow;
}
#readerContainer {
-moz-appearance: listbox;
}
#readers {
-moz-appearance: none;
border: none;
margin: 0px;
}
#readers > listitem {
-moz-padding-start: 4px;
}
#chooseClientApp {
font-size: 80%;
}
#application {
border-bottom: 1px solid ThreeDShadow;
}
#readerGroup {
-moz-padding-end: 14px;
}
.feedSubscribeButton {
font-weight: bold;
list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
}
.feedSubscribeButton .button-icon {
-moz-margin-end: 3px;
}

View File

@ -23,7 +23,9 @@ classic.jar:
skin/classic/browser/Toolbar-small.png
#ifdef MOZ_FEEDS
skin/classic/browser/feeds/feedIcon.png (feeds/feedIcon.png)
skin/classic/browser/feeds/feedIcon16.png (feeds/feedIcon16.png)
skin/classic/browser/feeds/subscribe.css (feeds/subscribe.css)
skin/classic/browser/feeds/addFeedReader.css (feeds/addFeedReader.css)
#endif
#ifdef MOZ_PLACES
skin/classic/browser/places/places.css (places/places.css)