Move tasks Gantt chart

This commit is contained in:
Frederic Guillot
2015-08-26 22:47:31 -04:00
parent bd023430c8
commit 05fb655347
17 changed files with 63 additions and 70 deletions

View File

@@ -17,6 +17,7 @@
display: inline;
}
.menu-inline li.active a,
.views li.active a {
font-weight: bold;
color: #000;

View File

@@ -30,6 +30,7 @@ div.ganttview-hzheader-month {
height: 20px;
border-right: 1px solid #d0d0d0;
line-height: 20px;
overflow: hidden;
}
div.ganttview-hzheader-day {

View File

@@ -92,12 +92,17 @@ nav .active a {
display: inline-block;
}
.menu-inline li,
.page-header li {
display: inline;
padding-right: 10px;
font-size: 0.95em;
}
.menu-inline {
margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
.page-header-mobile li {

View File

@@ -301,3 +301,8 @@ span.task-board-date-overdue {
.task-show-start-link:focus {
color: red;
}
.flag-milestone {
color: green;
}