NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on November 24, 2018, 01:33:30 AM

Title: Hidden fields are not completely hidden on forms
Post by: Niels Larsen on November 24, 2018, 01:33:30 AM
Hi Bruce

When hiding af field (clarion) it's not completely hidden. The table row still have some height.
Attached example shows this. On the mailbox form, under the general tab you can see all 4 fields as hidden, but not completely.

Regards Niels
Title: Re: Hidden fields are not completely hidden on forms
Post by: Niels Larsen on December 11, 2018, 01:59:39 AM
Up
Title: Re: Hidden fields are not completely hidden on forms
Post by: Bruce on December 12, 2018, 04:47:15 AM
you can adjust it by setting the padding in the nt-form-table-cell. So something like this in your custom.css

.nt-form-table-cell {
    padding: 0;
}

Cheers
Bruce