mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
Fix for url filter position when in demo mode with a message
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
{{#content "title"}}pa11y-dashboard{{/content}}
|
{{#content "title"}}pa11y-dashboard{{/content}}
|
||||||
|
|
||||||
|
<div data-control="task-list">
|
||||||
|
|
||||||
|
<div class="clearfix">
|
||||||
|
<div class="col-md-6 col-md-offset-3 filter-toggle no-js-hide text-center">
|
||||||
|
<label for="filter-input" class="filter-trigger" data-toggle="collapse" data-target="#filter-input">Filter<span class="glyphicon glyphicon-filter"></span>
|
||||||
|
</label>
|
||||||
|
<div id="filter-input" class="collapse">
|
||||||
|
<input class="form-control" id="task-filter" type="text" data-role="input" placeholder="Type filter term (name or standard)"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{{#if siteMessage}}
|
{{#if siteMessage}}
|
||||||
<div class="col-md-12 clearfix" data-test="alert">
|
<div class="col-md-12 clearfix" data-test="alert">
|
||||||
<div class="alert alert-info site-message">
|
<div class="alert alert-info site-message">
|
||||||
@@ -20,3 +32,5 @@
|
|||||||
{{/deleted}}
|
{{/deleted}}
|
||||||
|
|
||||||
{{> tasks}}
|
{{> tasks}}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
@@ -1,14 +1,3 @@
|
|||||||
|
|
||||||
<div data-control="task-list">
|
|
||||||
|
|
||||||
<div class="col-md-6 col-md-offset-3 filter-toggle no-js-hide text-center">
|
|
||||||
<label for="filter-input" class="filter-trigger" data-toggle="collapse" data-target="#filter-input">Filter<span class="glyphicon glyphicon-filter"></span>
|
|
||||||
</label>
|
|
||||||
<div id="filter-input" class="collapse">
|
|
||||||
<input class="form-control" id="task-filter" type="text" data-role="input" placeholder="Type filter term (name or standard)"/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="list-unstyled clearfix crunch-bottom">
|
<ul class="list-unstyled clearfix crunch-bottom">
|
||||||
<li class="col-md-4 col-sm-6 task-card add-task">
|
<li class="col-md-4 col-sm-6 task-card add-task">
|
||||||
{{#if readonly}}
|
{{#if readonly}}
|
||||||
@@ -55,5 +44,3 @@
|
|||||||
</li>
|
</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
Reference in New Issue
Block a user