Subversion Repository Public Repository

Nextrek

Diff Revisions 828 vs 829 for /legal-map/css/tree.css

Diff revisions: vs.
  @@ -334,6 +334,14 @@
334 334 color: black;
335 335 }
336 336
337 + #itineraryContainer{
338 + margin-top: 0px;
339 + padding-top: 25px;
340 + padding-left: 5px;
341 + border-left: 1px solid #BBBBBB;
342 + border-right: 1px solid #BBBBBB;
343 + }
344 +
337 345 .button-itinerary{
338 346 position: absolute;
339 347 top: 35px;
  @@ -350,6 +358,14 @@
350 358 height: 89px;
351 359 }
352 360
361 + .itin-elem-container.first{
362 + height: 32px;
363 + }
364 +
365 + .itin-elem-container.title{
366 + height: 50px;
367 + }
368 +
353 369 .itin-elem li{
354 370 display: inline;
355 371 list-style-type: none;
  @@ -361,6 +377,10 @@
361 377 height: 45px;
362 378 }
363 379
380 + .itin-elem.first > li{
381 + height: 20px;
382 + }
383 +
364 384 .itin-elem li.itin-elem-time a{
365 385 width: 40px;
366 386 height: 69px;
  @@ -400,6 +420,23 @@
400 420 padding: 10px 0px 10px 0px;/*This defines the size of each menu item*/
401 421 }
402 422
423 + .itin-elem li.itin-elem-lineFake.first.rest a{
424 + width: 83%;
425 + border-top: 3px solid rgb(234,0,112);
426 + position: relative;
427 + }
428 +
429 + .itin-elem li.itin-elem-lineFake.first.rest a .arrow{
430 + width: 17px;
431 + height: 25px;
432 + position: absolute;
433 + right: -2px;
434 + top: -14px;
435 + background-image: url(../imgs/itinerario/arrow.png);
436 + background-repeat: no-repeat;
437 + background-position: -47px 0px;
438 + }
439 +
403 440 .itin-elem li.itin-elem-line2 a{
404 441 width: 65px;
405 442 height: 45px;
  @@ -426,6 +463,14 @@
426 463 border-top-style: solid;
427 464 border-top-color: rgb(26,100,114);
428 465 border-top-right-radius: 4px;
466 + height: 10px !important;
467 + }
468 + .itin-elem li.itin-elem-time.title a{
469 + display: inline-block;
470 + width: 60px;
471 + padding: 0px 5px 6px 5px !important;
472 + border: 3px solid transparent;
473 + height: 35px !important;
429 474 }
430 475
431 476 .itin-elem li.itin-elem-time.fake a{
  @@ -464,6 +509,13 @@
464 509 border-color: transparent;
465 510 }
466 511
512 + .itin-elem li.itin-elem-intestazione.fake.first a{
513 + display: inline-block;
514 + border-top-color: rgb(234,0,112);
515 + border-top-style: solid;
516 + border-top-width: 3px;
517 + }
518 +
467 519 .itin-elem li.itin-elem-art a{
468 520 width: 40%;
469 521 height: 45px;