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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/adblockplus_compat.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body 1 body
2 { 2 {
3 font-family: Arial, Helvetica, sans-serif; 3 font-family: Arial, Helvetica, sans-serif;
4 font-size: 20px; 4 font-size: 20px;
5 background: repeating-linear-gradient(0deg, #F8F6F5, #F6F4F2 50%, #FCFBF9); 5 background: repeating-linear-gradient(0deg, #F8F6F5, #F6F4F2 50%, #FCFBF9);
6 background: -webkit-repeating-linear-gradient(0deg, #F5F4F3, #FAF9F8 50%, #F5F 4F3); 6 background: -webkit-repeating-linear-gradient(0deg, #F5F4F3, #FAF9F8 50%, #F5F 4F3);
7 background-size: 5px 5px; 7 background-size: 5px 5px;
8 max-width: 800px; 8 max-width: 800px;
9 margin: auto; 9 margin: auto;
10 line-height: 1.5; 10 line-height: 1.5;
(...skipping 17 matching lines...) Expand all
28 box-pack: center; 28 box-pack: center;
29 -webkit-box-orient: vertical; 29 -webkit-box-orient: vertical;
30 -webkit-box-pack: center; 30 -webkit-box-pack: center;
31 } 31 }
32 32
33 #title-changelog 33 #title-changelog
34 { 34 {
35 font-size: 50%; 35 font-size: 50%;
36 } 36 }
37 37
38 #dataCorruptionWarning
39 {
40 font-size: 200%;
41 margin: 20px;
42 padding: 20px;
43 border: 3px solid red;
44 border-radius: 10px;
45 }
46
38 #features 47 #features
39 { 48 {
40 margin: 10px 0px 40px 0px; 49 margin: 10px 0px 40px 0px;
41 } 50 }
42 51
43 #features > li 52 #features > li
44 { 53 {
45 margin-left: 50px; 54 margin-left: 50px;
46 list-style-image: url(/skin/checkmark.png); 55 list-style-image: url(/skin/checkmark.png);
47 } 56 }
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 } 190 }
182 } 191 }
183 192
184 @media (max-height: 700px) 193 @media (max-height: 700px)
185 { 194 {
186 body 195 body
187 { 196 {
188 font-size: 16px; 197 font-size: 16px;
189 } 198 }
190 } 199 }
OLDNEW
« 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