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

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

Issue 9129009: Change tool-bar behaviour to click-to-show. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 10 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 | « no previous file | remoting/webapp/client_screen.js » ('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> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8" /> 10 <meta charset="utf-8" />
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 <button id="toolbar-disconnect" 74 <button id="toolbar-disconnect"
75 type="button" 75 type="button"
76 i18n-content="DISCONNECT_MYSELF_BUTTON"> 76 i18n-content="DISCONNECT_MYSELF_BUTTON">
77 </button> 77 </button>
78 <span class="end-align"> 78 <span class="end-align">
79 <button id="toggle-scaling"> 79 <button id="toggle-scaling">
80 <img src="scale-to-fit.png"> 80 <img src="scale-to-fit.png">
81 </button> 81 </button>
82 </span> 82 </span>
83 </div> 83 </div>
84 <div class="toolbar-stub"> 84 <div class="toolbar-stub" id="toolbar-stub">
85 <div class="arrow-down"></div> 85 <div class="arrow-down"></div>
86 </div> 86 </div>
87 </div> <!-- session-toolbar --> 87 </div> <!-- session-toolbar -->
88 88
89 <div id="main" data-ui-mode="auth home host client" hidden> 89 <div id="main" data-ui-mode="auth home host client" hidden>
90 90
91 <header class="choice-header"> 91 <header class="choice-header">
92 <img id="icon" src="chromoting128.png"> 92 <img id="icon" src="chromoting128.png">
93 <h1 class="icon-label"> 93 <h1 class="icon-label">
94 <span i18n-content="PRODUCT_NAME"></span> 94 <span i18n-content="PRODUCT_NAME"></span>
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 330
331 <section id="debug-log" dir="ltr" hidden> 331 <section id="debug-log" dir="ltr" hidden>
332 <div id="statistics"> 332 <div id="statistics">
333 </div> 333 </div>
334 <div id="debug-messages"> 334 <div id="debug-messages">
335 </div> 335 </div>
336 </section> <!-- debug-log --> 336 </section> <!-- debug-log -->
337 337
338 </body> 338 </body>
339 </html> 339 </html>
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/client_screen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698