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

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

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
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 #print-preview .margin-box { 5 #print-preview .margin-box {
6 background-color: #2a2a2a; 6 background-color: #2a2a2a;
7 border: 1px solid #888; 7 border: 1px solid #888;
8 box-sizing: border-box; 8 box-sizing: border-box;
9 color: white; 9 color: white;
10 cursor: auto; 10 cursor: auto;
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 91
92 #customized-margins { 92 #customized-margins {
93 position: absolute; 93 position: absolute;
94 top: 0; 94 top: 0;
95 } 95 }
96 96
97 #customized-margins.invisible { 97 #customized-margins.invisible {
98 opacity: 0; 98 opacity: 0;
99 pointer-events: none; 99 pointer-events: none;
100 } 100 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698