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

Side by Side 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, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 .bug-report-label { 1 .feedback-label {
2 text-align: start; 2 text-align: start;
3 vertical-align: text-top; 3 vertical-align: text-top;
4 font-weight: 300; 4 font-weight: 300;
5 } 5 }
6 6
7 .bug-report-text { 7 .feedback-text {
8 width: 40em; 8 width: 40em;
9 } 9 }
10 10
11 .bug-report-dropdown { 11 .feedback-table {
12 width: 15em;
13 }
14
15 .bug-report-table {
16 width: 40em; 12 width: 40em;
17 border-spacing: 0px; 13 border-spacing: 0px;
18 } 14 }
19 15
20 .bug-report-field { 16 .feedback-field {
21 width: 22em; 17 width: 22em;
22 border-style: solid; 18 border-style: solid;
23 border-width: 1px; 19 border-width: 1px;
24 } 20 }
25 21
26 .bug-report-fieldlabel { 22 .feedback-fieldlabel {
27 width: 13em; 23 width: 13em;
28 font-weight: 300; 24 font-weight: 300;
29 } 25 }
30 26
31 .bug-report-button { 27 .feedback-button {
32
33 } 28 }
34 29
35 hr { 30 hr {
36 border: none; 31 border: none;
37 height: 1px; 32 height: 1px;
38 background: #cccccc; 33 background: #cccccc;
39 margin-top: 10px; 34 margin-top: 10px;
40 margin-bottom: 10px; 35 margin-bottom: 10px;
41 width: 40em; 36 width: 40em;
42 } 37 }
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 145
151 th { 146 th {
152 padding-top: 10px; 147 padding-top: 10px;
153 font-weight: normal; 148 font-weight: normal;
154 } 149 }
155 150
156 .formpane { 151 .formpane {
157 margin-right: 20px; 152 margin-right: 20px;
158 } 153 }
159 154
160 .bug-report-input { 155 .feedback-input {
161 border-style: solid; 156 border-style: solid;
162 border-width: 1px; 157 border-width: 1px;
163 } 158 }
164 159
165 #user-email-text { 160 #user-email-text {
166 border: none; 161 border: none;
167 } 162 }
168 163
169 #buttons-pane { 164 #buttons-pane {
170 padding: 0px 0px; 165 padding: 0px 0px;
171 } 166 }
172 167
173 #privacy-note { 168 #privacy-note {
174 -webkit-padding-start: 24px;
175 -webkit-padding-end: 24px;
176 padding-top: 24px; 169 padding-top: 24px;
177 padding-bottom: 34px; 170 padding-bottom: 10px;
178 text-align: start; 171 text-align: start;
179 font-size: 70%; 172 font-size: 90%;
180 font-weight: normal; 173 font-weight: normal;
181 color: #53627d;
182 margin: 0; 174 margin: 0;
183 width: 47em; 175 width: 44em;
184 } 176 }
OLDNEW
« 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