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

Side by Side Diff: chrome/browser/resources/print_preview/previewarea/margin_control.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 .margin-control { 5 #preview-area .margin-control {
7 -webkit-transition: opacity 150ms linear; 6 -webkit-transition: opacity 150ms linear;
8 position: absolute; 7 position: absolute;
9 } 8 }
10 9
11 #preview-area .margin-control.invisible { 10 #preview-area .margin-control.invisible {
12 opacity: 0; 11 opacity: 0;
13 pointer-events: none; 12 pointer-events: none;
14 } 13 }
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 81
83 #preview-area .margin-control-bottom .margin-control-textbox { 82 #preview-area .margin-control-bottom .margin-control-textbox {
84 bottom: 8px; 83 bottom: 8px;
85 right: 50%; 84 right: 50%;
86 } 85 }
87 86
88 #preview-area .margin-control-left .margin-control-textbox { 87 #preview-area .margin-control-left .margin-control-textbox {
89 bottom: 50%; 88 bottom: 50%;
90 left: 8px; 89 left: 8px;
91 } 90 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698