Subversion Repository Public Repository

Nextrek

Diff Revisions 756 vs 758 for /legal-map/css/style.css

Diff revisions: vs.
  @@ -192,7 +192,7 @@
192 192 }
193 193
194 194
195 - #treeContainer ul:before {
195 + #treeContainer ul:before:not(.articolo) {
196 196 content:"";
197 197 display:block;
198 198 width:0;
  @@ -203,7 +203,7 @@
203 203 border-left:1px solid;
204 204 }
205 205
206 - #treeContainer ul li:before {
206 + #treeContainer ul li:before:not(.articolo) {
207 207 content:"";
208 208 display:block;
209 209 width: 30px;/* same with indentation */
  @@ -259,7 +259,7 @@
259 259 border-left:1px solid;
260 260 height: 14px;
261 261 position: absolute;
262 - top: 41px;
262 + top: 62px;
263 263 left: 25px;
264 264 }
265 265
  @@ -273,4 +273,16 @@
273 273
274 274 .level-node-5 .articolo {
275 275 margin-right: -504px;
276 + }
277 +
278 + .articolo .originale,
279 + .articolo .schema,
280 + .articolo .ristrutturato {
281 + display: table-cell;
282 + width: 50%;
283 + vertical-align: top;
284 + }
285 +
286 + .articolo .schema {
287 + border-left: 1px solid;
276 288 }