Fixed invalid timetracker's width for days

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2011-01-20 14:50:51 +01:00
parent 416a69fe89
commit ad592e8efc
2 changed files with 11 additions and 2 deletions

View file

@ -24,10 +24,10 @@
<n:table style="width: ${top.horizontalSize+2}px;" class="second_level_">
<n:tr class="z-columns">
<n:th class="z-column" forEach="${top.detailsSecondLevel}"
<n:td class="z-column" forEach="${top.detailsSecondLevel}"
style="width: ${each.size}px">
${each.name}
</n:th>
</n:td>
</n:tr>
</n:table>
</n:div>

View file

@ -407,6 +407,15 @@ div.box.limiting-unassigned {
border-collapse: collapse;
}
#timetrackerheader table.second_level_{
table-layout : fixed;
}
#timetrackerheader .second_level_ td {
-moz-box-sizing: border-box;
border-right: solid 1px #9EB6CE;
}
#timetracker .second_level_ tr {
height: 14px;
}