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

Unified Diff: skin/firstRun.css

Issue 8681105: Show a warning to people having a corrupted file storage (Closed)
Patch Set: Created Oct. 30, 2012, 10:28 a.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 | « lib/adblockplus_compat.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/firstRun.css
===================================================================
--- a/skin/firstRun.css
+++ b/skin/firstRun.css
@@ -30,16 +30,25 @@ body
-webkit-box-pack: center;
}
#title-changelog
{
font-size: 50%;
}
+#dataCorruptionWarning
+{
+ font-size: 200%;
+ margin: 20px;
+ padding: 20px;
+ border: 3px solid red;
+ border-radius: 10px;
+}
+
#features
{
margin: 10px 0px 40px 0px;
}
#features > li
{
margin-left: 50px;
« no previous file with comments | « lib/adblockplus_compat.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld