michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #options-panel-container { michael@0: overflow: auto; michael@0: } michael@0: michael@0: #options-panel { michael@0: display: block; michael@0: } michael@0: michael@0: .options-vertical-pane { michael@0: display: inline; michael@0: float: left; michael@0: } michael@0: michael@0: .options-vertical-pane > label { michael@0: display: block; michael@0: } michael@0: michael@0: .options-vertical-pane { michael@0: margin: 5px; michael@0: width: calc(50% - 30px); michael@0: min-width: 350px; michael@0: -moz-padding-start: 5px; michael@0: } michael@0: michael@0: .options-vertical-pane > label { michael@0: padding: 2px 0; michael@0: font-size: 1.4rem; michael@0: } michael@0: michael@0: .options-groupbox { michael@0: -moz-margin-start: 15px; michael@0: padding: 2px; michael@0: } michael@0: michael@0: .options-groupbox > *, michael@0: .options-groupbox > .hidden-labels-box > checkbox { michael@0: padding: 2px; michael@0: } michael@0: michael@0: .options-groupbox > .hidden-labels-box { michael@0: padding: 0; michael@0: } michael@0: michael@0: .options-citation-label { michael@0: font-size: 1rem !important; michael@0: /* !important is required otherwise font-size will still be 1.4rem */ michael@0: font-style: italic; michael@0: padding: 4px 0 0; /* To align it with the checkbox */ michael@0: } michael@0: michael@0: .hidden-labels-box:not(.visible) > label, michael@0: .hidden-labels-box.visible ~ .hidden-labels-box > label:last-child { michael@0: display: none; michael@0: }