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

Unified Diff: skin/popup.css

Issue 29583568: Issue 5880 - Basic issue reporter implementation (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Patch Set: Do not offer issue reporter for local pages Created Oct. 19, 2017, 2:06 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
« issue-reporter.js ('K') | « skin/issue-reporter.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/popup.css
===================================================================
--- a/skin/popup.css
+++ b/skin/popup.css
@@ -19,17 +19,18 @@ body.clickhide-active li
body.clickhide-active #clickhide-instructions,
body.clickhide-active #clickhide-cancel
{
display: block;
}
body.local #enabled,
body.local #clickhide,
-body.local #stats-page
+body.local #stats-page,
+body.local #issueReporter
{
display: none;
}
body.nohtml #clickhide,
body.disabled #clickhide
{
display: none;
@@ -254,16 +255,21 @@ body.disabled #enabled #enabled-no
margin: 10px 15px;
}
#stats-container .icon
{
background-position: -50px -49px;
}
+#issueReporter .icon
+{
+ visibility: hidden;
+}
+
#stats strong
{
font-size: 15px;
line-height: 140%;
}
#share
« issue-reporter.js ('K') | « skin/issue-reporter.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld