Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / settings / advanced_settings / advanced_settings_item.css
blobdec2f08e65da8784988dfbd01016ebd2cbdeefd4
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. */
5 .advanced-settings-item {
6 cursor: default;
7 display: table-row;
10 .advanced-settings-item > * {
11 padding-bottom: 15px;
12 padding-top: 10px;
15 .advanced-settings-item-label {
16 -webkit-padding-end: 20px;
17 display: table-cell;
18 overflow: hidden;
19 text-overflow: ellipsis;
20 vertical-align: middle;
21 white-space: nowrap;
22 width: 250px;
25 .advanced-settings-item-name .search-hint {
26 -webkit-margin-start: 1em;
27 color: #999;
28 font-size: 75%;
31 .advanced-settings-item-query-highlight {
32 background-color: rgba(255, 240, 120, 0.9);
35 .advanced-settings-item-value {
36 display: table-cell;
37 overflow: hidden;
38 text-overflow: ellipsis;
39 vertical-align: middle;
40 white-space: nowrap;
41 width: 175px;
44 .advanced-settings-item-value-select-control {
45 line-height: 24px;
48 .advanced-settings-item-value-text-control {
49 height: 28px;
50 line-height: 24px;
51 width: 175px;