Skip to content

Commit

Permalink
Fixed options UI
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyBranton committed Nov 25, 2019
1 parent 9f06280 commit c0ddd01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions firefox/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../lib/preferences/style.css">
<link rel="stylesheet" href="../lib/new_browser_style.css">
</head>
<body>
<body class="browser-style">
<form name="settings">
<section class="panel-section">
<label>Chime volume (<label id="volumeOutput">100%</label>)</label>
<div>
<input type="range" min="1" max="100" value="100" name="volume" id="chimeVolume">
</div>
</section>
<div class="panel-section-separator"></div>
<section class="panel-section">
<label>Chime sound</label>
<select id="chimeNoise" name="noise">
Expand All @@ -26,10 +27,12 @@
<option value="singlebeep">Single Beep</option>
</select>
</section>
<div class="panel-section-separator"></div>
<section class="panel-section">
<label>Preview chime</label>
<button type="button" id="sample" class="button default">Listen</button>
</section>
<div class="panel-section-separator"></div>
<section class="panel-section has-help">
<label>Fix timing</label>
<button type="button" id="reload" class="button secondary">Fix</button>
Expand Down

0 comments on commit c0ddd01

Please sign in to comment.