integration/css/article.css
changeset 20 c86141a8570d
parent 18 bf333fd74eee
child 28 10a958322a62
--- 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;
 }