integration/css/common.css
changeset 20 c86141a8570d
parent 18 bf333fd74eee
child 21 c2dd00471b2d
equal deleted inserted replaced
19:81a605180745 20:c86141a8570d
   354 }
   354 }
   355 .cluster-arrow.arrow-right{
   355 .cluster-arrow.arrow-right{
   356 	right: 0;
   356 	right: 0;
   357 	background: url(../img/cluster-arrows.png) no-repeat -19px 0;
   357 	background: url(../img/cluster-arrows.png) no-repeat -19px 0;
   358 }
   358 }
   359 .cluster-arrow.arrow-right:hover{
   359 
       
   360 .cluster-arrow.arrow-right.bute{
   360 	background-position: -19px -22px;
   361 	background-position: -19px -22px;
   361 }
   362 }
   362 .cluster-arrow.arrow-right:active{
   363 .cluster-arrow:not(.bute).arrow-right:active,
       
   364 .cluster-arrow:not(.bute).arrow-right:hover{
   363 	background-position: -19px -44px;
   365 	background-position: -19px -44px;
   364 }
   366 }
   365 .cluster-arrow.arrow-left:hover{
   367 
       
   368 .cluster-arrow.arrow-left.bute{
   366 	background-position: 0 -22px;
   369 	background-position: 0 -22px;
   367 }
   370 }
   368 .cluster-arrow.arrow-left:active{
   371 .cluster-arrow:not(.bute).arrow-left:hover,
       
   372 .cluster-arrow:not(.bute).arrow-left:active{
   369 	background-position: 0 -44px;
   373 	background-position: 0 -44px;
   370 }
   374 }
   371 /* content */
   375 /* content */
   372 .content{
   376 .content{
   373 	height: 100%;
   377 	height: 100%;
   545 .widget.affichage .liste span, .widget.affichage .treemap span	{
   549 .widget.affichage .liste span, .widget.affichage .treemap span	{
   546 	text-align: center;
   550 	text-align: center;
   547 	display: block;
   551 	display: block;
   548 	font-size: 11px;
   552 	font-size: 11px;
   549 }
   553 }
   550 .treemap:hover .visuel, .treemap:hover .visuel{
   554 .widget.affichage .treemap.active .visuel, 
       
   555 .widget.affichage .treemap:hover .visuel{
   551 	background-position: 0 -36px;
   556 	background-position: 0 -36px;
   552 }
   557 }
   553 .widget.affichage .liste:hover .visuel, .widget.affichage .treemap.active .visuel{
   558 .widget.affichage .liste:hover .visuel, 
       
   559 .widget.affichage .liste.active .visuel{
   554 	background-position: 0 -36px;
   560 	background-position: 0 -36px;
   555 }
   561 }
   556 .widget.affichage li a{
   562 .widget.affichage li a{
   557 	text-decoration: none;
   563 	text-decoration: none;
   558 	font-size: 12px;
   564 	font-size: 12px;
   675 	margin-bottom: 10px;
   681 	margin-bottom: 10px;
   676 }
   682 }
   677 .pagination .active,.pagination a:hover{
   683 .pagination .active,.pagination a:hover{
   678 	text-decoration: none;
   684 	text-decoration: none;
   679 }
   685 }
       
   686 /**/
       
   687 .data{
       
   688 	width: 209px;
       
   689 	height: 130px;
       
   690 	padding-top: 25px;
       
   691 	position: absolute;
       
   692 	background: url(../img/white_arrow_long.png) 0 0 no-repeat;
       
   693 	z-index: 200;
       
   694 	text-align: center;
       
   695 
       
   696 }