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

Side by Side Diff: remoting/webapp/html/template_main.html

Issue 478033004: Fix a couple of scroll-related issues: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed position and size for apps v1. Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/client_session.js ('k') | remoting/webapp/main.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 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 7
8 <html class="full-height"> 8 <html class="full-height">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 19 matching lines...) Expand all
30 hidden, but are shown appropriately when the mode changes. --> 30 hidden, but are shown appropriately when the mode changes. -->
31 <section id="loading-mode" data-ui-mode=""> 31 <section id="loading-mode" data-ui-mode="">
32 <em>Loading&hellip;</em> 32 <em>Loading&hellip;</em>
33 </section> 33 </section>
34 34
35 <div id="daemon-plugin-container"></div> 35 <div id="daemon-plugin-container"></div>
36 <div id="host-plugin-container"></div> 36 <div id="host-plugin-container"></div>
37 37
38 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> 38 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
39 39
40 <div class="dialog-screen"
41 data-ui-mode="home.host home.client home.history home.confirm-host-dele te home.host-setup home.token-refresh-failed home.manage-pairings home.host-setu p home.host-install"
42 hidden></div>
43
40 <div id="scroller"> 44 <div id="scroller">
41 <div class="inset home-screen" data-ui-mode="home" hidden> 45 <div class="inset home-screen" data-ui-mode="home" hidden>
42 46
43 <meta-include src="webapp/html/ui_header.html"/> 47 <meta-include src="webapp/html/ui_header.html"/>
44 <meta-include src="webapp/html/butterbar.html"/> 48 <meta-include src="webapp/html/butterbar.html"/>
45 <meta-include src="webapp/html/ui_it2me.html"/> 49 <meta-include src="webapp/html/ui_it2me.html"/>
46 <meta-include src="webapp/html/ui_me2me.html"/> 50 <meta-include src="webapp/html/ui_me2me.html"/>
47 51
48 </div> <!-- inset --> 52 </div> <!-- inset -->
49 53
50 <meta-include src="webapp/html/dialog_auth.html"/> 54 <meta-include src="webapp/html/dialog_auth.html"/>
51 55
52 <div class="dialog-screen"
53 data-ui-mode="home.host home.client home.history home.confirm-host-de lete home.host-setup home.token-refresh-failed home.manage-pairings home.host-se tup home.host-install"
54 hidden></div>
55
56 <div class="dialog-container" 56 <div class="dialog-container"
57 data-ui-mode="home.host home.client home.history home.confirm-host-de lete home.host-install home.host-setup home.token-refresh-failed home.manage-pai rings" 57 data-ui-mode="home.host home.client home.history home.confirm-host-de lete home.host-install home.host-setup home.token-refresh-failed home.manage-pai rings"
58 hidden> 58 hidden>
59 59
60 <meta-include src="webapp/html/dialog_token_refresh_failed.html"/> 60 <meta-include src="webapp/html/dialog_token_refresh_failed.html"/>
61 <meta-include src="webapp/html/dialog_host_setup.html"/> 61 <meta-include src="webapp/html/dialog_host_setup.html"/>
62 <meta-include src="webapp/html/dialog_host_install.html"/> 62 <meta-include src="webapp/html/dialog_host_install.html"/>
63 <meta-include src="webapp/html/dialog_host.html"/> 63 <meta-include src="webapp/html/dialog_host.html"/>
64 64
65 <div id="client-dialog" 65 <div id="client-dialog"
(...skipping 26 matching lines...) Expand all
92 92
93 </div> <!-- session-mode --> 93 </div> <!-- session-mode -->
94 94
95 <div id="statistics" dir="ltr" class="selectable" hidden> 95 <div id="statistics" dir="ltr" class="selectable" hidden>
96 </div> 96 </div>
97 97
98 </div> <!-- scroller -> 98 </div> <!-- scroller ->
99 99
100 </body> 100 </body>
101 </html> 101 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/client_session.js ('k') | remoting/webapp/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698