First draft of layout changes for results page on pa11y dashboard.

This commit is contained in:
Sangita Mane
2021-10-28 18:01:23 +02:00
parent 4c0bd924ab
commit bb0491858b
6 changed files with 77 additions and 100 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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

File diff suppressed because one or more lines are too long

View File

@@ -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;