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

Side by Side Diff: chrome/browser/resources/options/options.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
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.html ('k') | chrome/browser/resources/policy.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html id="t" i18n-values="dir:textdirection"> 2 <html id="t" i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <!-- Set the title to that of the default page so that the title doesn't flash 5 <!-- Set the title to that of the default page so that the title doesn't flash
6 on load (for the most common case). --> 6 on load (for the most common case). -->
7 <title i18n-content="browserPageTabTitle"></title> 7 <title i18n-content="browserPageTabTitle"></title>
8 8
9 <link rel="icon" href="../../../app/theme/settings_favicon.png"> 9 <link rel="icon" href="../../../app/theme/settings_favicon.png">
10 <link rel="stylesheet" href="chrome://resources/css/button.css">
11 <link rel="stylesheet" href="chrome://resources/css/checkbox.css">
12 <link rel="stylesheet" href="chrome://resources/css/list.css"> 10 <link rel="stylesheet" href="chrome://resources/css/list.css">
13 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 11 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
14 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> 12 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
15 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 13 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
16 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 14 <link rel="stylesheet" href="chrome://resources/css/tree.css">
15 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
17 <link rel="stylesheet" href="options_page.css"> 16 <link rel="stylesheet" href="options_page.css">
18 <link rel="stylesheet" href="advanced_options.css"> 17 <link rel="stylesheet" href="advanced_options.css">
19 <link rel="stylesheet" href="alert_overlay.css"> 18 <link rel="stylesheet" href="alert_overlay.css">
20 <link rel="stylesheet" href="autofill_options.css"> 19 <link rel="stylesheet" href="autofill_options.css">
21 <link rel="stylesheet" href="autofill_overlay.css"> 20 <link rel="stylesheet" href="autofill_overlay.css">
22 <link rel="stylesheet" href="browser_options_page.css"> 21 <link rel="stylesheet" href="browser_options_page.css">
23 <link rel="stylesheet" href="clear_browser_data_overlay.css"> 22 <link rel="stylesheet" href="clear_browser_data_overlay.css">
24 <link rel="stylesheet" href="content_settings.css"> 23 <link rel="stylesheet" href="content_settings.css">
25 <link rel="stylesheet" href="cookies_view.css"> 24 <link rel="stylesheet" href="cookies_view.css">
26 <link rel="stylesheet" href="extension_settings.css"> 25 <link rel="stylesheet" href="extension_settings.css">
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 </div> 175 </div>
177 </div> 176 </div>
178 </div> 177 </div>
179 </div> 178 </div>
180 </div> 179 </div>
181 <script src="chrome://settings/strings.js"></script> 180 <script src="chrome://settings/strings.js"></script>
182 <script src="chrome://resources/js/i18n_template.js"></script> 181 <script src="chrome://resources/js/i18n_template.js"></script>
183 <script src="chrome://resources/js/i18n_process.js"></script> 182 <script src="chrome://resources/js/i18n_process.js"></script>
184 </body> 183 </body>
185 </html> 184 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.html ('k') | chrome/browser/resources/policy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698