integration/css/article.css
changeset 20 c86141a8570d
parent 18 bf333fd74eee
child 28 10a958322a62
equal deleted inserted replaced
19:81a605180745 20:c86141a8570d
     6 }
     6 }
     7 .article{
     7 .article{
     8 	padding: 12px 0 6px 0;
     8 	padding: 12px 0 6px 0;
     9 	float: left;
     9 	float: left;
    10 	border-bottom: 1px solid #e0dde0;
    10 	border-bottom: 1px solid #e0dde0;
       
    11 }
       
    12 .articles .tooltip{
       
    13 	width: 209px;
       
    14 	height: 155px;
       
    15 	position: absolute;
       
    16 	background: url(../img/white_arrow_long.png) 0 0 no-repeat;
       
    17 	z-index: 200;
       
    18 	line-height: 150px;
       
    19 	text-align: center;
       
    20 	display: none;
    11 }
    21 }
    12 .article:hover{
    22 .article:hover{
    13 	background-color: #eee;
    23 	background-color: #eee;
    14 }
    24 }
    15 .inner-article{
    25 .inner-article{