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

Unified Diff: popup.html

Issue 29321084: Issue 2195 - Added notification opt-out (Platform) (Closed)
Patch Set: Created June 25, 2015, 1:09 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
Index: popup.html
===================================================================
--- a/popup.html
+++ b/popup.html
@@ -35,12 +35,20 @@
</header>
<div id="wrapper">
- <div id="notification">
- <h1>
- <span id="notification-title"></span>
- <span id="close-notification"></span>
- </h1>
- <div id="notification-message"></div>
+ <div id="notification" hidden>
+ <div id="notification-content">
+ <h1>
+ <span id="notification-title"></span>
+ <span id="notification-close"></span>
+ </h1>
+ <p id="notification-message"></p>
+ </div>
+ <ul id="notification-close-content">
+ <li id="notification-hide"
+ class="i18n_overlay_notification_closing_button_hide"></li>
+ <li id="notification-optout"
+ class="i18n_overlay_notification_closing_button_optout"></li>
+ </ul>
</div>
<div id="clickhide-instructions" class="i18n_clickhide_instructions"></div>

Powered by Google App Engine
This is Rietveld