svg
This commit is contained in:
parent
8b023adc7d
commit
60cce2f317
|
@ -131,7 +131,7 @@
|
|||
height:80%;
|
||||
}
|
||||
|
||||
#gridtemplate .rowcontainer .row {height:50%; margin:0px}
|
||||
#gridtemplate .rowcontainer .row {height:33.333333333333333%; margin:0px}
|
||||
#gridtemplate .rowcontainer .maxright, #gridtemplate .rowcontainer .maxleft {height:90% !important; width:20% !important; }
|
||||
#gridtemplate .rowcontainer .rowcontainer {width:60% !important;}
|
||||
#gridtemplate .rowcontainer .addRow {display:none;}
|
||||
|
@ -328,7 +328,7 @@
|
|||
}
|
||||
else {
|
||||
nbrow=$(this).parent().children(".rowcontainer").children('.row').length;
|
||||
nbmax=3;
|
||||
nbmax=4;
|
||||
}
|
||||
|
||||
nbrow++;
|
||||
|
|
Loading…
Reference in New Issue