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

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

Issue 14752026: Changes to print preview layout. (Closed) Base URL: http://git.chromium.org/chromium/src.git@constrained-printpreview
Patch Set: Rebase Created 7 years, 7 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/settings/margin_settings.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 .page-settings-print-pages-div { 5 #page-settings .page-settings-print-pages-div {
6 -webkit-box-align: center; 6 -webkit-box-align: center;
7 display: -webkit-box; 7 display: -webkit-box;
8 padding: 0;
8 } 9 }
9 10
10 #page-settings .page-settings-custom-input-wrapper { 11 #page-settings .page-settings-custom-input-wrapper {
11 -webkit-box-flex: 1; 12 -webkit-box-flex: 1;
12 -webkit-margin-start: 0.6em; 13 -webkit-margin-start: 0.6em;
13 height: 24px; 14 height: 29px;
14 position: relative; 15 position: relative;
15 } 16 }
16 17
17 #page-settings .page-settings-custom-input { 18 #page-settings .page-settings-custom-input {
19 height: 29px;
18 position: absolute; 20 position: absolute;
19 width: 100%; 21 width: 100%;
20 } 22 }
21 23
22 #page-settings .page-settings-custom-input.invalid { 24 #page-settings .page-settings-custom-input.invalid {
23 background: rgb(255, 240, 240); 25 background: rgb(255, 240, 240);
24 color: rgb(140, 20, 20); 26 color: rgb(140, 20, 20);
27 }
28
29 #page-settings .radio {
30 margin-bottom: 10px;
25 } 31 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/settings/margin_settings.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698