Alingment of borders for repeat groups in List.

pkjoshi

Active Member
The alignment for borders in repeat group in list are not properly aligned. May be I am doing something wrong.
I am attaching herewith the snapshots of both as to how I am getting and how I expect it to be.
 

Attachments

  • repeat_group1.jpg
    repeat_group1.jpg
    48.4 KB · Views: 308
  • repeat_group2.jpg
    repeat_group2.jpg
    75.9 KB · Views: 316
In every column the repeat data is displayed as list.
Set a fix height (the one of your pictures) for all li tags in custom_css.php, e.g. (if listid=6)
#listform_6_com_fabrik_6 ul.fabrikRepeatData li {
height: 40px;
}
 
Thanks Troester for the suggestion.
But will that not increase that height for the rows even where there are no pictures.

Again in the normal list(not repeat data) the height of only those rows and cells are increased where there is a content of bigger height in any field and the rest rows height remain at usual.

Is there no other workaround that I can increase the height only for the rows which contains for example a picture.
 
not easily no with css - I'm pretty sure you can alter a parent dom node based on a selector within its list of child nodes. You could do it with javascript I guess, iterate over the li's and see if they had images and then set the li's height for those li's only
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top