empty div showing above list when add/filter/csv etc disabled

rw1

Moderator
i have disabled add, filter and export to csv functions on a list and there is a empty div displaying above the list that appears like a bar ie | (see attached).

firebug shows:

<div class="fabrik_buttons">
<ul class="fabrik_action"></ul>
</div>

this issue goes away, if in com_fabrik/views/list/tmpl/default/template_css.php at #listform_$c ul.fabrik_action you change:

border:1px solid #999;

to:

border:0px solid #999;

edit: perhaps a solution would be to add a rule:

#listform_$c ul.fabrik_action img {

and then just style it if an image was present, otherwise it can collapse.
 

Attachments

  • div_above_list.PNG
    div_above_list.PNG
    3 KB · Views: 86
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top