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

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

Issue 8371017: Print Preview: Changing the structure of the html/css. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating unittests Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2011 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 5
6 body { 6 body {
7 background-color: white; 7 background-color: white;
8 color: black; 8 color: black;
9 margin: 10px; 9 margin: 10px;
10 } 10 }
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 .link-button:active, 50 .link-button:active,
51 .link-button:focus, 51 .link-button:focus,
52 .link-button:hover { 52 .link-button:hover {
53 -webkit-box-shadow: none !important; 53 -webkit-box-shadow: none !important;
54 background: transparent none !important; 54 background: transparent none !important;
55 border: none !important; 55 border: none !important;
56 color: blue; 56 color: blue;
57 cursor: pointer; 57 cursor: pointer;
58 text-decoration: underline; 58 text-decoration: underline;
59 } 59 }
60
61 .displaytable {
62 display: table;
63 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview_animations.js ('k') | chrome/test/data/webui/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698