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 | .gcli-help-name { |
michael@0 | 6 | text-align: end; |
michael@0 | 7 | } |
michael@0 | 8 | |
michael@0 | 9 | .gcli-out-shortcut, |
michael@0 | 10 | .gcli-help-synopsis { |
michael@0 | 11 | cursor: pointer; |
michael@0 | 12 | display: inline-block; |
michael@0 | 13 | } |
michael@0 | 14 | |
michael@0 | 15 | .gcli-out-shortcut:before, |
michael@0 | 16 | .gcli-help-synopsis:before { |
michael@0 | 17 | content: '\bb'; |
michael@0 | 18 | } |
michael@0 | 19 | |
michael@0 | 20 | .gcli-menu-template { |
michael@0 | 21 | white-space: nowrap; |
michael@0 | 22 | width: 290px; |
michael@0 | 23 | display: flex; |
michael@0 | 24 | } |
michael@0 | 25 | |
michael@0 | 26 | .gcli-menu-names { |
michael@0 | 27 | white-space: nowrap; |
michael@0 | 28 | flex-grow: 0; |
michael@0 | 29 | flex-shrink: 0; |
michael@0 | 30 | } |
michael@0 | 31 | |
michael@0 | 32 | .gcli-menu-descs { |
michael@0 | 33 | flex-grow: 1; |
michael@0 | 34 | flex-shrink: 1; |
michael@0 | 35 | } |
michael@0 | 36 | |
michael@0 | 37 | .gcli-menu-name, |
michael@0 | 38 | .gcli-menu-desc { |
michael@0 | 39 | white-space: nowrap; |
michael@0 | 40 | } |
michael@0 | 41 | |
michael@0 | 42 | .gcli-menu-name { |
michael@0 | 43 | -moz-padding-end: 10px; |
michael@0 | 44 | } |
michael@0 | 45 | |
michael@0 | 46 | .gcli-menu-desc { |
michael@0 | 47 | text-overflow: ellipsis; |
michael@0 | 48 | overflow: hidden; |
michael@0 | 49 | } |
michael@0 | 50 | |
michael@0 | 51 | .gcli-menu-name, |
michael@0 | 52 | .gcli-out-shortcut, |
michael@0 | 53 | .gcli-help-synopsis { |
michael@0 | 54 | direction: ltr; |
michael@0 | 55 | } |
michael@0 | 56 | |
michael@0 | 57 | .gcli-cookielist-list { |
michael@0 | 58 | list-style-type: none; |
michael@0 | 59 | padding-left: 0; |
michael@0 | 60 | } |
michael@0 | 61 | |
michael@0 | 62 | .gcli-cookielist-detail { |
michael@0 | 63 | padding-left: 20px; |
michael@0 | 64 | padding-bottom: 10px; |
michael@0 | 65 | } |
michael@0 | 66 | |
michael@0 | 67 | .gcli-appcache-list { |
michael@0 | 68 | list-style-type: none; |
michael@0 | 69 | padding-left: 0; |
michael@0 | 70 | } |
michael@0 | 71 | |
michael@0 | 72 | .gcli-appcache-detail { |
michael@0 | 73 | padding-left: 20px; |
michael@0 | 74 | padding-bottom: 10px; |
michael@0 | 75 | } |
michael@0 | 76 | |
michael@0 | 77 | .gcli-row-out .nowrap { |
michael@0 | 78 | white-space: nowrap; |
michael@0 | 79 | } |