michael@0: /* -*- Mode: javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ michael@0: /* vim: set ft=javascript ts=2 et sw=2 tw=80: */ 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: /* Side pane views */ michael@0: michael@0: #sources-pane > tabpanels > tabpanel, michael@0: #instruments-pane > tabpanels > tabpanel { michael@0: -moz-box-orient: vertical; michael@0: } michael@0: michael@0: /* Toolbar controls */ michael@0: michael@0: .devtools-toolbarbutton:not([label]) > .toolbarbutton-text { michael@0: display: none; michael@0: } michael@0: michael@0: /* Horizontal vs. vertical layout */ michael@0: michael@0: #body[layout=vertical] #debugger-widgets { michael@0: -moz-box-orient: vertical; michael@0: } michael@0: michael@0: #body[layout=vertical] #sources-pane { michael@0: -moz-box-flex: 1; michael@0: } michael@0: michael@0: #body[layout=vertical] #instruments-pane { michael@0: -moz-box-flex: 2; michael@0: } michael@0: michael@0: #body[layout=vertical] #instruments-pane-toggle { michael@0: display: none; michael@0: } michael@0: michael@0: #body[layout=vertical] #sources-and-editor-splitter, michael@0: #body[layout=vertical] #editor-and-instruments-splitter { michael@0: display: none; michael@0: } michael@0: michael@0: #body[layout=horizontal] #vertical-layout-splitter, michael@0: #body[layout=horizontal] #vertical-layout-panes-container { michael@0: display: none; michael@0: } michael@0: michael@0: #body[layout=vertical] #stackframes { michael@0: visibility: hidden; michael@0: }