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

Side by Side Diff: skin/popup.css

Issue 29532767: Issue 5593 - Use messaging in popup for prefs, whitelisting, and stats (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Revert one more instance of ext.pages.open Created Sept. 27, 2017, 9:40 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 | « popup.js ('k') | stats.js » ('j') | stats.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body 1 body
2 { 2 {
3 min-width: 250px; 3 min-width: 250px;
4 margin: 0px; 4 margin: 0px;
5 font-family: Segoe UI, Arial, sans-serif; 5 font-family: Segoe UI, Arial, sans-serif;
6 font-size: 13px; 6 font-size: 13px;
7 color: #545454; 7 color: #545454;
8 background-color: #f8f6f2; 8 background-color: #f8f6f2;
9 background-image: url(background.png); 9 background-image: url(background.png);
10 } 10 }
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 height: 11px; 333 height: 11px;
334 background-image: url(popup.png); 334 background-image: url(popup.png);
335 background-position: -34px -65px; 335 background-position: -34px -65px;
336 } 336 }
337 337
338 .collapsed .collapse-icon 338 .collapsed .collapse-icon
339 { 339 {
340 background-position: -34px -77px; 340 background-position: -34px -77px;
341 } 341 }
342 342
343 .collapsed .collapsable 343 .collapsed .collapsible
344 { 344 {
345 display: none; 345 display: none;
346 } 346 }
347 347
348 .checkbox 348 .checkbox
349 { 349 {
350 display: inline-block; 350 display: inline-block;
351 width: 15px; 351 width: 15px;
352 height: 15px; 352 height: 15px;
353 margin-right: 5px; 353 margin-right: 5px;
(...skipping 14 matching lines...) Expand all
368 368
369 .checkbox[aria-checked="false"]:hover 369 .checkbox[aria-checked="false"]:hover
370 { 370 {
371 background-position: -34px -49px; 371 background-position: -34px -49px;
372 } 372 }
373 373
374 label 374 label
375 { 375 {
376 vertical-align: middle; 376 vertical-align: middle;
377 } 377 }
OLDNEW
« no previous file with comments | « popup.js ('k') | stats.js » ('j') | stats.js » ('J')

Powered by Google App Engine
This is Rietveld