4444
4545 < script src ="options/options-sync.js "> </ script >
4646 < script src ="js/themer.js "> </ script > <!-- must be last in HEAD to avoid FOUC -->
47- < template data-id ="body ">
48- < div id ="options-header ">
49- < div id ="options-title " i18n ="+optionsHeading ">
50- < div id ="options-close-icon ">
51- < i class =i-close > </ i >
52- </ div >
53- </ div >
54- </ div >
47+ < template data-id ="body ">
5548
56- < div id ="options ">
49+ < header >
50+ < img src ="/images/icon/128.png " width ="32 " height ="32 ">
51+ < h1 i18n ="optionsHeading "> </ h1 >
52+ < i class =i-close tabindex ="0 "> </ i >
53+ </ header >
5754
58- < div class =" options-wrapper " >
55+ < main >
5956
6057 < div class ="block " id ="updates ">
61- < h1 i18n ="optionsCustomizeUpdate "> </ h1 >
58+ < h2 i18n ="optionsCustomizeUpdate "> </ h2 >
6259 < div class ="items swap ">
6360 < label >
6461 < span i18n ="optionsUpdateInterval " data-clickable ="0 "> </ span >
@@ -72,7 +69,7 @@ <h1 i18n="optionsCustomizeUpdate"></h1>
7269 </ div >
7370
7471 < div class ="block sync-options ">
75- < h1 i18n ="optionsCustomizeSync "> </ h1 >
72+ < h2 i18n ="optionsCustomizeSync "> </ h2 >
7673 < div class ="items swap ">
7774 < label >
7875 < span class ="sync-status "> </ span >
@@ -109,7 +106,7 @@ <h1 i18n="optionsCustomizeSync"></h1>
109106 </ div >
110107
111108 < div class ="block ">
112- < h1 i18n ="stylePreferSchemeLabel "> </ h1 >
109+ < h2 i18n ="stylePreferSchemeLabel "> </ h2 >
113110 < div class ="items no-stretch ">
114111 < label class ="radio-wrapper " i18n ="+preferSchemeDark ">
115112 < input type ="radio " value ="dark " name ="schemeSwitcher.enabled ">
@@ -134,7 +131,7 @@ <h1 i18n="stylePreferSchemeLabel"></h1>
134131 </ div >
135132
136133 < div class ="block ">
137- < h1 i18n ="optionsCustomizeIcon "> </ h1 >
134+ < h2 i18n ="optionsCustomizeIcon "> </ h2 >
138135 < div class ="items no-stretch ">
139136 < label >
140137 < span class ="radio-wrapper " i18n ="+optionsIconAuto ">
@@ -166,7 +163,7 @@ <h1 i18n="optionsCustomizeIcon"></h1>
166163 </ div >
167164
168165 < div class ="block ">
169- < h1 i18n ="optionsCustomizeBadge "> </ h1 >
166+ < h2 i18n ="optionsCustomizeBadge "> </ h2 >
170167 < div class ="items swap ">
171168 < label >
172169 < span i18n ="prefShowBadge "> </ span >
@@ -184,7 +181,7 @@ <h1 i18n="optionsCustomizeBadge"></h1>
184181 </ div >
185182
186183 < div class ="block ">
187- < h1 i18n ="optionsCustomizePopup "> </ h1 >
184+ < h2 i18n ="optionsCustomizePopup "> </ h2 >
188185 < div class ="items swap ">
189186 < label >
190187 < span i18n ="optionsPopupWidth "> </ span >
@@ -206,7 +203,7 @@ <h1 i18n="optionsCustomizePopup"></h1>
206203 </ div >
207204
208205 < div class ="block ">
209- < h1 i18n ="styleEditor "> </ h1 >
206+ < h2 i18n ="styleEditor "> </ h2 >
210207 < div class ="items swap ">
211208 < label >
212209 < span i18n ="popupOpenEditInWindow ">
@@ -229,7 +226,7 @@ <h1 i18n="styleEditor"></h1>
229226 </ div >
230227
231228 < div class ="block ">
232- < h1 i18n ="styleManager "> </ h1 >
229+ < h2 i18n ="styleManager "> </ h2 >
233230 < div class ="items swap ">
234231 < label >
235232 < span i18n ="manageNewUI "> </ span >
@@ -260,7 +257,7 @@ <h1 i18n="styleManager"></h1>
260257 </ div >
261258
262259 < div class ="block " id ="advanced ">
263- < h1 i18n ="optionsAdvanced "> </ h1 >
260+ < h2 i18n ="optionsAdvanced "> </ h2 >
264261 < div class ="items swap ">
265262 < label >
266263 < span i18n ="optionsAdvancedStyleViaXhr ">
@@ -306,18 +303,19 @@ <h1 i18n="optionsAdvanced"></h1>
306303 </ div >
307304
308305 < div class ="block ">
309- < h1 i18n ="cm_theme "> </ h1 >
306+ < h2 i18n ="cm_theme "> </ h2 >
310307 < div class ="items no-stretch " i18n ="optionsStylusThemes "> </ div >
311308 </ div >
312- </ div >
313309
314- < div class ="block " id ="actions ">
310+ </ main >
311+
312+ < footer >
315313 < button id ="reset " i18n ="optionsResetButton, title:optionsReset "> </ button >
316314 < button id ="shortcuts " i18n ="shortcuts, title:shortcutsNote "> </ button >
317315 < button id ="manage " i18n ="confirmClose "> </ button >
318- </ div >
319- </ div >
320- </ template >
316+ </ footer >
317+
318+ </ template >
321319</ head >
322320
323321< body id ="stylus-options ">
0 commit comments