summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-08-14 15:24:34 -0400
committerJules Laplace <jules@okfoc.us>2014-08-14 15:24:34 -0400
commit31907c69cc192a23bb409adf5c438ed708db0842 (patch)
tree516a88386f96606b1890c83e5083fdb943582a68 /public/assets/stylesheets/app.css
parentc4c45b64c2c0fc109f4c21effe7f73f5c46a1ae9 (diff)
parent63da3ba331aa3d9714151ba5f502e6e1851d75bb (diff)
merge
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 7cc41f5..1c48eee 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;