Subversion Repository Public Repository

Nextrek

Diff Revisions 770 vs 771 for /legal-map/css/tree.css

Diff revisions: vs.
  @@ -89,6 +89,35 @@
89 89 margin-right: 32px;
90 90 }
91 91
92 + .cat-icon {
93 + float: left;
94 + height: 31px;
95 + }
96 +
97 + .cat-node-1 .cat-icon {
98 + background-image: url("../imgs/homepage/ic_leggedelega.png");
99 + width: 33px;
100 + }
101 +
102 + .cat-node-2 .cat-icon {
103 + /*background-image: url("../imgs/homepage/ic_maternita.png");*/
104 + }
105 +
106 + .cat-node-3 .cat-icon {
107 + background-image: url("../imgs/homepage/ic_tipologiecontattuali.png");
108 + width: 43px;
109 + }
110 +
111 + .cat-node-4 .cat-icon {
112 + background-image: url("../imgs/homepage/ic_maternita.png");
113 + width: 27px;
114 + }
115 +
116 + .cat-node-5 .cat-icon {
117 + background-image: url("../imgs/homepage/ic_procedure.png");
118 + width: 39px;
119 + }
120 +
92 121 /* Primo livello dell'albero */
93 122 .level-node-1.cat-node-1 {
94 123 background-color: #09938C;
  @@ -205,7 +234,7 @@
205 234 }
206 235
207 236
208 - #treeContainer ul:before:not(.articolo) {
237 + #treeContainer ul:not(.articolo):not(.tab-container):before {
209 238 content:"";
210 239 display:block;
211 240 width:0;
  @@ -216,7 +245,7 @@
216 245 border-left:1px solid;
217 246 }
218 247
219 - #treeContainer ul li:before:not(.articolo) {
248 + #treeContainer ul li:not(.articolo):before {
220 249 content:"";
221 250 display:block;
222 251 width: 30px;/* same with indentation */
  @@ -228,6 +257,10 @@
228 257 left: -30px;
229 258 }
230 259
260 + #treeContainer ul li.tab:before {
261 + display: none;
262 + }
263 +
231 264 #treeContainer ul li:last-child:before {
232 265 background:white; /* same with body background */
233 266 height:auto;