Subversion Repository Public Repository

Nextrek

Diff Revisions 1047 vs 1048 for /legal-map/css/tree.css

Diff revisions: vs.
  @@ -7,6 +7,23 @@
7 7 position: relative;
8 8 }
9 9
10 + #searchbar {
11 + padding: 5px 0;
12 + background-color: #F2F2F2;
13 + text-align: center;
14 + margin: 0;
15 + border-top: 1px solid #EEE;
16 + border-bottom: 1px solid #EEE;
17 + display: none;
18 + }
19 + #searchbar input,
20 + #searchbar button {
21 + padding: 7px;
22 + border: 1px solid #CCC;
23 + border-radius: 4px;
24 + cursor: pointer;
25 + }
26 +
10 27 h1,h2 {
11 28 margin: auto;
12 29 }
  @@ -28,7 +45,7 @@
28 45
29 46 #treeContainer {
30 47 margin-right: 186px;
31 - margin-top: -25px;
48 + margin-top: 0;
32 49 }
33 50
34 51 .level-node-1 {
  @@ -311,6 +328,7 @@
311 328 width: 10px;
312 329 float: right;
313 330 cursor: pointer;
331 + display: none;
314 332 }
315 333 .close-button.popup-close{
316 334 display: block;
  @@ -677,7 +695,7 @@
677 695 position: absolute;
678 696 cursor: pointer;
679 697 right: 114px;
680 - bottom: 11px;
698 + bottom: 0;
681 699 }
682 700
683 701 .stampaItinerario:hover{
  @@ -704,9 +722,9 @@
704 722 background-image: url("../imgs/homepage/bottone_trova.png");
705 723 background-repeat: no-repeat;
706 724 position: absolute;
707 - cursor: default;
725 + cursor: pointer;
708 726 right: 14px;
709 - bottom: 11px;
727 + bottom: 0;
710 728 }
711 729
712 730 .stampa-button{
  @@ -725,8 +743,7 @@
725 743 }
726 744
727 745 .trova-button:hover{
728 - /*background-image: url("../imgs/homepage/bottone_trova_roll&click.png");*/
729 - background-image: url("../imgs/homepage/bottone_trova.png");
746 + background-image: url("../imgs/homepage/bottone_trova_roll&click.png");
730 747 }
731 748
732 749 .stampa-button:hover{