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

Side by Side Diff: components/dom_distiller/core/html/dom_distiller_viewer.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, 3 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved. 3 Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no"> 10 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no">
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <span class="mask second"> 78 <span class="mask second">
79 <span class="base"></span> 79 <span class="base"></span>
80 <span class="mover"></span> 80 <span class="mover"></span>
81 </span> 81 </span>
82 </div> 82 </div>
83 </div> 83 </div>
84 </div> 84 </div>
85 </div> 85 </div>
86 <a href="$6" id="closeReaderView">$7</a> 86 <a href="$6" id="closeReaderView">$7</a>
87 </div> 87 </div>
88 <div id="feedbackContainer" class="footerFeedback"> 88 <div id="feedbackContainer" class="footerFeedback hidden">
89 <div class="feedbackContent"> 89 <div class="feedbackContent">
90 <div id="feedbackQuestion"></div> 90 <div id="feedbackQuestion"></div>
91 <div class="feedbackButtonWrap"> 91 <div class="feedbackButtonWrap">
92 <a class="feedbackButton" id="feedbackNo"></a> 92 <a class="feedbackButton" id="feedbackNo"></a>
93 <a class="feedbackButton" id="feedbackYes"></a> 93 <a class="feedbackButton" id="feedbackYes"></a>
94 </div> 94 </div>
95 </div> 95 </div>
96 <div class="clear"></div> 96 <div class="clear"></div>
97 </div> 97 </div>
98 </body> 98 </body>
99 </html> 99 </html>
OLDNEW
« no previous file with comments | « components/dom_distiller/core/css/distilledpage.css ('k') | components/dom_distiller/core/html/preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698