Bug 341902: Bookmarks-> "Subscribe to this page..." is not aligned properly with "Bookmark This Page..." and "Bookmark All Tabs...", patch by Mark Pilgrim <pilgrim@gmail.com>, r=mano

This commit is contained in:
gavin%gavinsharp.com 2006-07-08 21:27:43 +00:00
Родитель 5a74b67fdf
Коммит aa3cee2d44
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -175,7 +175,9 @@ menuitem.bookmark-item {
/* ..... fix bookmarks padding issue ..... */
#bookmarksMenuPopup > menuitem > .menu-text,
menupopup[type="places"] > menuitem > .menu-text {
#bookmarksMenuPopup > menu > .menu-text,
menupopup[type="places"] > menuitem > .menu-text,
menupopup[type="places"] > menu > .menu-text {
/* This sets the indentation of text on non-iconic menu items, e.g.
* "Manage Bookmarks" to the size forced onto the icons in the rule
* just above. */