Skip to content

Commit 453eed2

Browse files
committed
requeriments and css
1 parent 29667f0 commit 453eed2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
django
2+
django-treebeard
3+
https://github.com/zodman/django-model-to-dict/archive/master.zip
4+

tasks/templates/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@
1111
width:100%;
1212
margin: 0 auto;
1313
}
14+
1415
#gantt {
1516
overflow:scroll;
1617
}
18+
.popup-wrapper .title, .popup-wrapper .subtitle {
19+
color:white;
20+
font-size:1rem;
21+
}
1722
</style>
1823
</head>
1924
<body>

0 commit comments

Comments
 (0)