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

Unified Diff: skin/desktop-options.css

Issue 29609579: Issue 6031 - Implement Accpetable Ads notification (Closed)
Patch Set: Created Nov. 15, 2017, 5 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
« no previous file with comments | « locale/en_US/desktop-options.json ('k') | skin/icons/delete.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/desktop-options.css
===================================================================
--- a/skin/desktop-options.css
+++ b/skin/desktop-options.css
@@ -620,6 +620,35 @@
Acceptable ads
*/
+#acceptable-ads.show-notification #tracking-notification
+{
+ display: block;
+}
+
+#tracking-notification
+{
+ position: relative;
+ display: none;
+ padding: 1.5rem;
+ margin-bottom: 1rem;
+ border: 2px solid #ffd7a3;
+ background-color: #fefbe3;
+}
+
+#hide-tracking-notification
+{
+ position: absolute;
+ right: 1rem;
+ top: 1rem;
+}
+
+#tracking-notification .link
+{
+ color: inherit;
+ text-decoration: underline;
+ font-weight: 700;
+}
+
#acceptable-ads ul
{
position: relative;
@@ -633,7 +662,7 @@
padding-right: 2rem;
}
-#acceptable-ads button
+#acceptable-ads ul button
{
position: absolute;
margin-top: 0.3rem;
@@ -1297,7 +1326,8 @@
}
#dialog-close,
-#hide-notification
+#hide-notification,
+#hide-tracking-notification
{
border: 0rem;
padding: 0rem;
@@ -1307,7 +1337,8 @@
}
#dialog-close::before,
-#hide-notification::after
+#hide-notification::after,
+#hide-tracking-notification::after
{
content: "";
display: block;
@@ -1444,7 +1475,17 @@
background-image: url(icons/delete.svg#secondary);
}
+#hide-tracking-notification::after
+{
+ background-image: url(icons/delete.svg#tertiary);
+}
+
#hide-notification:hover::after
{
background-image: url(icons/delete.svg#secondary-hover);
}
+
+#hide-tracking-notification:hover::after
+{
+ background-image: url(icons/delete.svg#tertiary-hover);
+}
« no previous file with comments | « locale/en_US/desktop-options.json ('k') | skin/icons/delete.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld