summaryrefslogtreecommitdiff
path: root/options.css
diff options
context:
space:
mode:
Diffstat (limited to 'options.css')
-rw-r--r--options.css25
1 files changed, 19 insertions, 6 deletions
diff --git a/options.css b/options.css
index 7daef46..2cb09b9 100644
--- a/options.css
+++ b/options.css
@@ -43,14 +43,10 @@ div.section p.option {
margin-left: 1em;
}
-div#button {
+div.button {
text-align: center;
}
-p#status {
- color: #390;
-}
-
button {
color: #ddd;
background-color: #222;
@@ -67,5 +63,22 @@ button:hover {
}
button:focus {
- outline: 0;
+ outline: 0em;
+}
+
+div#status {
+ width: 20em;
+ height: 1em;
+ padding: 1em;
+ margin: auto;
+ position: absolute;
+ top: 18.4em;
+ right: 0;
+ bottom: 0;
+ left: 0;
+
+ visibility: hidden;
+ color: #fff;
+ background-color: #390;
+ border-radius: 1em;
}