Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | /** |
michael@0 | 6 | * Line up the actions menu with action labels above and below it. |
michael@0 | 7 | * Equalize the distance from the left side of the action box to the left side |
michael@0 | 8 | * of the icon for both the menu and the non-menu versions of the action box. |
michael@0 | 9 | * Also make sure the labels are the same distance away from the icons. |
michael@0 | 10 | */ |
michael@0 | 11 | .actionsMenu { |
michael@0 | 12 | margin-top: 0; |
michael@0 | 13 | margin-bottom: 0; |
michael@0 | 14 | -moz-margin-start: -2px; |
michael@0 | 15 | -moz-margin-end: 0; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | .typeIcon, |
michael@0 | 19 | .actionIcon { |
michael@0 | 20 | -moz-margin-start: 3px; |
michael@0 | 21 | -moz-margin-end: 3px; |
michael@0 | 22 | } |
michael@0 | 23 | |
michael@0 | 24 | #handlersView > richlistitem label { |
michael@0 | 25 | -moz-margin-start: 1px; |
michael@0 | 26 | margin-top: 2px; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | #handlersView > richlistitem { |
michael@0 | 30 | min-height: 22px; |
michael@0 | 31 | } |
michael@0 | 32 | |
michael@0 | 33 | richlistitem[appHandlerIcon="ask"], |
michael@0 | 34 | menuitem[appHandlerIcon="ask"] { |
michael@0 | 35 | list-style-image: url("chrome://browser/skin/preferences/alwaysAsk.png"); |
michael@0 | 36 | } |
michael@0 | 37 | |
michael@0 | 38 | richlistitem[appHandlerIcon="save"], |
michael@0 | 39 | menuitem[appHandlerIcon="save"] { |
michael@0 | 40 | list-style-image: url("chrome://browser/skin/preferences/application.png"); |
michael@0 | 41 | } |
michael@0 | 42 | |
michael@0 | 43 | richlistitem[appHandlerIcon="feed"], |
michael@0 | 44 | menuitem[appHandlerIcon="feed"] { |
michael@0 | 45 | list-style-image: url("chrome://browser/skin/page-livemarks.png"); |
michael@0 | 46 | } |
michael@0 | 47 | |
michael@0 | 48 | richlistitem[appHandlerIcon="plugin"], |
michael@0 | 49 | menuitem[appHandlerIcon="plugin"] { |
michael@0 | 50 | list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png"); |
michael@0 | 51 | } |
michael@0 | 52 | |
michael@0 | 53 | .actionsMenu .menulist-icon { |
michael@0 | 54 | -moz-margin-end: 3px; |
michael@0 | 55 | } |
michael@0 | 56 | |
michael@0 | 57 | .actionsMenu > menupopup > menuitem > .menu-iconic-left { |
michael@0 | 58 | -moz-padding-start: 0px; |
michael@0 | 59 | -moz-padding-end: 2px; |
michael@0 | 60 | } |
michael@0 | 61 | |
michael@0 | 62 | .actionsMenu > menupopup > menuitem { |
michael@0 | 63 | -moz-padding-start: 4px; |
michael@0 | 64 | } |