Subversion Repository Public Repository

Nextrek

Diff Revisions 933 vs 934 for /legal-map/css/tree.css

Diff revisions: vs.
  @@ -670,8 +670,8 @@
670 670 }
671 671
672 672 .itinerario-button{
673 - width: 122px;
674 - height: 30px;
673 + width: 155px;
674 + height: 37px;
675 675 background-image: url("../imgs/homepage/bottone_itinerario.png");
676 676 background-repeat: no-repeat;
677 677 position: absolute;
  @@ -698,10 +698,25 @@
698 698 bottom: 11px;
699 699 }
700 700
701 + .trova-button{
702 + width: 81px;
703 + height: 37px;
704 + background-image: url("../imgs/homepage/bottone_trova.png");
705 + background-repeat: no-repeat;
706 + position: absolute;
707 + cursor: pointer;
708 + right: 14px;
709 + bottom: 11px;
710 + }
711 +
701 712 .stampaDocumentiItinerario:hover{
702 713 background-image: url("../imgs/itinerario/bottone_stampa_testi_ROLLOVEReCLICK.png");
703 714 }
704 715
716 + .trova-button:hover{
717 + background-image: url("../imgs/homepage/bottone_trova_roll&click.png");
718 + }
719 +
705 720
706 721
707 722