Fixed bug with watermkars on secondlevel timetracker
* When changed zoom to week level, the first watermark column hadn't the proper width because it hadn't explictly set its width FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
9b06b82738
commit
bc674149eb
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
${(each.currentPeriod?'timetracker_column_today':' ')}
|
||||
${(each.deadlinePeriod?'timetracker_column_deadline':'')}"
|
||||
forEach="${top.detailsSecondLevel}"
|
||||
style="background-position: ${each.backgroundOffset}">
|
||||
style="background-position: ${each.backgroundOffset}; width:${each.size}px;">
|
||||
<n:div if="${each.currentPeriod and each.deadlinePeriod}" class="today_deadline" style="background-position: ${each.currentDayOffset}px" />
|
||||
<n:table class="week_element" width="100%" height="100%" if="${top.zoomLevel == 'DETAIL_FOUR'}">
|
||||
<n:tr>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue