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

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

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2011 -> 2012 Created 8 years, 12 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/resources/bug_report_invalid.html ('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/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;
- 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;
}
« no previous file with comments | « chrome/browser/resources/bug_report_invalid.html ('k') | chrome/browser/resources/feedback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698