Chromium Code Reviews| Index: chrome/browser/resources/feedback.html |
| diff --git a/chrome/browser/resources/feedback.html b/chrome/browser/resources/feedback.html |
| index 7290e98149160f556d05bff6ffdecfae00ef7e51..8d51e392d0b5624853a89576dbdf9cfcfb02dcad 100644 |
| --- a/chrome/browser/resources/feedback.html |
| +++ b/chrome/browser/resources/feedback.html |
| @@ -4,8 +4,8 @@ |
| <meta charset="utf-8"/> |
| <title i18n-content="page-title"></title> |
| <!-- We want to keep our style in sync with the options page. --> |
| -<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
|
Evan Stade
2012/04/30 20:25:06
this change makes the page look crazy.
kevers
2012/04/30 20:43:22
Oops...fixed.
|
| <link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
| +<link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css"> |
| <link rel="stylesheet" href="feedback.css"> |
| <script src="chrome://resources/js/local_strings.js"></script> |
| @@ -47,7 +47,7 @@ |
| <td> |
| <table class="feedback-table"> |
| <tr> |
| - <td class="feedback-fieldlabel"> |
| + <td class="feedback-fieldlabel checkbox"> |
| <label> |
| <input id="page-url-checkbox" type="checkbox" |
| value="pageurl" checked> |
| @@ -69,7 +69,7 @@ |
| <td> |
| <table id="user-email-table" class="feedback-table"> |
| <tr> |
| - <td class="feedback-fieldlabel"> |
| + <td class="feedback-fieldlabel checkbox"> |
| <label> |
| <input id="user-email-checkbox" type="checkbox" |
| checked> |
| @@ -90,7 +90,7 @@ |
| <td> |
| <table class="feedback-table"> |
| <tr> |
| - <td class="feedback-fieldlabel"> |
| + <td class="feedback-fieldlabel checkbox"> |
| <label> |
| <input id="sys-info-checkbox" type="checkbox" |
| checked> |
| @@ -110,7 +110,7 @@ |
| <td> |
| <table class="feedback-table"> |
| <tr> |
| - <td class="feedback-fieldlabel"> |
| + <td class="feedback-fieldlabel checkbox"> |
| <label> |
| <input id="screenshot-checkbox" type="checkbox"> |
| <span id="screenshot-label-current" |