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

Side by Side Diff: chrome/browser/resources/feedback.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 <meta charset="utf-8"/> 4 <meta charset="utf-8"/>
5 <title i18n-content="page-title"></title> 5 <title i18n-content="page-title"></title>
6 <!-- We want to keep our style in sync with the options page. --> 6 <!-- We want to keep our style in sync with the options page. -->
7 <link rel="stylesheet" href="chrome://resources/css/button.css"> 7 <link rel="stylesheet" href="chrome://resources/css/button.css">
8 <link rel="stylesheet" href="chrome://resources/css/checkbox.css"> 8 <link rel="stylesheet" href="chrome://resources/css/checkbox.css">
9 <link rel="stylesheet" href="chrome://resources/css/select.css">
10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 9 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
11 <link rel="stylesheet" href="feedback.css"> 10 <link rel="stylesheet" href="feedback.css">
12 11
13 <script src="chrome://resources/js/local_strings.js"></script> 12 <script src="chrome://resources/js/local_strings.js"></script>
14 <script src="chrome://resources/js/util.js"></script> 13 <script src="chrome://resources/js/util.js"></script>
15 <script src="chrome://feedback/feedback.js"></script> 14 <script src="chrome://feedback/feedback.js"></script>
16 <script src="chrome://feedback/strings.js"></script> 15 <script src="chrome://feedback/strings.js"></script>
17 </head> 16 </head>
18 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 17 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
19 <div id="main-content"> 18 <div id="main-content">
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 </table> 165 </table>
167 </div> 166 </div>
168 </div> 167 </div>
169 </div> 168 </div>
170 </div> 169 </div>
171 </div> 170 </div>
172 <script src="chrome://resources/js/i18n_template.js"></script> 171 <script src="chrome://resources/js/i18n_template.js"></script>
173 <script src="chrome://resources/js/i18n_process.js"></script> 172 <script src="chrome://resources/js/i18n_process.js"></script>
174 </body> 173 </body>
175 </html> 174 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/proxy_settings.html ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698