forked from external-repos/pa11y-dashboard
Issue 10 - Include less files and replace 2 css files with 1 minified css from less files
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
<meta name="viewport" content="width=device-width"/>
|
||||
|
||||
<link rel="stylesheet" href="css/main.css"/>
|
||||
<link rel="stylesheet" href="css/site.css"/>
|
||||
|
||||
</head>
|
||||
<!--[if IE 7]><body class="ie7"><![endif]-->
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<footer>
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<ul class="pull-right">
|
||||
<ul class="pull-right crunch-bottom">
|
||||
<li>
|
||||
<a href="https://github.com/nature/pa11y">github repo</a>
|
||||
</li>
|
||||
|
@@ -1,15 +1,14 @@
|
||||
|
||||
<ul class="list-unstyled clearfix">
|
||||
<ul class="list-unstyled clearfix crunch-bottom">
|
||||
<li class="col-md-4 col-sm-6 task-card add-task">
|
||||
<a class="well task-card-link" data-role="add-task" href="/new">
|
||||
<a class="well task-card-link crunch-bottom" data-role="add-task" href="/new">
|
||||
<p class="h3 crunch">add new url</p>
|
||||
<p class="supersize-me crunch">+</p>
|
||||
</a>
|
||||
</li>
|
||||
{{#tasks}}
|
||||
<li class="col-md-4 col-sm-6 task-card">
|
||||
<a title="Delete this url" class="delete-button" href="/{{id}}/delete"><span class="sr-only">Delete </span><span class="glyphicon glyphicon-remove"></span></a>
|
||||
<a class="well task-card-link" title="Task details for {{simplify-url url}}" href="/{{id}}">
|
||||
<a class="well task-card-link crunch-bottom" title="Task details for {{simplify-url url}}" href="/{{id}}">
|
||||
<p class="h3">{{simplify-url url}}</p>
|
||||
<p class="h5">({{standard}})</p>
|
||||
{{#if last_result}}
|
||||
@@ -25,6 +24,7 @@
|
||||
<p class="no-results">No results</p>
|
||||
{{/if}}
|
||||
</a>
|
||||
<a title="Delete this url" class="delete-button" href="/{{id}}/delete"><span class="sr-only">Delete </span><span class="glyphicon glyphicon-remove"></span></a>
|
||||
</li>
|
||||
{{/tasks}}
|
||||
</ul>
|
||||
|
@@ -37,7 +37,7 @@
|
||||
<div class="col-md-12 clearfix">
|
||||
<div class="graph-container ruled">
|
||||
<div data-role="graph" class="graph"></div>
|
||||
<ul class="list-unstyled floated-list series-checkboxes clearfix" data-role="series-checkboxes"></ul>
|
||||
<ul class="list-unstyled floated-list series-checkboxes clearfix crunch-bottom" data-role="series-checkboxes"></ul>
|
||||
<button data-role='zoom-reset' class="btn btn-xs btn-primary pull-right btn-reset hidden">Reset Zoom <i class="glyphicon glyphicon-zoom-out"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
<div class="col-md-3">
|
||||
{{#if results}}
|
||||
<div class="btn-group block-level">
|
||||
<div class="btn-group block-level clearfix">
|
||||
<button data-toggle="dropdown" class="btn-full-width btn btn-primary dropdown-toggle" type="button">{{date-format lastResult.date format="DD MMM YYYY"}} <span class="glyphicon glyphicon-calendar"></span> <span class="caret"></span></button>
|
||||
<ul role="menu" class="dropdown-menu">
|
||||
{{#results}}
|
||||
@@ -76,11 +76,11 @@
|
||||
|
||||
<!-- List of other urls -->
|
||||
<div class="other-tasks well">
|
||||
<h4 class="crunch-top ruled">Your other tracked URLs</h4>
|
||||
<h4 class="crunch-top ruled-sm">Your other tracked URLs</h4>
|
||||
<p>No other urls</p>
|
||||
|
||||
<!-- ########### Functionality to be done ############## -->
|
||||
<!-- <ul class="list-unstyled">
|
||||
<!-- <ul class="list-unstyled crunch-bottom">
|
||||
<li><a href="empty-task">rowanmanning.com</a></li>
|
||||
<li><a href="task">nature.com</a></li>
|
||||
</ul> -->
|
||||
|
Reference in New Issue
Block a user