- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / settings / page_settings.css
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 .page-settings-print-pages-div {
6   -webkit-box-align: center;
7   display: -webkit-box;
8   padding: 0;
9 }
10
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;
16 }
17
18 #page-settings .page-settings-custom-input {
19   height: 29px;
20   position: absolute;
21   width: 100%;
22 }
23
24 #page-settings .page-settings-custom-input.invalid {
25   background: rgb(255, 240, 240);
26   color: rgb(140, 20, 20);
27 }
28
29 #page-settings .radio {
30   margin-bottom: 10px;
31 }