diff -r 81a605180745 -r c86141a8570d integration/css/common.css --- a/integration/css/common.css Tue Oct 30 18:04:28 2012 +0100 +++ b/integration/css/common.css Tue Nov 27 18:08:06 2012 +0100 @@ -356,16 +356,20 @@ right: 0; background: url(../img/cluster-arrows.png) no-repeat -19px 0; } -.cluster-arrow.arrow-right:hover{ + +.cluster-arrow.arrow-right.bute{ background-position: -19px -22px; } -.cluster-arrow.arrow-right:active{ +.cluster-arrow:not(.bute).arrow-right:active, +.cluster-arrow:not(.bute).arrow-right:hover{ background-position: -19px -44px; } -.cluster-arrow.arrow-left:hover{ + +.cluster-arrow.arrow-left.bute{ background-position: 0 -22px; } -.cluster-arrow.arrow-left:active{ +.cluster-arrow:not(.bute).arrow-left:hover, +.cluster-arrow:not(.bute).arrow-left:active{ background-position: 0 -44px; } /* content */ @@ -547,10 +551,12 @@ display: block; font-size: 11px; } -.treemap:hover .visuel, .treemap:hover .visuel{ +.widget.affichage .treemap.active .visuel, +.widget.affichage .treemap:hover .visuel{ background-position: 0 -36px; } -.widget.affichage .liste:hover .visuel, .widget.affichage .treemap.active .visuel{ +.widget.affichage .liste:hover .visuel, +.widget.affichage .liste.active .visuel{ background-position: 0 -36px; } .widget.affichage li a{ @@ -676,4 +682,15 @@ } .pagination .active,.pagination a:hover{ text-decoration: none; -} \ No newline at end of file +} +/**/ +.data{ + width: 209px; + height: 130px; + padding-top: 25px; + position: absolute; + background: url(../img/white_arrow_long.png) 0 0 no-repeat; + z-index: 200; + text-align: center; + +}