Subversion Repository Public Repository

Nextrek

Diff Revisions 1007 vs 1008 for /legal-map/css/tree.css

Diff revisions: vs.
  @@ -817,6 +817,30 @@
817 817 margin-top: 24px;
818 818 }
819 819
820 + .check-ext{
821 + position: absolute;
822 + bottom: 0px;
823 + left: 0px;
824 + width: 100px;
825 + height: 50px;
826 + }
827 +
828 + .check-container{
829 + position: relative;
830 + width: 100%;
831 + height: 100%;
832 + }
833 +
834 + .check-originale-cont{
835 + display: inline-block;
836 + }
837 + .check-ristrutturato-cont{
838 + display: inline-block;
839 + }
840 + .check-schema-cont{
841 + display: inline-block;
842 + }
843 +
820 844
821 845
822 846