Now all modules are in core modules folder

This commit is contained in:
Manuel Cillero 2017-08-08 12:14:45 +02:00
parent 5ba1cdfa0b
commit 05b6a91b0c
1907 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,40 @@
#stormgantt {
margin-top: 3em;
overflow-x: auto;
overflow-y: hidden;
border-right: 1px solid #cecece;
background-color: #cecece;
}
/* Highlight weekends */
.weekend {
background: #f4f7f4;
}
.gantt_selected .weekend {
background: #f7eb91;
}
/* Task description */
.gantt_grid_data .gantt_cell:first-child {
overflow: hidden;
word-wrap: normal;
}
/* Task content */
.gantt_task_content {
text-align: left;
padding-left: 1em;
}
/* Milestones */
.gantt_task_line.gantt_milestone .gantt_task_content {
height: 12px;
width: 12px;
padding: 0;
}
.gantt_side_content.gantt_right {
left: 100%;
padding-left: 0;
margin-left: -8px;
font-weight: bold;
}
.gantt_task_normal > .gantt_side_content.gantt_right {
margin-left: 5px;
font-weight: normal;
}