This repository was archived by the owner on Nov 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,11 @@ <h2 class="description" data-i18n="chrome_stable_rules_description"></h2>
8888 < h3 data-i18n ="chrome_experimental_rules "> </ h3 >
8989 < h2 class ="description " data-i18n ="chrome_experimental_rules_description "> </ h2 >
9090 </ section >
91-
92- < section id ="resetButton " class ="options ">
93- < a href ="javascript:void 0 " id ="reset-to-defaults " class ="button " data-i18n ="prefs_reset_defaults "> </ a >
94- </ section >
9591 </ div >
92+ </ section >
9693
94+ < section id ="resetButton " class ="options ">
95+ < a href ="javascript:void 0 " id ="reset-to-defaults " class ="button " data-i18n ="prefs_reset_defaults "> </ a >
9796 </ section >
9897
9998 < footer >
Original file line number Diff line number Diff line change @@ -306,6 +306,15 @@ input:checked+label:after {
306306 display : block;
307307}
308308
309+ # resetButton {
310+ display : inline-flex;
311+ margin : 10px ;
312+ width : 95% ;
313+ }
314+ # reset-to-defaults {
315+ width : 100% ;
316+ }
317+
309318/* Initially hide section (until rules get added). */
310319section .rules {
311320 display : none;
You can’t perform that action at this time.
0 commit comments