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

Side by Side Diff: chrome/skin/survey.css

Issue 8382011: Applied changes from emailed code review (Closed)
Patch Set: Created Sept. 18, 2012, 2:06 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 panel 1 :root
2 { 2 {
3 » width:» 600px; 3 width: 600px;
4 » height:»250px; 4 height: 250px;
5 } 5 }
6 6
7 #icon 7 #icon
8 { 8 {
9 » padding:» 20px; 9 padding: 20px;
10 } 10 }
11 11
12 #question_container 12 #question_container
13 { 13 {
14 » align:» » center; 14 align: center;
15 » width:» » 480px; 15 width: 480px;
16 » padding:» 20px; 16 padding: 20px;
17 } 17 }
18 18
19 #question 19 #question
20 { 20 {
21 » padding-bottom:»10px; 21 padding-bottom: 10px;
22 } 22 }
23 23
24 #actions 24 #actions
25 { 25 {
26 » padding:» 0px 20px; 26 padding: 0px 20px;
27 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld