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 {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
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;
|
|
|
|
align-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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-04-06 17:37:35 +03:00
|
|
|
align-items: baseline;
|
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-04-06 17:37:35 +03:00
|
|
|
margin: 6px 5px 0 0;
|
|
|
|
/* override the icon alignment and center it using margin-top */
|
|
|
|
align-self: flex-start;
|
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;
|
|
|
|
}
|
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 {
|
|
|
|
font-size: 12px;
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.target-detail a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.target-detail > :not(:first-child) {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
margin: 5px 4px 5px 0px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
margin-right: 10px;
|
|
|
|
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;
|
|
|
|
margin: 0 5px 5px 0;
|
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;
|
|
|
|
}
|