summaryrefslogtreecommitdiff
path: root/options.html
diff options
context:
space:
mode:
Diffstat (limited to 'options.html')
-rw-r--r--options.html23
1 files changed, 9 insertions, 14 deletions
diff --git a/options.html b/options.html
index bbd2036..65f5e80 100644
--- a/options.html
+++ b/options.html
@@ -3,23 +3,18 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="fonts/lato.css" />
- <link rel="stylesheet" type="text/css" href="options.css" />
- <title>Tempo Options</title>
-
+ <title>Tempo options</title>
<script type="text/javascript" src="options.js"></script>
</head>
<body>
- <div id="container">
- <h1>Options</h1>
- <div class="section">
- <p>Time format:</p>
- <p class="option"><input type="radio" name="timeformat" id="t12" /><label for="t12"> 12-hour</label></p>
- <p class="option"><input type="radio" name="timeformat" id="t24" /><label for="t24"> 24-hour</label></p>
- </div>
- <div class="button">
- <button id="save">Save</button>
- </div>
+ <div>
+ <p>Time format:</p>
+ <p><input type="radio" name="timeformat" id="t12" /><label for="t12"> 12-hour</label></p>
+ <p><input type="radio" name="timeformat" id="t24" /><label for="t24"> 24-hour</label></p>
</div>
- <div id="status">Options saved.</div>
+ <div>
+ <button id="save">Save</button>
+ </div>
+ <div id="status"></div>
</body>
</html>