Revision control

Copy as Markdown

Other Tools

/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* 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/. */
treechildren::-moz-tree-row {
min-height: 18px;
}
treechildren::-moz-tree-image {
margin-inline-end: 2px;
}
treechildren::-moz-tree-image(rowMigrate-no) {
}
/* profile selection dialog */
/* Override global.css */
hbox.wizard-box {
padding: 10px 10px 10px 10px;
}
#header {
-moz-box-orient: vertical;
margin-top: -8px;
margin-bottom: 0;
margin-inline-start: -8px;
margin-inline-end: -10px;
border-left: none;
border-right: none;
border-top: none;
border-bottom-color: ThreeDShadow;
padding-top: 12px;
padding-bottom: 12px;
padding-inline-start: 25px;
padding-inline-end: 5px;
background-color: Window;
color: WindowText;
}
#header > .dialogheader-title {
font: inherit;
font-weight: bold;
}
#header > .dialogheader-description {
margin-inline-start: 12px !important;
}
#intro,
#label {
width: 17em;
}
#managebuttons > button {
min-width: 8em;
}