Remove unnecessary margin for calendar header

This commit is contained in:
Frederic Guillot 2015-09-12 16:59:28 -04:00
parent 60b0bb527b
commit b16e7d1872
4 changed files with 7 additions and 2 deletions

View File

@ -11,6 +11,7 @@ Improvements:
* Replace color dropdown by color picker in task forms
* Creating another task stay in the popover (no full page refresh anymore)
* Avoid scrollbar in Gantt chart for row title on Windows platform
* Remove unnecessary margin for calendar header
Bug fixes:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,10 @@ table {
font-size: 0.95em;
}
#calendar table {
margin-bottom: 0;
}
th,
td {
border: 1px solid #eee;