Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: chrome/skin/survey.css

Issue 8382011: Applied changes from emailed code review (Closed)
Left Patch Set: Applied remaining changes Created Sept. 26, 2012, 9:02 a.m.
Right Patch Set: Created Sept. 28, 2012, 1:40 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « chrome/skin/options.css ('k') | chrome/skin/typedItOptIn.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #url-fixer-survey 1 #url-fixer-title
2 { 2 {
3 width: 600px; 3 font-weight: bold;
Wladimir Palant 2012/09/28 09:29:34 Is it necessary to specify the width multiple time
4 } 4 }
5 5
6 #url-fixer-survey #icon 6 #url-fixer-icon
7 { 7 {
8 padding: 20px; 8 padding: 20px;
9 } 9 }
10 10
11 #url-fixer-survey #question_container 11 #url-fixer-question_container
12 { 12 {
13 align: center;
14 width: 450px; 13 width: 450px;
15 padding: 20px; 14 padding: 20px;
16 } 15 }
17 16
18 #url-fixer-survey #question 17 #url-fixer-question
19 { 18 {
20 padding-bottom: 10px; 19 padding-bottom: 10px;
21 } 20 }
22 21
23 #url-fixer-survey #actions 22 #url-fixer-actions
24 { 23 {
25 padding: 0px 20px; 24 padding: 0px 20px;
26 } 25 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld