diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-08-13 19:18:44 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-08-13 19:18:44 -0400 |
| commit | 0f649f2cfb034ad8458f08c8f23a2251135af059 (patch) | |
| tree | fda0126ddaf985046bf60a0505e600888b3a7eac /public/assets/stylesheets/app.css | |
| parent | b07ed6868895f883640fc003ba4f5cc108c27b3e (diff) | |
css
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index e15ba84..63a4496 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -629,7 +629,24 @@ iframe.embed { background-size: 100% 100%; } - +#minotaur { + position: absolute; + top: 26px; + right: 260px; + opacity: 0; +} +#minotaur .label:after { + padding: 6px; + font-size: 13px; + font-weight: 300; +} +#minotaur.saving { + background: #8fd; + opacity: 1; +} +#minotaur.saving .label:after { + content: 'SAVING'; +} .rapper { position:relative; |
