Subversion Repository Public Repository

Nextrek

Diff Revisions 824 vs 825 for /legal-map/css/tree.css

Diff revisions: vs.
  @@ -346,40 +346,82 @@
346 346 color: red;
347 347 }
348 348
349 + .itin-elem-container{
350 + height: 75px;
351 + }
352 +
349 353 .itin-elem li{
350 354 display: inline;
351 - list-style-type: none;padding: 0;margin: 0;border:0;background-image:none;
355 + list-style-type: none;
356 + padding: 0;
357 + margin: 0;
358 + border:0;
359 + background-image:none;
352 360 text-align: center;
361 + height: 45px;
353 362 }
354 363
355 364 .itin-elem li.itin-elem-time a{
356 365 width: 60px;
357 - background-color:blue;
366 + height: 55px;
367 + background-color:transparent;
358 368 display: inline-block;
359 369 text-decoration: none;
360 370 color: black;
361 371 cursor: default;
362 372 padding: 10px 20px;/*This defines the size of each menu item*/
373 + vertical-align: top;
374 + border-right-width: 3px;
375 + border-right-style: solid;
376 + border-right-color: blue;
377 + }
378 +
379 + .itin-elem li.itin-elem-time.first a{
380 + border-top-width: 3px;
381 + border-top-style: solid;
382 + border-top-color: blue;
383 + }
384 +
385 + .itin-elem li.itin-elem-time.fake a{
386 + width: 60px;
387 + height: 55px;
388 + background-color:transparent;
389 + display: inline-block;
390 + padding: 10px 20px;/*This defines the size of each menu item*/
391 + vertical-align: top;
363 392 }
364 393
365 394 .itin-elem li.itin-elem-intestazione a{
366 395 width: 42%;
367 396 background-color:red;
397 + height: 45px;
368 398 display: inline-block;
369 399 text-decoration: none;
370 400 color: black;
371 401 cursor: default;
372 402 padding: 10px 20px;/*This defines the size of each menu item*/
403 + vertical-align: top;
404 + }
405 +
406 + .itin-elem li.itin-elem-intestazione.fake a{
407 + width: 42%;
408 + height: 45px;
409 + background-color:transparent;
410 + display: inline-block;
411 + padding: 10px 20px;/*This defines the size of each menu item*/
412 + vertical-align: top;
373 413 }
374 414
375 415 .itin-elem li.itin-elem-art a{
376 416 width: 42%;
417 + height: 45px;
377 418 background-color:yellow;
378 419 display: inline-block;
379 420 text-decoration: none;
380 421 color: black;
381 422 cursor: default;
382 423 padding: 10px 20px;/*This defines the size of each menu item*/
424 + vertical-align: top;
383 425 }
384 426
385 427