2015-10-02 09:10:00 +03: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/. */
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2, h3, h4 {
|
2016-06-24 21:06:34 +03:00
|
|
|
margin-bottom: 10px;
|
2015-10-02 09:10:00 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
2015-11-25 18:54:26 +03:00
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
2016-03-03 18:47:23 +03:00
|
|
|
min-width: 100px;
|
2016-08-11 20:44:12 +03:00
|
|
|
margin: 0 4px;
|
2015-10-02 09:10:00 +03:00
|
|
|
}
|
|
|
|
|
2016-05-03 19:06:31 +03:00
|
|
|
/* Category panels */
|
2015-10-02 09:10:00 +03:00
|
|
|
|
|
|
|
.category {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2016-08-16 13:01:11 +03:00
|
|
|
align-items: center;
|
2015-10-02 09:10:00 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.category-name {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2016-02-18 21:49:59 +03:00
|
|
|
.app {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2015-10-02 09:10:00 +03:00
|
|
|
.main-content {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
2016-05-03 19:06:31 +03:00
|
|
|
.panel {
|
2015-10-02 09:10:00 +03:00
|
|
|
max-width: 800px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Targets */
|
|
|
|
|
|
|
|
.targets {
|
2016-04-06 17:37:35 +03:00
|
|
|
margin-bottom: 35px;
|
2015-10-02 09:10:00 +03:00
|
|
|
}
|
|
|
|
|
2016-04-15 20:21:35 +03:00
|
|
|
.target-list {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2016-04-06 17:37:35 +03:00
|
|
|
.target-container {
|
2015-10-02 09:10:00 +03:00
|
|
|
margin-top: 5px;
|
2016-02-29 05:20:00 +03:00
|
|
|
min-height: 34px;
|
2015-10-02 09:10:00 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2016-10-13 17:42:26 +03:00
|
|
|
align-items: start;
|
2015-10-02 09:10:00 +03:00
|
|
|
}
|
|
|
|
|
2015-11-15 07:59:00 +03:00
|
|
|
.target-icon {
|
2015-10-02 09:10:00 +03:00
|
|
|
height: 24px;
|
2016-12-19 19:12:40 +03:00
|
|
|
margin-inline-end: 5px;
|
2015-10-02 09:10:00 +03:00
|
|
|
}
|
|
|
|
|
2015-11-15 07:59:00 +03:00
|
|
|
.target-icon:not([src]) {
|
2015-10-02 09:10:00 +03:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-11-15 07:59:00 +03:00
|
|
|
.inverted-icons .target-icon {
|
|
|
|
filter: invert(30%);
|
|
|
|
}
|
|
|
|
|
2016-04-06 17:37:35 +03:00
|
|
|
.target {
|
2015-10-02 09:10:00 +03:00
|
|
|
flex: 1;
|
2016-08-11 20:44:12 +03:00
|
|
|
margin-top: 2px;
|
2016-06-24 21:06:34 +03:00
|
|
|
/* This is silly: https://bugzilla.mozilla.org/show_bug.cgi?id=1086218#c4. */
|
|
|
|
min-width: 0;
|
2015-10-02 09:10:00 +03:00
|
|
|
}
|
2015-11-25 18:54:26 +03:00
|
|
|
|
2016-04-06 17:37:35 +03:00
|
|
|
.target-details {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style-type: none
|
|
|
|
}
|
|
|
|
|
|
|
|
.target-detail {
|
2016-06-24 21:06:34 +03:00
|
|
|
display: flex;
|
2016-04-06 17:37:35 +03:00
|
|
|
font-size: 12px;
|
|
|
|
margin-top: 7px;
|
2016-06-24 21:06:34 +03:00
|
|
|
margin-bottom: 7px;
|
2016-04-06 17:37:35 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.target-detail a {
|
|
|
|
cursor: pointer;
|
2016-06-24 21:06:34 +03:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.target-detail strong {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.target-detail span {
|
|
|
|
/* Truncate items that are too long (e.g. URLs that would break the UI). */
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2016-04-06 17:37:35 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.target-detail > :not(:first-child) {
|
2016-12-19 19:12:40 +03:00
|
|
|
margin-inline-start: 8px;
|
2016-04-06 17:37:35 +03:00
|
|
|
}
|
|
|
|
|
2016-09-15 18:54:43 +03:00
|
|
|
.target-status {
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
min-width: 50px;
|
2016-12-19 19:12:40 +03:00
|
|
|
margin-top: 4px;
|
|
|
|
margin-inline-end: 5px;
|
2016-09-15 18:54:43 +03:00
|
|
|
padding: 2px;
|
|
|
|
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
|
|
|
|
font-size: 0.6em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.target-status-stopped {
|
|
|
|
border-color: grey;
|
|
|
|
background-color: lightgrey;
|
|
|
|
}
|
|
|
|
|
|
|
|
.target-status-running {
|
|
|
|
border-color: limegreen;
|
|
|
|
background-color: palegreen;
|
|
|
|
}
|
|
|
|
|
|
|
|
.target-name {
|
2016-08-11 20:44:12 +03:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2016-09-15 18:54:43 +03:00
|
|
|
}
|
|
|
|
|
2016-02-04 23:58:02 +03:00
|
|
|
.addons-controls {
|
2015-11-25 18:54:26 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2016-04-01 06:53:17 +03:00
|
|
|
.addons-install-error {
|
|
|
|
background-color: #f3b0b0;
|
|
|
|
padding: 5px 10px;
|
2016-12-19 19:12:40 +03:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-inline-end: 4px;
|
2016-04-01 06:53:17 +03:00
|
|
|
}
|
|
|
|
|
2016-05-30 05:18:11 +03:00
|
|
|
.service-worker-disabled .warning,
|
2016-04-01 06:53:17 +03:00
|
|
|
.addons-install-error .warning {
|
|
|
|
background-image: url(chrome://devtools/skin/images/alerticon-warning.png);
|
|
|
|
background-size: 13px 12px;
|
2016-12-19 19:12:40 +03:00
|
|
|
margin-inline-end: 10px;
|
2016-04-01 06:53:17 +03:00
|
|
|
display: inline-block;
|
|
|
|
width: 13px;
|
|
|
|
height: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-resolution: 1.1dppx) {
|
2016-05-30 05:18:11 +03:00
|
|
|
.service-worker-disabled .warning,
|
2016-04-01 06:53:17 +03:00
|
|
|
.addons-install-error .warning {
|
|
|
|
background-image: url(chrome://devtools/skin/images/alerticon-warning@2x.png);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-04 23:58:02 +03:00
|
|
|
.addons-options {
|
2015-11-25 18:54:26 +03:00
|
|
|
flex: 1;
|
|
|
|
}
|
2016-02-16 14:12:38 +03:00
|
|
|
|
|
|
|
.addons-debugging-label {
|
|
|
|
display: inline-block;
|
2016-11-20 01:59:58 +03:00
|
|
|
margin-inline-end: 1ch;
|
2016-03-03 18:47:23 +03:00
|
|
|
}
|
2016-05-09 12:14:56 +03:00
|
|
|
|
2016-05-17 06:52:35 +03:00
|
|
|
.error-page {
|
2016-05-09 12:14:56 +03:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2016-05-17 06:52:35 +03:00
|
|
|
flex-direction: column;
|
2016-05-09 12:14:56 +03:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2016-05-17 06:52:35 +03:00
|
|
|
|
|
|
|
.error-page .error-page-details {
|
|
|
|
color: gray;
|
|
|
|
}
|