summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-09-29 17:52:18 -0400
committerryderr <r@okfoc.us>2014-09-29 17:52:18 -0400
commit151e0764e6973c8af6d87c1c9dee34a37efaa773 (patch)
treed667665c65ea1b80701141527f0e3c4c74889f29 /public/assets/stylesheets
parentffe8d0ab107347f7245d5b2166145e651a1616a9 (diff)
parente8bdd7f9f64ad07aed8097c2072863fcdbcb1c3e (diff)
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 1f1b1fe..3f3b8f7 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -504,6 +504,18 @@ iframe.embed {
display: inline-block;
margin: 4vw;
border:1px solid white;
+ position: relative;
+}
+
+.templates span:after {
+ content: attr(data-name);
+ position: absolute;
+ top: 100%;
+ width: 100%;
+ left: 0;
+ background: #fff;
+ padding: 5px;
+ border-top: 1px solid black;
}
.templates span:hover {