\documentclass{moderncv}
\moderncvstyle{casual}
\usepackage[firstyear=1999,lastyear=2012]{moderntimeline}
\makeatletter
\pgfmathsetmacro\tl@textstartabove{\tl@width-2pt}
\makeatother
\tltextstart[north]{\scriptsize}
\tltextend[south]{\scriptsize}
\firstname{John}
\familyname{Doe}
\begin{document}
\makecvtitle
\tlcventry[cyan!60!black]{2007}{2010}{test}{test}{test}{}{test}
\tllabelcventry[cyan!60!black]{2007}{2010}{Test}{test}{test}{test}{}{test}
\tldatelabelcventry{2008}{Okt. 2008}{Test}{}{}{}{}{}
\tldatecventry[brown]{2011}{test}{}{test}{test}{}{test}
\end{document}
The alignment of the \tldatelabelcventry seems not working correctly.
It is:

And it should be:


Possible it could be merged with this problem!?
– Megachip Nov 20 '12 at 19:53