Bug 346009 - better subscription UI for feed preview. r=mconnor. See comment 31 on the bug.

This commit is contained in:
mozilla.mano@sent.com 2007-11-06 21:09:40 -08:00
parent 87df870412
commit 01b5108e19

View File

@ -217,10 +217,20 @@ a[href] img {
-moz-padding-end: 14px; -moz-padding-end: 14px;
} }
.feedSubscribeButton { #handlersMenuList > menupopup > menuitem {
font-weight: bold; -moz-padding-start: 23px;
list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
} }
.feedSubscribeButton .button-icon {
-moz-margin-end: 3px; #handlersMenuList > menupopup > menuitem.menuitem-iconic {
-moz-padding-start: 2px;
}
#handlersMenuList > menupopup > .menuitem-iconic > .menu-iconic-left {
display: -moz-box;
min-width: 16px;
-moz-padding-end: 2px;
}
#feedHeader[dir="rtl"] #handlersMenuList > menupopup {
direction: rtl;
} }