2017-04-18 19:33:08 +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/. */
|
|
|
|
|
2017-10-25 23:50:01 +03:00
|
|
|
@import url("chrome://global/skin/in-content/info-pages.css");
|
2017-04-18 19:33:08 +03:00
|
|
|
|
|
|
|
.major-section {
|
2021-02-12 20:05:25 +03:00
|
|
|
margin-block: 2em 1em;
|
2017-04-18 19:33:08 +03:00
|
|
|
font-size: large;
|
|
|
|
text-align: start;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2021-02-12 20:05:25 +03:00
|
|
|
#provider-table > tbody > tr > td:last-child,
|
2017-05-17 05:32:33 +03:00
|
|
|
#cache-table > tbody > tr > td:last-child {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#debug-table, #cache-table {
|
2017-04-18 19:33:08 +03:00
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.options > .toggle-container-with-text {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
2021-02-12 20:05:25 +03:00
|
|
|
margin-inline: 0 8px;
|
2017-10-25 23:50:01 +03:00
|
|
|
padding: 3px;
|
2017-04-18 19:33:08 +03:00
|
|
|
}
|