Bug #1571: Fixed style on timetracker sencond level width causing a disaligment of 1px per element

This was an important problem on long tasks or projects where the effect was accumulative.

FEA: ItEr77S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-11-27 12:24:11 +01:00
parent a2021de728
commit 553505310f

View file

@ -416,6 +416,7 @@ div.box.limiting-unassigned {
#timetrackerheader .second_level_ td {
-moz-box-sizing: border-box;
box-sizing: border-box;
border-right: solid 1px #9EB6CE;
}