mac: Make page info bubble have readable text on Yosemite.
[chromium-blink-merge.git] / remoting / webapp / html / ui_header.html
blob86eb68f61add668839a453a1e3976e15a3a970a3
1 <!--
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
4 found in the LICENSE file.
5 -->
6 <header>
8 <div>
9 <img src="chromoting48.webp">
10 <h1 class="icon-label" i18n-content="PRODUCT_NAME"></h1>
11 </div>
13 <div class="box-spacer"></div>
15 <div id="top-secondary" data-ui-mode="home">
16 <span id="current-email"></span>
17 <a id="sign-out" href="#"
18 i18n-content="SIGN_OUT_BUTTON"
19 class="apps-v1-only"></a>
20 <span class="menu-button" id="help-feedback-main">
21 <img src="icon_help.webp" class="menu-button-activator help-icon">
22 <ul class="right-align">
23 <li class="menu-help" i18n-content="HELP"></li>
24 <li class="menu-feedback" i18n-content="ACTIONBAR_FEEDBACK"></li>
25 </ul>
26 </span>
27 </div>
29 </header>