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 { |