browser/devtools/commandline/commandline.css

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

mercurial