forked from external-repos/pa11y-dashboard
First draft of layout changes for results page on pa11y dashboard.
This commit is contained in:
2
public/css/site.min.css
vendored
2
public/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -26,7 +26,7 @@ $(document).ready(function(){
|
||||
var zoomResetButton = $('[data-role="zoom-reset"]');
|
||||
var graphContainer = $('[data-role="graph"]');
|
||||
var dateSelectDropdownMenu = $('[data-role="date-select-dropdown-menu"]');
|
||||
var legend = graphContainer.parent('.graph-container').find('.dashedLegend');
|
||||
var legend = graphContainer.parents('.graph-container').find('.dashedLegend');
|
||||
var list = localStorage.getItem("listview") || ""; // get choice or nothing
|
||||
|
||||
|
||||
|
2
public/js/site.min.js
vendored
2
public/js/site.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -71,6 +71,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
main section {
|
||||
margin: 5em 0;
|
||||
}
|
||||
|
||||
.results-download {
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
|
||||
.supersize-me {
|
||||
text-align: center;
|
||||
font-size: 112px;
|
||||
@@ -585,9 +593,9 @@ ul.date-links {
|
||||
}
|
||||
|
||||
.dashedLegend {
|
||||
position: absolute;
|
||||
top: 70px;
|
||||
right: 40px;
|
||||
position: relative;
|
||||
top: 55px;
|
||||
right: 20px;
|
||||
font-size: smaller;
|
||||
color: #545454;
|
||||
background-color: #fff;
|
||||
|
Reference in New Issue
Block a user