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

Side by Side Diff: remoting/webapp/html/ui_header.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 <header> 6 <header>
7 7
8 <div> 8 <div>
9 <img src="chromoting48.webp"> 9 <img src="chromoting48.webp">
10 <h1 class="icon-label" i18n-content="PRODUCT_NAME"></h1> 10 <h1 class="icon-label" i18n-content="PRODUCT_NAME"></h1>
11 </div> 11 </div>
12 12
13 <div class="box-spacer"></div> 13 <div class="box-spacer"></div>
14 14
15 <div id="top-secondary" data-ui-mode="home"> 15 <div id="top-secondary" data-ui-mode="home">
16 <span id="current-email"></span> 16 <span id="current-email"></span>
17 <a id="sign-out" href="#" 17 <a id="sign-out" href="#"
18 i18n-content="SIGN_OUT_BUTTON" 18 i18n-content="SIGN_OUT_BUTTON"
19 class="apps-v1-only"></a> 19 class="apps-v1-only"></a>
20 <span class="menu-button" id="help-feedback-main"> 20 <span class="menu-button" id="help-feedback-main">
21 <img src="icon_help.webp" class="menu-button-activator help-icon"> 21 <img src="icon_help.webp" class="menu-button-activator help-icon">
22 <ul class="right-align"> 22 <ul class="right-align">
23 <li id="help-main" i18n-content="HELP"></li> 23 <li class="menu-help" i18n-content="HELP"></li>
24 <li id="send-feedback-main" i18n-content="ACTIONBAR_FEEDBACK"></li> 24 <li class="menu-feedback" i18n-content="ACTIONBAR_FEEDBACK"></li>
25 </ul> 25 </ul>
26 </span> 26 </span>
27 </div> 27 </div>
28 28
29 </header> 29 </header>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698