Subversion Repository Public Repository

Nextrek

Diff Revisions 750 vs 751 for /legal-map/css/style.css

Diff revisions: vs.
  @@ -179,7 +179,7 @@
179 179 background-color: #FDE9D2;
180 180 }
181 181
182 - .node-container {
182 + .node-container.child-node {
183 183 padding: 10px;
184 184 }
185 185
  @@ -227,4 +227,20 @@
227 227 height:auto;
228 228 top:1em; /* (line-height/2) */
229 229 bottom:0;
230 + }
231 +
232 + .light-close-button {
233 + background-image: url("../imgs/homepage/bottone_chiudi_albero_bianca.png");
234 + }
235 +
236 + .dark-close-button {
237 + background-image: url("../imgs/homepage/bottone_chiudi_albero_nera.png");
238 + }
239 +
240 + .close-button {
241 + background-repeat: no-repeat;
242 + height: 10px;
243 + width: 10px;
244 + float: right;
245 + cursor: pointer;
230 246 }