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

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

Issue 498813003: Separate menu & disconnect buttons from the window controls and clean up CSS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | remoting/webapp/html/window_frame.html » ('j') | remoting/webapp/window_frame.css » ('J')
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 inner-border-for-apps-v2"> 24 <body class="full-height">
Jamie 2014/08/22 20:28:20 This class was not defined any more.
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 <!-- loading-mode is initially visible, but becomes hidden as soon as an
29 AppMode is selected by remoting.init. All other divs are initially 29 AppMode is selected by remoting.init. All other divs are initially
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
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 | « no previous file | remoting/webapp/html/window_frame.html » ('j') | remoting/webapp/window_frame.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698