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/language_chewing_options.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="languageChewingPage" class="page" hidden> 1 <div id="languageChewingPage" class="page" hidden>
2 <div class="close-button"></div>
2 <h1 i18n-content="languageChewingPage"></h1> 3 <h1 i18n-content="languageChewingPage"></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" colspan="2"> 7 <td class="option-name" colspan="2">
7 <div class="checkbox"> 8 <div class="checkbox">
8 <label> 9 <label>
9 <input id="chewing-auto-shift-cur" type="checkbox" 10 <input id="chewing-auto-shift-cur" type="checkbox"
10 pref="settings.language.chewing_auto_shift_cur"> 11 pref="settings.language.chewing_auto_shift_cur">
11 <span i18n-content="Chewing_autoShiftCur"></span> 12 <span i18n-content="Chewing_autoShiftCur"></span>
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 </td> 138 </td>
138 </tr> 139 </tr>
139 </table> 140 </table>
140 </div> 141 </div>
141 <div class="action-area"> 142 <div class="action-area">
142 <div class="button-strip"> 143 <div class="button-strip">
143 <button id="chewing-confirm" i18n-content="ok"></button> 144 <button id="chewing-confirm" i18n-content="ok"></button>
144 </div> 145 </div>
145 </div> 146 </div>
146 </div> 147 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698