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

Unified Diff: chrome/skin/survey.css

Issue 8382011: Applied changes from emailed code review (Closed)
Patch Set: Created Sept. 28, 2012, 1:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/skin/options.css ('k') | chrome/skin/typedItOptIn.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/survey.css
===================================================================
--- a/chrome/skin/survey.css
+++ b/chrome/skin/survey.css
@@ -1,27 +1,25 @@
-panel
+#url-fixer-title
{
- width: 600px;
- height: 250px;
+ font-weight: bold;
}
-#icon
+#url-fixer-icon
{
- padding: 20px;
+ padding: 20px;
}
-#question_container
+#url-fixer-question_container
{
- align: center;
- width: 480px;
- padding: 20px;
+ width: 450px;
+ padding: 20px;
}
-#question
+#url-fixer-question
{
- padding-bottom: 10px;
+ padding-bottom: 10px;
}
-#actions
+#url-fixer-actions
{
- padding: 0px 20px;
+ padding: 0px 20px;
}
« no previous file with comments | « chrome/skin/options.css ('k') | chrome/skin/typedItOptIn.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld