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

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

Issue 10832078: Add the user email field to Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « chrome/browser/feedback/feedback_util.cc ('k') | chrome/browser/resources/feedback.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/feedback.css
diff --git a/chrome/browser/resources/feedback.css b/chrome/browser/resources/feedback.css
index 2801dc63673f9ffe3bfd91e8c3997a36a9d6e1d0..22c383d8ca7a56c93382e9e6ddb2a689013f1885 100644
--- a/chrome/browser/resources/feedback.css
+++ b/chrome/browser/resources/feedback.css
@@ -30,23 +30,21 @@
width: 100%;
}
-#page-url {
+.input-text-container {
-webkit-box-align: baseline;
display: -webkit-box;
}
-#page-url-text {
- /* Don't push checkboxes out of alignment with bulky input. */
- margin-bottom: -0.25em;
-}
-
-#page-url > label {
+.input-text-container > label {
-webkit-margin-end: 1em;
+ width: 150px;
}
-#page-url-text {
+.input-text-container > input {
-webkit-box-flex: 1;
display: block;
+ /* Don't push checkboxes out of alignment with bulky input. */
+ margin-bottom: -0.25em;
}
.thumbnail-list {
« no previous file with comments | « chrome/browser/feedback/feedback_util.cc ('k') | chrome/browser/resources/feedback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698