mac: Make page info bubble have readable text on Yosemite.
[chromium-blink-merge.git] / remoting / webapp / html / dialog_client_pin_prompt.html
blob992b1e9a43c5960d7b216bab974c45562f14852b
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 <div data-ui-mode="home.client.pin-prompt">
7 <div id="pin-message"
8 i18n-content="PIN_MESSAGE"
9 class="message"></div>
11 <form id="pin-form" action="">
12 <table class="centered">
13 <tr>
14 <td>
15 <label for="pin-entry"
16 i18n-content="PIN"
17 class="editbox-label"></label>
18 </td>
19 <td>
20 <input id="pin-entry"
21 type="password"
22 autofocus="autofocus"
23 autocomplete="off"/>
24 <button id="pin-connect-button"
25 type="submit"
26 i18n-content="CONNECT_BUTTON">
27 </button>
28 <button id="cancel-pin-entry-button"
29 type="button"
30 i18n-content="CANCEL">
31 </button>
32 </td>
33 </tr>
34 <tr>
35 <td>
36 <!-- Empty cell to align the checkbox and PIN entry. -->
37 </td>
38 <td>
39 <label id="remember-pin" class="checkbox-label">
40 <input id="remember-pin-checkbox" type="checkbox">
41 <span i18n-content="REMEMBER_PIN"></span>
42 </label>
43 </td>
44 </tr>
45 </table>
46 </form>
48 <div id="startup-mode-box-me2me"
49 class="information-box centered"
50 hidden>
51 <span i18n-content="WARNING_NOT_WINDOWED"></span>
52 <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523"
53 target="_blank"
54 i18n-content="LEARN_HOW"></a>
55 </div> <!-- startup-mode-box-it2me -->
57 </div> <!-- client.pin-prompt -->