Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / settings / page_settings.css
blobed75675e05edc7983db7f9c084cedbddb3aa7a91
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. */
5 #page-settings .page-settings-print-pages-div {
6 -webkit-box-align: center;
7 display: -webkit-box;
8 padding: 0;
11 #page-settings .page-settings-custom-input-wrapper {
12 -webkit-box-flex: 1;
13 -webkit-margin-start: 0.6em;
14 height: 29px;
15 position: relative;
18 #page-settings .page-settings-custom-input {
19 height: 29px;
20 position: absolute;
21 width: 100%;
24 #page-settings .page-settings-custom-input.invalid {
25 background: rgb(255, 240, 240);
26 color: rgb(140, 20, 20);
29 #page-settings .radio {
30 margin-bottom: 10px;