/* Copyright (c) 2011 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ html, body { background-color: #EEE; height: 100%; margin: 0; overflow: hidden; } .vbox, .hbox { display: table; height: 100%; width: 100%; } .vbox > div { display: table-row; } .hbox > div { display: table-cell; vertical-align: top; } .vbox > .fill { height: 100%; } .hbox > .fill { width: 100%; } #theme-graphic { margin: 2px 20px 2px 2px; } #explanation { margin-bottom: 4px; margin-right: 4px; margin-top: 4px; } #tab-list-scroll-container { background-color: white; border-style: solid; border-width: 1px; height: 100%; margin-right: 5px; overflow-y: auto; } #buttons-table { float: right; margin-bottom: 8px; margin-right: 8px; margin-top: 20px; width: auto; } #buttons-table > div { padding: 3px; width: 50%; } #tab-table { -webkit-margin-after: 0; -webkit-margin-before: 0; -webkit-padding-start: 0; height: auto; } #tab-table li { -webkit-padding-start: 19px; background-position: 0 50%; background-repeat: no-repeat; background-size: 16px 16px; display: block; height: 16px; line-height: 16px; margin-bottom: 1px; } html[dir=rtl] #tab-table li { background-position: 100% 50%; } #templates { display: none; } button { white-space: nowrap; width: 100%; }