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

Side by Side Diff: chrome/browser/resources/policy.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"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="policyTitle"></title> 5 <title i18n-content="policyTitle"></title>
6 <link rel="stylesheet" href="chrome://resources/css/button.css"> 6 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
7 <link rel="stylesheet" href="policy.css"> 7 <link rel="stylesheet" href="policy.css">
8 <script src="chrome://policy/strings.js"></script> 8 <script src="chrome://policy/strings.js"></script>
9 <script src="chrome://resources/js/cr.js"></script> 9 <script src="chrome://resources/js/cr.js"></script>
10 <script src="chrome://resources/js/cr/ui.js"></script> 10 <script src="chrome://resources/js/cr/ui.js"></script>
11 <script src="chrome://resources/js/i18n_template.js"></script> 11 <script src="chrome://resources/js/i18n_template.js"></script>
12 <script src="chrome://resources/js/i18n_process.js"></script> 12 <script src="chrome://resources/js/i18n_process.js"></script>
13 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 13 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
14 <script src="chrome://resources/js/util.js"></script> 14 <script src="chrome://resources/js/util.js"></script>
15 <script src="policy.js"></script> 15 <script src="policy.js"></script>
16 </head> 16 </head>
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 </td> 146 </td>
147 </tr> 147 </tr>
148 </table> 148 </table>
149 </div> 149 </div>
150 </div> 150 </div>
151 </section> 151 </section>
152 </div> 152 </div>
153 </div> 153 </div>
154 </body> 154 </body>
155 </html> 155 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/print_preview/print_preview.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698