From 96a113d70d888cb23b060e24be5347060c88ff06 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 28 Feb 2014 14:07:13 -0800 Subject: Improved save notification. --- options.css | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'options.css') 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; } -- cgit v1.2.3-70-g09d2