summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-02 13:12:40 -0400
committerJules Laplace <jules@okfoc.us>2014-10-02 13:12:40 -0400
commitb512bcdfe49e0bce336f848dcf620c3c533e1f8c (patch)
treec4f762fb9265826d83f6716b37e5892cb29e5243 /public/assets/stylesheets
parentfd1763e460efaac8e2befc6b24bbbbd4a92008f0 (diff)
saving icon
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index e278fab..57ca3c6 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -757,8 +757,8 @@ iframe.embed {
#minotaur {
position: absolute;
- top: 0;
- right: 230px;
+ top: 0px;
+ right: 0px;
opacity: 0;
}
#minotaur .label:after {
@@ -771,9 +771,9 @@ iframe.embed {
color: white;
background: black;
font-weight: 300;
- float: right;
text-decoration: none;
z-index: 33;
+ opacity: 1;
}
#minotaur.saving .label:after {
content: 'SAVING';