Skip to content

Commit

Permalink
Make buttons and their labels a bit larger
Browse files Browse the repository at this point in the history
  • Loading branch information
airtower-luna committed May 19, 2021
1 parent 251bcf1 commit f4153aa
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
font-size: 1.25rem;
text-rendering: optimizeLegibility;
}
button {
font-size: 1.25rem;
}
div.control button {
height: 2.5rem;
}
.documentation {
max-width: 550px;
text-align: justify;
Expand Down Expand Up @@ -72,8 +78,10 @@ <h3>Configure Referers</h3>
</tr>
</tbody>
</table>
<button class="browser-style" type="button" id="add_row">Add domain</button>
<button class="browser-style default" type="button" id="safe_conf">Save configuration</button>
<div class="control">
<button class="browser-style" type="button" id="add_row">Add domain</button>
<button class="browser-style default" type="button" id="safe_conf">Save configuration</button>
</div>
</form>
<p class="documentation">Please check the tool tips for details
on the meaning of the configuration fields. Domains also match
Expand All @@ -91,7 +99,9 @@ <h3>Configure Referers</h3>
<section>
<h3>Configuration Backup</h3>
<p>
<button class="browser-style" type="button" id="export">Export configuration</button>
<div class="control">
<button class="browser-style" type="button" id="export">Export configuration</button>
</div>
<div id="export_text" hidden>
Please save this <a id="export_blob">JSON file</a>.
</div>
Expand Down

0 comments on commit f4153aa

Please sign in to comment.