Amend positon of date in task-header when site is in demo mode

This commit is contained in:
perryharlock
2013-11-19 08:23:40 +00:00
parent 1dcac7be72
commit 15ae109eac
4 changed files with 14 additions and 3 deletions

View File

@@ -243,6 +243,9 @@
.date {
margin-top:5px;
}
.demo-mode .date {
margin-top:40px;
}
.tasks-list {
padding:15px;
margin-bottom:30px;