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

Side by Side Diff: chrome/browser/resources/print_preview/print_preview_dummy.html

Issue 9609023: css hack n' slash, continued: New styles for checkboxes and radios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: csilv review Created 8 years, 9 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;" id="print-preview"> 2 <html i18n-values="dir:textdirection;" id="print-preview">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="icon" href="../../../app/theme/print_preview_favicon.png"> 6 <link rel="icon" href="../../../app/theme/print_preview_favicon.png">
7 7
8 <link rel="stylesheet" href="margins.css"> 8 <link rel="stylesheet" href="margins.css">
9 <link rel="stylesheet" href="print_preview.css"> 9 <link rel="stylesheet" href="print_preview.css">
10 <link rel="stylesheet" href="../shared/css/button.css">
11 <link rel="stylesheet" href="../shared/css/checkbox.css">
12 <link rel="stylesheet" href="../shared/css/chrome_shared.css"> 10 <link rel="stylesheet" href="../shared/css/chrome_shared.css">
13 <link rel="stylesheet" href="../shared/css/throbber.css"> 11 <link rel="stylesheet" href="../shared/css/throbber.css">
12 <link rel="stylesheet" href="../shared/css/widgets.css">
14 13
15 <script src="chrome://resources/js/cr.js"></script> 14 <script src="chrome://resources/js/cr.js"></script>
16 <script src="chrome://resources/js/local_strings.js"></script> 15 <script src="chrome://resources/js/local_strings.js"></script>
17 <script src="chrome://print/print_preview_dummy.js"></script> 16 <script src="chrome://print/print_preview_dummy.js"></script>
18 <script src="chrome://print/strings.js"></script> 17 <script src="chrome://print/strings.js"></script>
19 </head> 18 </head>
20 <body i18n-values=".style.fontFamily:fontfamily"> 19 <body i18n-values=".style.fontFamily:fontfamily">
21 <div id="navbar-container"> 20 <div id="navbar-container">
22 <header> 21 <header>
23 <h1 id="navbar-content-title" i18n-content="title"></h1> 22 <h1 id="navbar-content-title" i18n-content="title"></h1>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 i18n-content="intentionallyBlankText" 76 i18n-content="intentionallyBlankText"
78 href="http://www.google.com/support/chrome/bin/answer.py?answer=13795 52"> 77 href="http://www.google.com/support/chrome/bin/answer.py?answer=13795 52">
79 </a> 78 </a>
80 </div> 79 </div>
81 </div> 80 </div>
82 </div> 81 </div>
83 <script src="chrome://resources/js/i18n_template.js"></script> 82 <script src="chrome://resources/js/i18n_template.js"></script>
84 <script src="chrome://resources/js/i18n_process.js"></script> 83 <script src="chrome://resources/js/i18n_process.js"></script>
85 </body> 84 </body>
86 </html> 85 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.html ('k') | chrome/browser/resources/shared/css/button.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698