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

Side by Side Diff: chrome/browser/resources/bug_report.html

Issue 7058048: [cros] Layout for OOBE WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 6 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/select.css">
8 <link rel="stylesheet" href="webui.css"> 9 <link rel="stylesheet" href="webui.css">
9 <link rel="stylesheet" href="options/options_page.css"> 10 <link rel="stylesheet" href="options/options_page.css">
10 <link rel="stylesheet" href="bug_report.css"> 11 <link rel="stylesheet" href="bug_report.css">
11 12
12 <script src="shared/js/local_strings.js"></script> 13 <script src="shared/js/local_strings.js"></script>
13 <script src="shared/js/util.js"></script> 14 <script src="shared/js/util.js"></script>
14 <script src="bug_report.js"></script> 15 <script src="bug_report.js"></script>
15 <script> 16 <script>
16 17
17 /////////////////////////////////////////////////////////////////////////////// 18 ///////////////////////////////////////////////////////////////////////////////
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 </td> 282 </td>
282 </tr> 283 </tr>
283 </tbody> 284 </tbody>
284 </table> 285 </table>
285 </div> 286 </div>
286 </div> 287 </div>
287 </div> 288 </div>
288 </div> 289 </div>
289 </body> 290 </body>
290 </html> 291 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698