diff --git a/uchicagohvz/static/css/helptip.css b/uchicagohvz/static/css/helptip.css index 1a0c860..b143080 100644 --- a/uchicagohvz/static/css/helptip.css +++ b/uchicagohvz/static/css/helptip.css @@ -27,6 +27,14 @@ } +.help-tip:active p{ + display:block; + transform-origin: 100% 0%; + z-index: 1; + -webkit-animation: fadeIn 0.3s ease-in-out; + animation: fadeIn 0.3s ease-in-out; +} + .help-tip p{ /* The tooltip */ display: none; text-align: left; diff --git a/uchicagohvz/templates/game/show.html b/uchicagohvz/templates/game/show.html index 31d0d30..73eeb40 100644 --- a/uchicagohvz/templates/game/show.html +++ b/uchicagohvz/templates/game/show.html @@ -91,7 +91,7 @@

Players

{{ form.tag.errors }}
- +