Subversion Repository Public Repository

Nextrek

Diff Revisions 996 vs 997 for /legal-map/css/tree.css

Diff revisions: vs.
  @@ -778,18 +778,29 @@
778 778 }
779 779
780 780 .title-O-separator, .title-R-separator, .title-V-separator{
781 - min-height: 50px;
781 + min-height: 40px;
782 782 width: 1px;
783 783 background-color: black;
784 784 display: inline-block;
785 785 }
786 786
787 787 .title-O-image, .title-R-image, .title-V-image{
788 - height: 20px;
789 - width: 20px;
788 + height: 15px;
789 + width: 19px;
790 790 background-color: red;
791 791 display: inline-block;
792 - padding-left: 15px;
792 + margin-left: 15px;
793 + background-repeat: no-repeat;
794 + }
795 +
796 + .title-O-image{
797 + background-image: url(../imgs/articolo/ic_originale.png);
798 + }
799 + .title-R-image{
800 + background-image: url(../imgs/articolo/ic_ristrutturato.png);
801 + }
802 + .title-V-image{
803 + background-image: url(../imgs/articolo/ic_schema.png);
793 804 }
794 805
795 806 .title-O-type, .title-R-type, .title-V-type{