|
|
@@ -12,30 +12,16 @@
|
|
|
<div id="popupContent">
|
|
|
<h4>Options</h4>
|
|
|
<div class="option">
|
|
|
- <label for="removeHiddenInput">remove hidden elements
|
|
|
- <img class="question-mark" src="../resources/icon_question_mark.jpg">
|
|
|
- </label>
|
|
|
+ <label for="removeHiddenInput">remove hidden elements</label>
|
|
|
<input type="checkbox" id="removeHiddenInput">
|
|
|
- <div class="help">
|
|
|
- <p>Check this option to remove all hidden elements.</p>
|
|
|
- <p class="notice">It is recommended to
|
|
|
- <u>uncheck</u> this option</p>
|
|
|
- </div>
|
|
|
</div>
|
|
|
<div class="option">
|
|
|
- <label for="removeUnusedCSSRulesInput">remove unused CSS rules
|
|
|
- <img class="question-mark" src="../resources/icon_question_mark.jpg">
|
|
|
- </label>
|
|
|
+ <label for="removeUnusedCSSRulesInput">remove unused CSS rules</label>
|
|
|
<input type="checkbox" id="removeUnusedCSSRulesInput">
|
|
|
- <div class="help">
|
|
|
- <p>Check this option to remove all CSS rules that do not match any element.</p>
|
|
|
- <p class="notice">It is recommended to
|
|
|
- <u>uncheck</u> this option</p>
|
|
|
- </div>
|
|
|
</div>
|
|
|
<div class="option bottom">
|
|
|
<a href="help.html" target="SingleFileHelpPage">help</a>
|
|
|
- <button id="resetButton" title="Reset all the options to default (i.e. recommended) state">Reset to default options</button>
|
|
|
+ <button id="resetButton" title="Reset all the options to default values">Reset</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|