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

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: no max-width for print, fix slide-down, fix feedback in preview 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..55581f686d7a172957732cbc1d9c6b101428cf6e 100644
--- a/components/dom_distiller/core/html/preview.html
+++ b/components/dom_distiller/core/html/preview.html
@@ -377,7 +377,7 @@ 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 class="feedbackButtonWrap">
@@ -390,4 +390,7 @@ eleifend sagittis tortor turpis.</code></pre>
</body>
<script src="../javascript/dom_distiller_viewer.js">
</script>
+<script>
+ showFeedbackForm('Was the text extracted correctly?', 'Yes', 'No');
+</script>
</html>

Powered by Google App Engine
This is Rietveld 408576698