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

Unified Diff: chrome/skin/options.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/locale/en-US/survey.dtd ('k') | chrome/skin/survey.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/options.css
===================================================================
--- a/chrome/skin/options.css
+++ b/chrome/skin/options.css
@@ -1,16 +1,17 @@
-dialog
+:root
{
- width: 400px;
- min-height: 400px;
+ width: 400px;
+ min-height: 400px;
}
-description
+#custom_corrections-explanation
{
- font-size: smaller;
+ font-size: smaller;
}
-.auto-entry {
- font-style: italic;
- color: #444;
- background-color: #EEE;
+.auto-entry
+{
+ font-style: italic;
+ color: #444;
+ background-color: #EEE;
}
« no previous file with comments | « chrome/locale/en-US/survey.dtd ('k') | chrome/skin/survey.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld