This commit is contained in:
afornerot 2019-08-23 09:49:37 +02:00
parent 8b023adc7d
commit 60cce2f317
1 changed files with 2 additions and 2 deletions

View File

@ -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++;