p38
Well-Known Member
Hi All, for those using the ISIS admin template, here is a nice tip to save on admin grid space when working with fabrik, which saves plenty of page scrolling.
either edit
\administrator\templates\isis\css\template.css
or copy template to your own name.
at Line 1685 change
to
so it looks like this
I hope you find this usefull
Paul
either edit
\administrator\templates\isis\css\template.css
or copy template to your own name.
at Line 1685 change
Code:
padding: 8px;
to
Code:
padding: -1px 8px;
so it looks like this
Code:
.table th,
.table td {
padding: -1px 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-top: 1px solid #ddd;
}
I hope you find this usefull
Paul