mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Complete the refactoring of the task / results page
This commit is contained in:
File diff suppressed because one or more lines are too long
2
public/less/bootstrap.less
vendored
2
public/less/bootstrap.less
vendored
@@ -58,4 +58,4 @@
|
||||
@import "site-responsive.less";
|
||||
|
||||
// Stupid ie
|
||||
@import "ie8and.less";
|
||||
@import "site-ie8and.less";
|
@@ -92,6 +92,12 @@
|
||||
.task-card-link {
|
||||
min-height:190px;
|
||||
}
|
||||
.series-checkboxes li {
|
||||
margin-right:1%;
|
||||
}
|
||||
.stat-type {
|
||||
font-size:floor(@font-size-base * 0.65); // ~10px;
|
||||
}
|
||||
}
|
||||
|
||||
.ie7 {
|
||||
@@ -111,8 +117,8 @@
|
||||
.aside .task-stats li {
|
||||
width:31.5%;
|
||||
}
|
||||
.aside .action-buttons {
|
||||
width:80%;
|
||||
.aside .action-buttons .btn {
|
||||
width:79%;
|
||||
}
|
||||
.date-selector {
|
||||
zoom:1;
|
||||
@@ -125,4 +131,11 @@
|
||||
margin:0;
|
||||
position:static;
|
||||
}
|
||||
.graph-spacer {
|
||||
margin-bottom:90px;
|
||||
padding-bottom:90px;
|
||||
}
|
||||
.date-selector {
|
||||
margin-top:-155px;
|
||||
}
|
||||
}
|
@@ -2,7 +2,7 @@
|
||||
<div class="graph-container graph-spacer ruled">
|
||||
<div data-role="graph" class="graph"></div>
|
||||
<div class="row">
|
||||
<ul class="list-unstyled floated-list series-checkboxes clearfix crunch-bottom col-md-3 col-sm-6 col-xs-6" data-role="series-checkboxes"></ul>
|
||||
<ul class="list-unstyled floated-list series-checkboxes clearfix crunch-bottom col-md-3 col-sm-6 col-xs-12" data-role="series-checkboxes"></ul>
|
||||
</div>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user