forked from external-repos/pa11y-dashboard
Amend positon of date in task-header when site is in demo mode
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
@@ -32,7 +32,6 @@
|
|||||||
.date {
|
.date {
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
float:right;
|
float:right;
|
||||||
font-size:;
|
|
||||||
}
|
}
|
||||||
.other-tasks {
|
.other-tasks {
|
||||||
.sr-only();
|
.sr-only();
|
||||||
@@ -65,6 +64,11 @@
|
|||||||
margin-top:0;
|
margin-top:0;
|
||||||
margin-bottom:25px;
|
margin-bottom:25px;
|
||||||
}
|
}
|
||||||
|
.demo-mode .date {
|
||||||
|
margin-top:0;
|
||||||
|
margin-bottom:5px;
|
||||||
|
float:none;
|
||||||
|
}
|
||||||
.graph-spacer {
|
.graph-spacer {
|
||||||
padding-bottom:20px;
|
padding-bottom:20px;
|
||||||
margin-bottom:15px;
|
margin-bottom:15px;
|
||||||
|
@@ -243,6 +243,9 @@
|
|||||||
.date {
|
.date {
|
||||||
margin-top:5px;
|
margin-top:5px;
|
||||||
}
|
}
|
||||||
|
.demo-mode .date {
|
||||||
|
margin-top:40px;
|
||||||
|
}
|
||||||
.tasks-list {
|
.tasks-list {
|
||||||
padding:15px;
|
padding:15px;
|
||||||
margin-bottom:30px;
|
margin-bottom:30px;
|
||||||
|
@@ -32,7 +32,11 @@
|
|||||||
{{> breadcrumb}}
|
{{> breadcrumb}}
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
{{#if readonly}}
|
||||||
|
<div class="row demo-mode">
|
||||||
|
{{else}}
|
||||||
|
<div class="row">
|
||||||
|
{{/if}}
|
||||||
<section>
|
<section>
|
||||||
<div class="section" role="main">
|
<div class="section" role="main">
|
||||||
{{{body}}}
|
{{{body}}}
|
||||||
|
Reference in New Issue
Block a user