some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / browser / preferences / in-content-new / siteDataSettings.css
CommitLineData
66b04a00
RK
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/**
6 * Site Data - Settings dialog
7 */
8#sitesList {
9 min-height: 20em;
10}
11
12.item-box {
13 padding: 5px 8px;
14}
15
16/**
17 * Confirmation dialog of removing sites selected
18 */
19#SiteDataRemoveSelectedDialog {
20 padding: 16px;
21}
22
23#contentContainer {
24 font-size: 1.2em;
25 margin-bottom: 10px;
26}
27
28.question-icon {
29 margin: 6px;
30}
31
32#removing-label {
33 font-weight: bold;
34}
35
36#sitesTree {
37 height: 15em;
38}