-
"Fabrik 4" helpers needed!Dismiss Notice
You are invited to join other community members active in coding, maintaining and improving Fabrik. Please visit https://fabrik.help for more information!
Improving the Fabrik Admin interface
-
Tips for improving the effectiveness of the Fabrik admin interface.
Contents
Compressing the Admin lists(top)
If you would like to see more elements or groups etc. on your screen in the Fabrik Admin lists, then with a small tweak to the CSS, some of the white-space between rows can be removed.
Code (CSS):/* Make admin lists more compact */
.table th,
.table td {
padding: 1px 8px;
}
input[type="radio"],
input[type="checkbox"] {
margin: 0;
*margin-top: 0;
margin-top: 1px \9;
}
XenCarta PRO
© Jason Axelrod from 8WAYRUN.COM