bug in samples 02 > 21 custom hour scale

hi team,
i use the last version 3.5
in the 21 custom hour scale file, i made one change :

  1. i replaced the dhtmlxscheduler.css with dhtmlxscheduler_dhx_terrace.css

As you can see from the picture, there is a problem with hours separators(lines). In the picture i colorized with red the 30 minutes lines separators

Also, how can i remove the line (inside green box) ? i opened firebug and i tried unsuccessfully to find the specific css class in the dhtmlxscheduler_terrace.css file.
If i could hide them, … would be ok for me

best regards,
pnos


Hello,

Can’t reproduce this problem.
Make sure you attach following files:

<script src="../../codebase/dhtmlxscheduler.js" type="text/javascript" charset="utf-8"></script> <script src="../../codebase/ext/dhtmlxscheduler_dhx_terrace.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" href="../../codebase/dhtmlxscheduler_dhx_terrace.css" type="text/css" media="screen" title="no title" charset="utf-8">
There is no need for original CSS file.

Then make following change:

.dhx_scale_hour_sep { position: absolute; height: 1px; background-color: #8C929A; right: 0; top: 21px; /* should be 21, not 20 for terrace view */ width: 20px; }
Best regards,
Ilya