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: .gcli-help-name { michael@0: text-align: end; michael@0: } michael@0: michael@0: .gcli-out-shortcut, michael@0: .gcli-help-synopsis { michael@0: cursor: pointer; michael@0: display: inline-block; michael@0: } michael@0: michael@0: .gcli-out-shortcut:before, michael@0: .gcli-help-synopsis:before { michael@0: content: '\bb'; michael@0: } michael@0: michael@0: .gcli-menu-template { michael@0: white-space: nowrap; michael@0: width: 290px; michael@0: display: flex; michael@0: } michael@0: michael@0: .gcli-menu-names { michael@0: white-space: nowrap; michael@0: flex-grow: 0; michael@0: flex-shrink: 0; michael@0: } michael@0: michael@0: .gcli-menu-descs { michael@0: flex-grow: 1; michael@0: flex-shrink: 1; michael@0: } michael@0: michael@0: .gcli-menu-name, michael@0: .gcli-menu-desc { michael@0: white-space: nowrap; michael@0: } michael@0: michael@0: .gcli-menu-name { michael@0: -moz-padding-end: 10px; michael@0: } michael@0: michael@0: .gcli-menu-desc { michael@0: text-overflow: ellipsis; michael@0: overflow: hidden; michael@0: } michael@0: michael@0: .gcli-menu-name, michael@0: .gcli-out-shortcut, michael@0: .gcli-help-synopsis { michael@0: direction: ltr; michael@0: } michael@0: michael@0: .gcli-cookielist-list { michael@0: list-style-type: none; michael@0: padding-left: 0; michael@0: } michael@0: michael@0: .gcli-cookielist-detail { michael@0: padding-left: 20px; michael@0: padding-bottom: 10px; michael@0: } michael@0: michael@0: .gcli-appcache-list { michael@0: list-style-type: none; michael@0: padding-left: 0; michael@0: } michael@0: michael@0: .gcli-appcache-detail { michael@0: padding-left: 20px; michael@0: padding-bottom: 10px; michael@0: } michael@0: michael@0: .gcli-row-out .nowrap { michael@0: white-space: nowrap; michael@0: }