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

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

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 */
5 4
6 .margin-box { 5 .margin-box {
7 background-color: #2a2a2a; 6 background-color: #2a2a2a;
8 border: 1px solid #888; 7 border: 1px solid #888;
9 box-sizing: border-box; 8 box-sizing: border-box;
10 color: white; 9 color: white;
11 cursor: auto; 10 cursor: auto;
12 font-family: arial; 11 font-family: arial;
13 font-size: 0.8em; 12 font-size: 0.8em;
14 height: 25px; 13 height: 25px;
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 91
93 #customized-margins { 92 #customized-margins {
94 position: absolute; 93 position: absolute;
95 top: 0; 94 top: 0;
96 } 95 }
97 96
98 #customized-margins.invisible { 97 #customized-margins.invisible {
99 opacity: 0; 98 opacity: 0;
100 pointer-events: none; 99 pointer-events: none;
101 } 100 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/policy.css ('k') | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698