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

Side by Side Diff: chrome/browser/resources/options/chromeos/keyboard_overlay.html

Issue 376093002: Fix clipped keyboard settings overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/options/chromeos/keyboard_overlay.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="keyboard-overlay" class="page" hidden> 1 <div id="keyboard-overlay" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="keyboardOverlayTitle"></h1> 3 <h1 i18n-content="keyboardOverlayTitle"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <table class="option-control-table"> 5 <table class="option-control-table">
6 <tr> 6 <tr>
7 <td> 7 <td>
8 <label class="option-name" for="remap-search-key-to" 8 <label class="option-name" for="remap-search-key-to"
9 i18n-content="remapSearchKeyToContent"> 9 i18n-content="remapSearchKeyToContent">
10 </label> 10 </label>
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 <label for="send-function-keys" i18n-content="sendFunctionKeys"> 86 <label for="send-function-keys" i18n-content="sendFunctionKeys">
87 </label> 87 </label>
88 <span class="bubble-button controlled-setting-indicator" 88 <span class="bubble-button controlled-setting-indicator"
89 pref="settings.language.send_function_keys"></span> 89 pref="settings.language.send_function_keys"></span>
90 </span> 90 </span>
91 </span> 91 </span>
92 </div> 92 </div>
93 <label id="send-function-keys-description" for="send-function-keys" 93 <label id="send-function-keys-description" for="send-function-keys"
94 i18n-content="sendFunctionKeysDescription"> 94 i18n-content="sendFunctionKeysDescription">
95 </label> 95 </label>
96 </div> 96 </div>
Dan Beam 2014/07/09 03:10:53 use a .settings-row instead
michaelpg 2014/07/10 02:20:47 Done.
97 </div>
98 <div class="content-area">
99 <button id="keyboard-shortcuts" class="link-button" 97 <button id="keyboard-shortcuts" class="link-button"
100 i18n-content="showKeyboardShortcuts"></button> 98 i18n-content="showKeyboardShortcuts"></button>
101 </div>
102 <div class="content-area">
103 <button id="languages-and-input-settings" class="link-button" 99 <button id="languages-and-input-settings" class="link-button"
104 i18n-content="changeLanguageAndInputSettings"></button> 100 i18n-content="changeLanguageAndInputSettings"></button>
105 </div> 101 </div>
106 <div class="action-area"> 102 <div class="action-area">
107 <div class="button-strip"> 103 <div class="button-strip">
108 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button> 104 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button>
109 <button id="keyboard-confirm" class="default-button" type="submit" 105 <button id="keyboard-confirm" class="default-button" type="submit"
110 i18n-content="ok"> 106 i18n-content="ok">
111 </button> 107 </button>
112 </div> 108 </div>
113 </div> 109 </div>
114 </div> 110 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/chromeos/keyboard_overlay.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698