diff --git a/src/pix360core/static/css/style.css b/src/pix360core/static/css/style.css index 57fb9f5..4a3eb1c 100644 --- a/src/pix360core/static/css/style.css +++ b/src/pix360core/static/css/style.css @@ -61,7 +61,31 @@ form { height: 500px; } -.card-block .btn { +.card-block > .btn { width: 100%; margin-top: 1px; } + +.info-symbol { + display: inline-block; + text-decoration: none; + font-size: 18px; + line-height: 1; + cursor: help; + color: #17a2b8; +} + +.info-symbol:hover { + color: #1397a3; +} + +abbr[title] { + border-bottom: none; + text-decoration: none; +} + +/* Accessibility for keyboard navigation */ +abbr[title]:focus { + outline: 2px dashed #17a2b8; + outline-offset: 2px; +} \ No newline at end of file diff --git a/src/pix360core/templates/pix360core/converter.html b/src/pix360core/templates/pix360core/converter.html index adcd592..9a02a2d 100644 --- a/src/pix360core/templates/pix360core/converter.html +++ b/src/pix360core/templates/pix360core/converter.html @@ -50,7 +50,11 @@ />
- +