michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: .alwaysUse { michael@0: padding: 5px; michael@0: } michael@0: michael@0: .handlersMenuPopup > menuitem { michael@0: -moz-padding-start: 23px; michael@0: } michael@0: michael@0: .handlersMenuPopup > menuitem.menuitem-iconic { michael@0: -moz-padding-start: 2px; michael@0: } michael@0: michael@0: .handlersMenuPopup > .menuitem-iconic > .menu-iconic-left { michael@0: display: -moz-box; michael@0: min-width: 16px; michael@0: -moz-padding-end: 2px; michael@0: } michael@0: michael@0: .chooseApplicationMenuItem { michael@0: list-style-image: url("moz-icon://dummy.exe?size=16"); michael@0: } michael@0: michael@0: #feedHeader[dir="rtl"] .handlersMenuList > menupopup { michael@0: direction: rtl; michael@0: }