summaryrefslogtreecommitdiff
path: root/options.css
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-28 14:07:13 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-28 14:07:13 -0800
commit96a113d70d888cb23b060e24be5347060c88ff06 (patch)
tree27b0e216aec75d41d37044e568737048e3db88b5 /options.css
parent1522c50e3ea420281bcc33b2bed7b4f297a4ba96 (diff)
downloadtempo-96a113d70d888cb23b060e24be5347060c88ff06.tar.gz
tempo-96a113d70d888cb23b060e24be5347060c88ff06.tar.xz
Improved save notification.
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;
}