diff options
| author | ryderr <r@okfoc.us> | 2014-09-29 17:52:18 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-09-29 17:52:18 -0400 |
| commit | 151e0764e6973c8af6d87c1c9dee34a37efaa773 (patch) | |
| tree | d667665c65ea1b80701141527f0e3c4c74889f29 /public/assets/stylesheets | |
| parent | ffe8d0ab107347f7245d5b2166145e651a1616a9 (diff) | |
| parent | e8bdd7f9f64ad07aed8097c2072863fcdbcb1c3e (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 12 |
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 { |
