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

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

Issue 339613003: Remove the blue tool-bar for apps v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use classes for help and feedback elements. Created 6 years, 5 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 <!-- 1 <!--
2 Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 <div id="session-toolbar" 6 <div id="session-toolbar"
7 data-ui-mode="in-session" 7 data-ui-mode="in-session"
8 class="toolbar-container" 8 class="toolbar-container apps-v1-only"
9 hidden> 9 hidden>
10 10
11 <div class="toolbar-border"> 11 <div class="toolbar-border">
12 12
13 <div id="session-status-message" 13 <div id="session-status-message"
14 i18n-content="LABEL_CONNECTED"></div> 14 i18n-content="LABEL_CONNECTED"></div>
15 15
16 <div id="connected-to"></div> 16 <div id="connected-to"></div>
17 17
18 <div id="new-connection" class="icon-black apps-v2-only"> 18 <div id="new-connection" class="icon-black apps-v2-only">
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <li class="menu-separator apps-v1-only"></li> 53 <li class="menu-separator apps-v1-only"></li>
54 <li id="toggle-full-screen" 54 <li id="toggle-full-screen"
55 i18n-content="FULL_SCREEN" 55 i18n-content="FULL_SCREEN"
56 class="apps-v1-only"></li> 56 class="apps-v1-only"></li>
57 </ul> 57 </ul>
58 </span> 58 </span>
59 59
60 <span class="menu-button" id="help-feedback-toolbar"> 60 <span class="menu-button" id="help-feedback-toolbar">
61 <img src="icon_help.webp" class="menu-button-activator help-icon"> 61 <img src="icon_help.webp" class="menu-button-activator help-icon">
62 <ul class="right-align"> 62 <ul class="right-align">
63 <li id="help-toolbar" i18n-content="HELP"></li> 63 <li class="menu-help" i18n-content="HELP"></li>
64 <li id="send-feedback-toolbar" i18n-content="ACTIONBAR_FEEDBACK"></li> 64 <li class="menu-feedback" i18n-content="ACTIONBAR_FEEDBACK"></li>
65 </ul> 65 </ul>
66 </span> 66 </span>
67 67
68 </div> 68 </div>
69 69
70 <div class="toolbar-stub" id="toolbar-stub"> 70 <div class="toolbar-stub" id="toolbar-stub">
71 <div class="arrow-down"></div> 71 <div class="arrow-down"></div>
72 </div> 72 </div>
73 73
74 </div> <!-- session-toolbar --> 74 </div> <!-- session-toolbar -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698