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

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

Issue 2771823005: Print Preview: Fix issues with large font sizes (Closed)
Patch Set: Change to normal padding Created 3 years, 8 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
« no previous file with comments | « chrome/browser/resources/print_preview/search/destination_search.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 #page-settings .left-column { 5 #page-settings .left-column {
6 padding-top: 16px; 6 padding-top: 16px;
7 vertical-align: top; 7 vertical-align: top;
8 } 8 }
9 9
10 #page-settings .page-settings-print-pages-div { 10 #page-settings .page-settings-print-pages-div {
11 -webkit-box-align: center; 11 -webkit-box-align: center;
12 display: -webkit-box; 12 display: -webkit-box;
13 padding: 0; 13 padding: 0;
14 } 14 }
15 15
16 #page-settings .page-settings-custom-input-wrapper { 16 #page-settings .page-settings-custom-input-wrapper {
17 -webkit-box-flex: 1; 17 -webkit-box-flex: 1;
18 -webkit-margin-start: 0.6em; 18 -webkit-margin-start: 0.6em;
19 height: 28px; 19 min-height: 2em;
20 position: relative; 20 position: relative;
21 } 21 }
22 22
23 #page-settings .page-settings-custom-input { 23 #page-settings .page-settings-custom-input {
24 height: 28px; 24 min-height: 2em;
25 position: absolute; 25 position: absolute;
26 width: 100%; 26 width: 100%;
27 } 27 }
28 28
29 #page-settings .page-settings-custom-input.invalid { 29 #page-settings .page-settings-custom-input.invalid {
30 background: rgb(255, 240, 240); 30 background: rgb(255, 240, 240);
31 color: rgb(140, 20, 20); 31 color: rgb(140, 20, 20);
32 } 32 }
33 33
34 #page-settings .radio { 34 #page-settings .radio {
35 margin-bottom: 10px; 35 margin-bottom: 10px;
36 } 36 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/search/destination_search.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698