2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2012-05-10 17:33:54 +00:00
|
|
|
|
|
|
|
.gcli-help-name {
|
|
|
|
text-align: end;
|
|
|
|
}
|
|
|
|
|
2012-06-01 07:24:19 +00:00
|
|
|
.gcli-out-shortcut,
|
2012-05-10 17:33:54 +00:00
|
|
|
.gcli-help-synopsis {
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2012-06-01 07:24:19 +00:00
|
|
|
.gcli-out-shortcut:before,
|
2012-05-10 17:33:54 +00:00
|
|
|
.gcli-help-synopsis:before {
|
|
|
|
content: '\bb';
|
|
|
|
}
|
|
|
|
|
2014-04-13 06:47:30 +00:00
|
|
|
.gcli-menu-template {
|
2012-05-10 17:33:54 +00:00
|
|
|
white-space: nowrap;
|
2014-04-13 06:47:30 +00:00
|
|
|
width: 290px;
|
|
|
|
display: flex;
|
2012-05-10 17:33:54 +00:00
|
|
|
}
|
|
|
|
|
2014-04-13 06:47:30 +00:00
|
|
|
.gcli-menu-names {
|
|
|
|
white-space: nowrap;
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-menu-descs {
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-menu-name,
|
|
|
|
.gcli-menu-desc {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-menu-name {
|
|
|
|
-moz-padding-end: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-menu-desc {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
2012-05-10 17:33:54 +00:00
|
|
|
}
|
|
|
|
|
2012-06-01 07:24:19 +00:00
|
|
|
.gcli-menu-name,
|
|
|
|
.gcli-out-shortcut,
|
|
|
|
.gcli-help-synopsis {
|
|
|
|
direction: ltr;
|
2012-05-10 17:33:54 +00:00
|
|
|
}
|
|
|
|
|
2013-03-23 09:53:10 +00:00
|
|
|
.gcli-cookielist-list {
|
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-cookielist-detail {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2013-05-03 13:32:26 +00:00
|
|
|
.gcli-appcache-list {
|
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gcli-appcache-detail {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2012-10-03 18:10:07 +00:00
|
|
|
.gcli-row-out .nowrap {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|