mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add tooltip to list of standards rules on new task page
This commit is contained in:
@@ -35,6 +35,14 @@
|
||||
|
||||
{{#if results}}
|
||||
<div class="col-md-12 clearfix">
|
||||
<div style="position:relative">
|
||||
<div class="tooltip in">
|
||||
<div class="tooltip-arrow"></div>
|
||||
<div class="tooltip-inner">
|
||||
This is the content
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="graph-container ruled">
|
||||
<div data-role="graph" class="graph"></div>
|
||||
<ul class="list-unstyled floated-list series-checkboxes clearfix crunch-bottom" data-role="series-checkboxes"></ul>
|
||||
|
Reference in New Issue
Block a user