Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Side by Side Diff: chrome/browser/resources/print_preview/settings/advanced_settings/advanced_settings.css

Issue 568973002: Print Preview Advanced settings tweaks: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #advanced-settings { 5 #advanced-settings {
6 z-index: 3; 6 z-index: 3;
7 } 7 }
8 8
9 #advanced-settings.transparent { 9 #advanced-settings.transparent {
10 opacity: 0; 10 opacity: 0;
(...skipping 10 matching lines...) Expand all
21 } 21 }
22 22
23 #advanced-settings .search-box-area { 23 #advanced-settings .search-box-area {
24 padding: 15px 17px; 24 padding: 15px 17px;
25 } 25 }
26 26
27 #advanced-settings .search-box { 27 #advanced-settings .search-box {
28 -webkit-user-select: none; 28 -webkit-user-select: none;
29 } 29 }
30 30
31 #advanced-settings .no-settings-match-hint {
32 -webkit-padding-start: 17px;
33 color: #999;
34 padding-bottom: 8px;
35 padding-top: 8px;
36 }
37
31 #advanced-settings .settings-area { 38 #advanced-settings .settings-area {
32 overflow-y: auto; 39 overflow-y: auto;
33 padding: 0 17px; 40 padding: 0 17px;
34 } 41 }
35 42
36 #advanced-settings .settings { 43 #advanced-settings .settings {
37 border-spacing: 0; 44 border-spacing: 0;
38 display: table; 45 display: table;
39 position: relative; 46 position: relative;
40 width: 100%; 47 width: 100%;
41 } 48 }
42 49
43 .advanced-settings-item-extra-padding { 50 .advanced-settings-item-extra-padding {
44 display: table-row; 51 display: table-row;
45 height: 15px; 52 height: 15px;
46 } 53 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698