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

Unified Diff: chrome/browser/resources/feedback.html

Issue 10266010: Standardize spacing of checkboxes on the feedback page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing css file. Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/feedback.html
diff --git a/chrome/browser/resources/feedback.html b/chrome/browser/resources/feedback.html
index 7290e98149160f556d05bff6ffdecfae00ef7e51..116df28709073e6a065eae82d83724a9c1d6196b 100644
--- a/chrome/browser/resources/feedback.html
+++ b/chrome/browser/resources/feedback.html
@@ -6,6 +6,7 @@
<!-- We want to keep our style in sync with the options page. -->
<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
<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 +48,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 +70,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 +91,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 +111,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"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698