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

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

Issue 507013002: Fix dialog screen position. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent. Created 6 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
« no previous file with comments | « no previous file | remoting/webapp/window_frame.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">
11 <link rel="icon" type="image/png" href="chromoting16.webp"> 11 <link rel="icon" type="image/png" href="chromoting16.webp">
12 <link rel="stylesheet" href="open_sans.css"> 12 <link rel="stylesheet" href="open_sans.css">
13 <link rel="stylesheet" href="connection_stats.css"> 13 <link rel="stylesheet" href="connection_stats.css">
14 <link rel="stylesheet" href="main.css"> 14 <link rel="stylesheet" href="main.css">
15 <link rel="stylesheet" href="menu_button.css"> 15 <link rel="stylesheet" href="menu_button.css">
16 <link rel="stylesheet" href="toolbar.css"> 16 <link rel="stylesheet" href="toolbar.css">
17 <link rel="stylesheet" href="window_frame.css"> 17 <link rel="stylesheet" href="window_frame.css">
18 18
19 <meta-include type="javascript"/> 19 <meta-include type="javascript"/>
20 20
21 <title i18n-content="PRODUCT_NAME"></title> 21 <title i18n-content="PRODUCT_NAME"></title>
22 </head> 22 </head>
23 23
24 <body class="full-height"> 24 <body class="full-height">
25 25
26 <meta-include src="webapp/html/window_frame.html"/> 26 <meta-include src="webapp/html/window_frame.html"/>
27 27
28 <!-- loading-mode is initially visible, but becomes hidden as soon as an 28 <div class="window-body">
29 AppMode is selected by remoting.init. All other divs are initially
30 hidden, but are shown appropriately when the mode changes. -->
31 <section id="loading-mode" data-ui-mode="">
32 <em>Loading&hellip;</em>
33 </section>
34 29
35 <div id="daemon-plugin-container"></div> 30 <!-- loading-mode is initially visible, but becomes hidden as soon as an
36 <div id="host-plugin-container"></div> 31 AppMode is selected by remoting.init. All other divs are initially
32 hidden, but are shown appropriately when the mode changes. -->
33 <section id="loading-mode" data-ui-mode="">
34 <em>Loading&hellip;</em>
35 </section>
37 36
38 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> 37 <div id="daemon-plugin-container"></div>
38 <div id="host-plugin-container"></div>
39 39
40 <div class="dialog-screen" 40 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
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 41
44 <div id="scroller"> 42 <div class="dialog-screen"
45 <div class="inset home-screen" data-ui-mode="home" hidden> 43 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"
44 hidden></div>
46 45
47 <meta-include src="webapp/html/ui_header.html"/> 46 <div id="scroller">
48 <meta-include src="webapp/html/butterbar.html"/> 47 <div class="inset home-screen" data-ui-mode="home" hidden>
49 <meta-include src="webapp/html/ui_it2me.html"/>
50 <meta-include src="webapp/html/ui_me2me.html"/>
51 48
52 </div> <!-- inset --> 49 <meta-include src="webapp/html/ui_header.html"/>
50 <meta-include src="webapp/html/butterbar.html"/>
51 <meta-include src="webapp/html/ui_it2me.html"/>
52 <meta-include src="webapp/html/ui_me2me.html"/>
53 53
54 <meta-include src="webapp/html/dialog_auth.html"/> 54 </div> <!-- inset -->
55 55
56 <div class="dialog-container" 56 <meta-include src="webapp/html/dialog_auth.html"/>
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>
59 57
60 <meta-include src="webapp/html/dialog_token_refresh_failed.html"/> 58 <div class="dialog-container"
61 <meta-include src="webapp/html/dialog_host_setup.html"/> 59 data-ui-mode="home.host home.client home.history home.confirm-host- delete home.host-install home.host-setup home.token-refresh-failed home.manage-p airings"
62 <meta-include src="webapp/html/dialog_host_install.html"/> 60 hidden>
63 <meta-include src="webapp/html/dialog_host.html"/>
64 61
65 <div id="client-dialog" 62 <meta-include src="webapp/html/dialog_token_refresh_failed.html"/>
66 class="kd-modaldialog" 63 <meta-include src="webapp/html/dialog_host_setup.html"/>
67 data-ui-mode="home.client"> 64 <meta-include src="webapp/html/dialog_host_install.html"/>
65 <meta-include src="webapp/html/dialog_host.html"/>
68 66
69 <meta-include src="webapp/html/dialog_client_unconnected.html"/> 67 <div id="client-dialog"
70 <meta-include src="webapp/html/dialog_client_connecting.html"/> 68 class="kd-modaldialog"
71 <meta-include src="webapp/html/dialog_client_host_needs_upgrade.html"/ > 69 data-ui-mode="home.client">
72 <meta-include src="webapp/html/dialog_client_pin_prompt.html"/>
73 <meta-include src="webapp/html/dialog_client_third_party_auth.html"/>
74 <meta-include src="webapp/html/dialog_client_connect_failed.html"/>
75 <meta-include src="webapp/html/dialog_client_session_finished.html"/>
76 70
71 <meta-include src="webapp/html/dialog_client_unconnected.html"/>
72 <meta-include src="webapp/html/dialog_client_connecting.html"/>
73 <meta-include src="webapp/html/dialog_client_host_needs_upgrade.html "/>
74 <meta-include src="webapp/html/dialog_client_pin_prompt.html"/>
75 <meta-include src="webapp/html/dialog_client_third_party_auth.html"/ >
76 <meta-include src="webapp/html/dialog_client_connect_failed.html"/>
77 <meta-include src="webapp/html/dialog_client_session_finished.html"/ >
78
79 </div>
80
81 <meta-include src="webapp/html/dialog_connection_history.html"/>
82 <meta-include src="webapp/html/dialog_confirm_host_delete.html"/>
83 <meta-include src="webapp/html/dialog_manage_pairings.html"/>
84
85 </div> <!-- dialog-container -->
86
87 <div id="session-mode"
88 data-ui-mode="in-session home.client"
89 class="full-height"
90 hidden>
91
92 <meta-include src="webapp/html/toolbar.html"/>
93 <meta-include src="webapp/html/client_plugin.html"/>
94
95 </div> <!-- session-mode -->
96
97 <div id="statistics" dir="ltr" class="selectable" hidden>
77 </div> 98 </div>
78 99
79 <meta-include src="webapp/html/dialog_connection_history.html"/> 100 </div> <!-- scroller -->
80 <meta-include src="webapp/html/dialog_confirm_host_delete.html"/>
81 <meta-include src="webapp/html/dialog_manage_pairings.html"/>
82 101
83 </div> <!-- dialog-container --> 102 </div> <!-- window-body -->
84
85 <div id="session-mode"
86 data-ui-mode="in-session home.client"
87 class="full-height"
88 hidden>
89
90 <meta-include src="webapp/html/toolbar.html"/>
91 <meta-include src="webapp/html/client_plugin.html"/>
92
93 </div> <!-- session-mode -->
94
95 <div id="statistics" dir="ltr" class="selectable" hidden>
96 </div>
97
98 </div> <!-- scroller ->
99 103
100 </body> 104 </body>
101 </html> 105 </html>
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/window_frame.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698