/* Copyright (c) 2013 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. */ .record-selection-dialog { padding: 20px; padding-top: 0; } .record-selection-dialog .default-enabled-categories { padding-right: 10px; } .record-selection-dialog .default-disabled-categories { border-left: 2px solid #ddd; margin-left: 10px; padding-left: 10px; } .record-selection-dialog .categories { font-size: 80%; padding: 10px; } .record-selection-dialog form { display: inline-block; margin-bottom: 5px; max-height: 450px; min-width: 450px; overflow-y: auto; } .record-selection-dialog .options { border-top: 2px solid #ddd; clear: both; padding-top: 10px; } .record-selection-dialog td { vertical-align: top; } .record-selection-dialog .options label { display: inline-block; float: right; font-size: 11px; margin-left: 8px; } .group-selectors { font-size: 80%; margin-left: 10px; } .group-selectors button { padding: 1px; }