Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1088)

Unified Diff: components/dom_distiller/core/html/preview.html

Issue 1298583002: Fix printing distilled pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/dom_distiller/core/html/preview.html
diff --git a/components/dom_distiller/core/html/preview.html b/components/dom_distiller/core/html/preview.html
index 370fab0b38b0fdc10d8e24bb3cd8b8f02bad6ad3..491ab69381ab440e9f509bcc3ffabc5bf2e8e7f0 100644
--- a/components/dom_distiller/core/html/preview.html
+++ b/components/dom_distiller/core/html/preview.html
@@ -377,12 +377,12 @@ eleifend sagittis tortor turpis.</code></pre>
</div>
<a href="" id="closeReaderView">Close Reader View</a>
</div>
- <div id="feedbackContainer" class="footerFeedback">
+ <div id="feedbackContainer" class="footerFeedback hidden">
<div class="feedbackContent">
- <div id="feedbackQuestion"></div>
+ <div id="feedbackQuestion">Was the text extracted correctly?</div>
<div class="feedbackButtonWrap">
- <a class="feedbackButton" id="feedbackNo"></a>
- <a class="feedbackButton" id="feedbackYes"></a>
+ <a class="feedbackButton" id="feedbackNo">No</a>
+ <a class="feedbackButton" id="feedbackYes">Yes</a>
</div>
</div>
<div class="clear"></div>

Powered by Google App Engine
This is Rietveld 408576698