1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 2 * Use of this source code is governed by a BSD-style license that can be 3 * found in the LICENSE file. 4 */ 5 6 .record-selection-dialog { 7 padding: 20px; 8 padding-top: 0; 9 } 10 11 .record-selection-dialog .default-enabled-categories { 12 padding-right: 10px; 13 } 14 15 .record-selection-dialog .default-disabled-categories { 16 border-left: 2px solid #ddd; 17 margin-left: 10px; 18 padding-left: 10px; 19 } 20 21 .record-selection-dialog .categories { 22 font-size: 80%; 23 padding: 10px; 24 } 25 26 .record-selection-dialog form { 27 display: inline-block; 28 margin-bottom: 5px; 29 max-height: 450px; 30 min-width: 450px; 31 overflow-y: auto; 32 } 33 34 .record-selection-dialog .options { 35 border-top: 2px solid #ddd; 36 clear: both; 37 padding-top: 10px; 38 } 39 40 .record-selection-dialog td { 41 vertical-align: top; 42 } 43 44 .record-selection-dialog .options label { 45 display: inline-block; 46 float: right; 47 font-size: 11px; 48 margin-left: 8px; 49 } 50 51 .group-selectors { 52 font-size: 80%; 53 margin-left: 10px; 54 } 55 56 .group-selectors button { 57 padding: 1px; 58 } 59