/* 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/. */ .devtools-tab { -moz-binding: url("chrome://global/content/bindings/general.xml#control-item"); -moz-box-align: center; } #toolbox-controls > toolbarbutton > .toolbarbutton-text, #toolbox-dock-buttons > toolbarbutton > .toolbarbutton-text, .command-button > .toolbarbutton-text { display: none; } #options-panel-container { overflow: auto; } #options-panel { overflow-y: auto; display: block; } .options-vertical-pane { display: inline; float: left; } .options-vertical-pane > label { display: block; }