BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / settings / page_settings.css
blob7e3defdae64407b025275bafa8a54413b93255fe
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 .left-column {
6 padding-top: 16px;
7 vertical-align: top;
10 #page-settings .page-settings-print-pages-div {
11 -webkit-box-align: center;
12 display: -webkit-box;
13 padding: 0;
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;
23 #page-settings .page-settings-custom-input {
24 height: 28px;
25 position: absolute;
26 width: 100%;
29 #page-settings .page-settings-custom-input.invalid {
30 background: rgb(255, 240, 240);
31 color: rgb(140, 20, 20);
34 #page-settings .radio {
35 margin-bottom: 10px;