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

Side by Side Diff: chrome/browser/resources/print_preview/previewarea/preview_area.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 */
5 4
6 #preview-area.preview-area { 5 #preview-area.preview-area {
7 -webkit-box-flex: 1; 6 -webkit-box-flex: 1;
8 -webkit-user-select: none; 7 -webkit-user-select: none;
9 background-color: #ccc; 8 background-color: #ccc;
10 height: 100%; 9 height: 100%;
11 overflow: hidden; 10 overflow: hidden;
12 position: relative; 11 position: relative;
13 } 12 }
14 13
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 top: 50%; 65 top: 50%;
67 } 66 }
68 67
69 #preview-area .preview-area-no-plugin-action-area { 68 #preview-area .preview-area-no-plugin-action-area {
70 margin-top: 12px; 69 margin-top: 12px;
71 } 70 }
72 71
73 #preview-area .preview-area-open-system-dialog-button-throbber { 72 #preview-area .preview-area-open-system-dialog-button-throbber {
74 vertical-align: middle; 73 vertical-align: middle;
75 } 74 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698