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.css
blob756c1cb5ba129c528f55b94c3752d897d01ca10a
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 {
6 z-index: 3;
9 #advanced-settings.transparent {
10 opacity: 0;
11 overflow: hidden;
12 pointer-events: none;
15 #advanced-settings .page {
16 width: 500px;
19 #advanced-settings > .page > .close-button {
20 top: 9px;
23 #advanced-settings .search-box-area {
24 padding: 15px 17px;
27 #advanced-settings .search-box {
28 -webkit-user-select: none;
31 #advanced-settings .no-settings-match-hint {
32 -webkit-padding-start: 17px;
33 color: #999;
34 padding-bottom: 8px;
35 padding-top: 8px;
38 #advanced-settings .settings-area {
39 overflow-y: auto;
40 padding: 0 17px;
43 #advanced-settings .settings {
44 border-spacing: 0;
45 display: table;
46 position: relative;
47 width: 100%;
50 .advanced-settings-item-extra-padding {
51 display: table-row;
52 height: 15px;