diff -r 81a605180745 -r c86141a8570d integration/css/article.css --- a/integration/css/article.css Tue Oct 30 18:04:28 2012 +0100 +++ b/integration/css/article.css Tue Nov 27 18:08:06 2012 +0100 @@ -9,6 +9,16 @@ float: left; border-bottom: 1px solid #e0dde0; } +.articles .tooltip{ + width: 209px; + height: 155px; + position: absolute; + background: url(../img/white_arrow_long.png) 0 0 no-repeat; + z-index: 200; + line-height: 150px; + text-align: center; + display: none; +} .article:hover{ background-color: #eee; }