Add spacinng between checkbox and option text
This commit is contained in:
parent
4f5c4a2a42
commit
1a444fbacf
3
options.css
Normal file
3
options.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
input[type='checkbox']{
|
||||
margin-right: 5px;
|
||||
}
|
|
@ -1,11 +1,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Spectabular Options</title>
|
||||
<link href="options.css" rel="stylesheet" type="text/css">
|
||||
<script src="options.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="options">
|
||||
<input class="option" id="darkMode" type="checkbox">Use dark mode</input>
|
||||
<label class="optionLabel"><input class="option" id="darkMode" type="checkbox">Enable dark mode.</label>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue