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

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

Issue 10450022: Print Preview Print Destination Search Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Set --bary flag Created 8 years, 6 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 (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 html { 5 html {
6 height: 100%; 6 height: 100%;
7 } 7 }
8 8
9 body { 9 body {
10 display: -webkit-box; 10 display: -webkit-box;
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 -webkit-padding-start: 16px; 76 -webkit-padding-start: 16px;
77 display: table-cell; 77 display: table-cell;
78 font-size: 1.1em; 78 font-size: 1.1em;
79 } 79 }
80 80
81 .two-column.visible h1, 81 .two-column.visible h1,
82 .two-column.visible .right-column { 82 .two-column.visible .right-column {
83 border-bottom: 1px solid #dcdcdc; 83 border-bottom: 1px solid #dcdcdc;
84 padding-bottom: 10px; 84 padding-bottom: 10px;
85 padding-top: 10px; 85 padding-top: 10px;
86 vertical-align: top;
86 } 87 }
87 88
88 .two-column:not(.visible) select { 89 .two-column:not(.visible) select {
89 border-top-width: 0; 90 border-top-width: 0;
90 margin-top: 0; 91 margin-top: 0;
91 padding-top: 0; 92 padding-top: 0;
92 } 93 }
93 94
94 p { 95 p {
95 -webkit-line-box-contain: block; 96 -webkit-line-box-contain: block;
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 } 269 }
269 270
270 #print-preview .button-strip button { 271 #print-preview .button-strip button {
271 -webkit-margin-start: 4px; 272 -webkit-margin-start: 4px;
272 display: block; 273 display: block;
273 } 274 }
274 275
275 #link-container { 276 #link-container {
276 -webkit-box-flex: 1; 277 -webkit-box-flex: 1;
277 } 278 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698