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/. */
6 * Line up the actions menu with action labels above and below it.
7 * Equalize the distance from the left side of the action box to the left side
8 * of the icon for both the menu and the non-menu versions of the action box.
9 * Also make sure the labels are the same distance away from the icons.
17 -moz-margin-start: 3px;
21 richlistitem > hbox > hbox > label {
22 -moz-margin-start: 1px;
30 richlistitem[appHandlerIcon="app"],
31 menuitem[appHandlerIcon="app"] {
32 list-style-image: url("chrome://browser/skin/preferences/application.png");
35 richlistitem[appHandlerIcon="ask"],
36 menuitem[appHandlerIcon="ask"] {
37 list-style-image: url("chrome://browser/skin/preferences/alwaysAsk.png");
40 richlistitem[appHandlerIcon="save"],
41 menuitem[appHandlerIcon="save"] {
42 list-style-image: url("chrome://browser/skin/preferences/saveFile.png");
45 richlistitem[appHandlerIcon="feed"],
46 menuitem[appHandlerIcon="feed"] {
47 list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
50 richlistitem[appHandlerIcon="plugin"],
51 menuitem[appHandlerIcon="plugin"] {
52 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
55 .actionsMenu > .menulist-label-box {
57 -moz-padding-start: 0;
60 .actionsMenu > .menulist-label-box > .menulist-icon {
66 .actionsMenu > .menulist-label-box > .menulist-label {
67 margin: 3px 2px 1px !important;
71 -moz-padding-start: 2px;
75 -moz-margin-end: 4px !important;