Chromium Code Reviews| Index: chrome/browser/resources/feedback.css |
| diff --git a/chrome/browser/resources/bug_report.css b/chrome/browser/resources/feedback.css |
| similarity index 87% |
| rename from chrome/browser/resources/bug_report.css |
| rename to chrome/browser/resources/feedback.css |
| index bbccf2684dd32f9f6e470f893a8c5b5262f769cf..f62bbaff5369627f88b06bbf214cd1313890c098 100644 |
| --- a/chrome/browser/resources/bug_report.css |
| +++ b/chrome/browser/resources/feedback.css |
| @@ -1,35 +1,30 @@ |
| -.bug-report-label { |
| +.feedback-label { |
| text-align: start; |
| vertical-align: text-top; |
| font-weight: 300; |
| } |
| -.bug-report-text { |
| +.feedback-text { |
| width: 40em; |
| } |
| -.bug-report-dropdown { |
| - width: 15em; |
| -} |
| - |
| -.bug-report-table { |
| +.feedback-table { |
| width: 40em; |
| border-spacing: 0px; |
| } |
| -.bug-report-field { |
| +.feedback-field { |
| width: 22em; |
| border-style: solid; |
| border-width: 1px; |
| } |
| -.bug-report-fieldlabel { |
| +.feedback-fieldlabel { |
| width: 13em; |
| font-weight: 300; |
| } |
| -.bug-report-button { |
| - |
| +.feedback-button { |
| } |
| hr { |
| @@ -157,7 +152,7 @@ th { |
| margin-right: 20px; |
| } |
| -.bug-report-input { |
| +.feedback-input { |
| border-style: solid; |
| border-width: 1px; |
| } |
| @@ -171,14 +166,11 @@ th { |
| } |
| #privacy-note { |
| - -webkit-padding-start: 24px; |
| - -webkit-padding-end: 24px; |
| padding-top: 24px; |
|
James Hawkins
2012/01/01 00:55:01
Not going to ask it in this CL, but these properti
|
| - padding-bottom: 34px; |
| + padding-bottom: 10px; |
| text-align: start; |
| - font-size: 70%; |
| + font-size: 90%; |
| font-weight: normal; |
| - color: #53627d; |
| margin: 0; |
| - width: 47em; |
| + width: 44em; |
| } |