1/* Copyright (c) 2012 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#page-settings .left-column {
6  padding-top: 16px;
7  vertical-align: top;
8}
9
10#page-settings .page-settings-print-pages-div {
11  -webkit-box-align: center;
12  display: -webkit-box;
13  padding: 0;
14}
15
16#page-settings .page-settings-custom-input-wrapper {
17  -webkit-box-flex: 1;
18  -webkit-margin-start: 0.6em;
19  height: 28px;
20  position: relative;
21}
22
23#page-settings .page-settings-custom-input {
24  height: 28px;
25  position: absolute;
26  width: 100%;
27}
28
29#page-settings .page-settings-custom-input.invalid {
30  background: rgb(255, 240, 240);
31  color: rgb(140, 20, 20);
32}
33
34#page-settings .radio {
35  margin-bottom: 10px;
36}