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

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

Issue 542363002: Add search hint bubbles to Print Preview advanced options controls. (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 18 matching lines...) Expand all
29 } 29 }
30 30
31 #advanced-settings .settings-area { 31 #advanced-settings .settings-area {
32 overflow-y: auto; 32 overflow-y: auto;
33 padding: 0 17px; 33 padding: 0 17px;
34 } 34 }
35 35
36 #advanced-settings .settings { 36 #advanced-settings .settings {
37 border-spacing: 0; 37 border-spacing: 0;
38 display: table; 38 display: table;
39 position: relative;
39 width: 100%; 40 width: 100%;
40 } 41 }
42
43 .advanced-settings-item-extra-padding {
44 display: table-row;
45 height: 15px;
46 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698