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

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

Issue 9625006: Implement new overlay style for options pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 9 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
OLDNEW
1 <div id="keyboard-overlay" class="page" hidden> 1 <div id="keyboard-overlay" class="page" hidden>
2 <div class="close-button"></div>
2 <h1 i18n-content="keyboardOverlayTitle"></h1> 3 <h1 i18n-content="keyboardOverlayTitle"></h1>
3 <div class="content-area"> 4 <div class="content-area">
4 <table class="option-control-table"> 5 <table class="option-control-table">
5 <tr> 6 <tr>
6 <td class="option-name" i18n-content="xkbRemapSearchKeyToContent"></td> 7 <td class="option-name" i18n-content="xkbRemapSearchKeyToContent"></td>
7 <td class="option-value"> 8 <td class="option-value">
8 <select id="xkb-remap-search-key-to" class="control" 9 <select id="xkb-remap-search-key-to" class="control"
9 data-type="number" i18n-options="xkbRemapSearchKeyToValue" 10 data-type="number" i18n-options="xkbRemapSearchKeyToValue"
10 pref="settings.language.xkb_remap_search_key_to"></select> 11 pref="settings.language.xkb_remap_search_key_to"></select>
11 </td> 12 </td>
(...skipping 17 matching lines...) Expand all
29 </tr> 30 </tr>
30 </table> 31 </table>
31 </div> 32 </div>
32 <div class="action-area"> 33 <div class="action-area">
33 <div class="button-strip"> 34 <div class="button-strip">
34 <button id="keyboard-overlay-dismiss-button" 35 <button id="keyboard-overlay-dismiss-button"
35 i18n-content="close"></button> 36 i18n-content="close"></button>
36 </div> 37 </div>
37 </div> 38 </div>
38 </div> 39 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698