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

Side by Side Diff: chrome/browser/resources/chromeos/proxy_settings.html

Issue 9579001: css hack n' slash, continued: New styles for buttons and selects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: message font size 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 <link rel="stylesheet" href="chrome://resources/css/button.css"> 4 <link rel="stylesheet" href="chrome://resources/css/button.css">
5 <link rel="stylesheet" href="chrome://resources/css/checkbox.css"> 5 <link rel="stylesheet" href="chrome://resources/css/checkbox.css">
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
6 <link rel="stylesheet" href="chrome://resources/css/list.css"> 7 <link rel="stylesheet" href="chrome://resources/css/list.css">
7 <link rel="stylesheet" href="chrome://resources/css/select.css">
8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
9 <link rel="stylesheet" href="../options/options_page.css"> 8 <link rel="stylesheet" href="../options/options_page.css">
10 <link rel="stylesheet" href="../options/chromeos/internet_options_page.css"> 9 <link rel="stylesheet" href="../options/chromeos/internet_options_page.css">
11 <link rel="stylesheet" href="../options/chromeos/proxy.css"> 10 <link rel="stylesheet" href="../options/chromeos/proxy.css">
12 <link rel="stylesheet" href="proxy_settings.css"> 11 <link rel="stylesheet" href="proxy_settings.css">
13 12
14 <script src="chrome://resources/js/cr.js"></script> 13 <script src="chrome://resources/js/cr.js"></script>
15 <script src="chrome://resources/js/cr/event_target.js"></script> 14 <script src="chrome://resources/js/cr/event_target.js"></script>
16 <script src="chrome://resources/js/cr/ui.js"></script> 15 <script src="chrome://resources/js/cr/ui.js"></script>
17 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> 16 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script>
18 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> 17 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script>
(...skipping 10 matching lines...) Expand all
29 <script src="../options/chromeos/proxy_rules_list.js"></script> 28 <script src="../options/chromeos/proxy_rules_list.js"></script>
30 <script src="proxy_settings.js"></script> 29 <script src="proxy_settings.js"></script>
31 </head> 30 </head>
32 31
33 <!-- We do not override the fontSize because it is defined in 32 <!-- We do not override the fontSize because it is defined in
34 internet_options_page.css. --> 33 internet_options_page.css. -->
35 <body i18n-values=".style.fontFamily:fontfamily"> 34 <body i18n-values=".style.fontFamily:fontfamily">
36 <include src="../options/chromeos/proxy.html"> 35 <include src="../options/chromeos/proxy.html">
37 </body> 36 </body>
38 </html> 37 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.html ('k') | chrome/browser/resources/feedback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698