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

Delta Between Two Patch Sets: skin/popup.css

Issue 29583568: Issue 5880 - Basic issue reporter implementation (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Left Patch Set: Fixed error handling Created Oct. 19, 2017, 1:59 p.m.
Right Patch Set: Do not offer issue reporter for local pages Created Oct. 19, 2017, 2:06 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « skin/issue-reporter.css ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 }
11 11
12 #clickhide-instructions, 12 #clickhide-instructions,
13 #clickhide-cancel, 13 #clickhide-cancel,
14 body.clickhide-active li 14 body.clickhide-active li
15 { 15 {
16 display: none; 16 display: none;
17 } 17 }
18 18
19 body.clickhide-active #clickhide-instructions, 19 body.clickhide-active #clickhide-instructions,
20 body.clickhide-active #clickhide-cancel 20 body.clickhide-active #clickhide-cancel
21 { 21 {
22 display: block; 22 display: block;
23 } 23 }
24 24
25 body.local #enabled, 25 body.local #enabled,
26 body.local #clickhide, 26 body.local #clickhide,
27 body.local #stats-page 27 body.local #stats-page,
28 body.local #issueReporter
28 { 29 {
29 display: none; 30 display: none;
30 } 31 }
31 32
32 body.nohtml #clickhide, 33 body.nohtml #clickhide,
33 body.disabled #clickhide 34 body.disabled #clickhide
34 { 35 {
35 display: none; 36 display: none;
36 } 37 }
37 38
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 374
374 .checkbox[aria-checked="false"]:hover 375 .checkbox[aria-checked="false"]:hover
375 { 376 {
376 background-position: -34px -49px; 377 background-position: -34px -49px;
377 } 378 }
378 379
379 label 380 label
380 { 381 {
381 vertical-align: middle; 382 vertical-align: middle;
382 } 383 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld