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

Side by Side Diff: chrome/browser/resources/chromeos/choose_mobile_network.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 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="chrome://resources/css/button.css"> 5 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
6 <link rel="stylesheet" href="mobile_dialogs.css"> 6 <link rel="stylesheet" href="mobile_dialogs.css">
7 <link rel="stylesheet" href="choose_mobile_network.css"> 7 <link rel="stylesheet" href="choose_mobile_network.css">
8 <script src="chrome://resources/js/cr.js"></script> 8 <script src="chrome://resources/js/cr.js"></script>
9 <script src="chrome://resources/js/cr/event_target.js"></script> 9 <script src="chrome://resources/js/cr/event_target.js"></script>
10 <script src="chrome://resources/js/local_strings.js"></script> 10 <script src="chrome://resources/js/local_strings.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 11 <script src="chrome://resources/js/util.js"></script>
12 <script src="chrome://choose-mobile-network/strings.js"></script> 12 <script src="chrome://choose-mobile-network/strings.js"></script>
13 <script src="chrome://choose-mobile-network/choose_mobile_network.js"></script> 13 <script src="chrome://choose-mobile-network/choose_mobile_network.js"></script>
14 </head> 14 </head>
15 <body i18n-values=".style.fontFamily:fontfamily;"> 15 <body i18n-values=".style.fontFamily:fontfamily;">
(...skipping 17 matching lines...) Expand all
33 <button id="cancel" i18n-content="cancel"></button> 33 <button id="cancel" i18n-content="cancel"></button>
34 </div> 34 </div>
35 </div> 35 </div>
36 </div> 36 </div>
37 </div> 37 </div>
38 </div> 38 </div>
39 <script src="chrome://resources/js/i18n_template.js"></script> 39 <script src="chrome://resources/js/i18n_template.js"></script>
40 <script src="chrome://resources/js/i18n_process.js"></script> 40 <script src="chrome://resources/js/i18n_process.js"></script>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/bookmark_manager/bookmark_all_tabs.html ('k') | chrome/browser/resources/chromeos/login/login.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698