summaryrefslogtreecommitdiff
path: root/options.css
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-28 13:47:09 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-28 13:47:09 -0800
commit1522c50e3ea420281bcc33b2bed7b4f297a4ba96 (patch)
tree5ee0bb7b26a666883f2b83ec88f489623d63231e /options.css
parent493fcd8f5cee5a5ed7ebee4c4b94594465da09d5 (diff)
downloadtempo-1522c50e3ea420281bcc33b2bed7b4f297a4ba96.tar.gz
tempo-1522c50e3ea420281bcc33b2bed7b4f297a4ba96.tar.xz
Improve timeformat code.
Diffstat (limited to 'options.css')
-rw-r--r--options.css20
1 files changed, 16 insertions, 4 deletions
diff --git a/options.css b/options.css
index 4660e31..7daef46 100644
--- a/options.css
+++ b/options.css
@@ -11,7 +11,7 @@ body {
div#container {
width: 20em;
- height: 11em;
+ height: 11.2em;
padding: 1em;
margin: auto;
position: absolute;
@@ -31,14 +31,26 @@ h1 {
margin: 0em;
}
-p#status {
- color: #390;
+div.section {
+ margin: 1em;
+}
+
+div.section p {
+ margin: 0.2em 0em;
+}
+
+div.section p.option {
+ margin-left: 1em;
}
-p#button {
+div#button {
text-align: center;
}
+p#status {
+ color: #390;
+}
+
button {
color: #ddd;
background-color: #222;