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: Created Sept. 18, 2012, 2:06 p.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 :root 1 #url-fixer-title
2 { 2 {
3 width: 600px; 3 font-weight: bold;
4 height: 250px;
5 } 4 }
6 5
7 #icon 6 #url-fixer-icon
8 { 7 {
9 padding: 20px; 8 padding: 20px;
10 } 9 }
11 10
12 #question_container 11 #url-fixer-question_container
13 { 12 {
14 align: center; 13 width: 450px;
15 width: 480px;
16 padding: 20px; 14 padding: 20px;
17 } 15 }
18 16
19 #question 17 #url-fixer-question
20 { 18 {
21 padding-bottom: 10px; 19 padding-bottom: 10px;
22 } 20 }
23 21
24 #actions 22 #url-fixer-actions
25 { 23 {
26 padding: 0px 20px; 24 padding: 0px 20px;
27 } 25 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld