Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / settings / advanced_settings / advanced_settings_item.css
1 /* Copyright 2014 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 .advanced-settings-item {
6   cursor: default;
7   display: table-row;
8 }
9
10 .advanced-settings-item > * {
11   padding-bottom: 15px;
12   padding-top: 10px;
13 }
14
15 .advanced-settings-item-label {
16   -webkit-padding-end: 20px;
17   display: table-cell;
18   line-height: 24px;
19   overflow: hidden;
20   text-overflow: ellipsis;
21   vertical-align: middle;
22   white-space: nowrap;
23   width: 250px;
24 }
25
26 .advanced-settings-item-name .search-hint {
27   -webkit-margin-start: 1em;
28   color: #999;
29   font-size: 75%;
30 }
31
32 .advanced-settings-item-query-highlight {
33   background-color: rgba(255, 240, 120, 0.9);
34 }
35
36 .advanced-settings-item-value {
37   display: table-cell;
38   line-height: 24px;
39   overflow: hidden;
40   text-overflow: ellipsis;
41   vertical-align: middle;
42   white-space: nowrap;
43   width: 175px;
44 }
45
46 .advanced-settings-item-value-text-control {
47   height: 28px;
48   width: 175px;
49 }