mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Amend positon of date in task-header when site is in demo mode
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
.date {
|
||||
margin-top:10px;
|
||||
float:right;
|
||||
font-size:;
|
||||
}
|
||||
.other-tasks {
|
||||
.sr-only();
|
||||
@@ -65,6 +64,11 @@
|
||||
margin-top:0;
|
||||
margin-bottom:25px;
|
||||
}
|
||||
.demo-mode .date {
|
||||
margin-top:0;
|
||||
margin-bottom:5px;
|
||||
float:none;
|
||||
}
|
||||
.graph-spacer {
|
||||
padding-bottom:20px;
|
||||
margin-bottom:15px;
|
||||
|
@@ -243,6 +243,9 @@
|
||||
.date {
|
||||
margin-top:5px;
|
||||
}
|
||||
.demo-mode .date {
|
||||
margin-top:40px;
|
||||
}
|
||||
.tasks-list {
|
||||
padding:15px;
|
||||
margin-bottom:30px;
|
||||
|
Reference in New Issue
Block a user