Page 1 of 1

Browse object title size

Posted: Wed Oct 22, 2014 6:41 am
by csnet
Hi,
I am not able to control the height of the Browse and subform title.
I have tried to change
.nuTabTitleHolder to a fixed height of 30px, but nothing changes.
When inspecting the css using firefox firebug on the Browse and subform title, I can see a height of 60px for "element.style " but I cannot find this anywhere in the "Header" under System setup.
Please help.

Re: Browse object title size

Posted: Tue Nov 04, 2014 1:35 am
by massiws
csnet,
this solution works, but you have to hack nuBuilder core.

Edit nubrowseform.js file around lines 20-25, like shown in this image:
nubrowseform.js.png
This add a new wrapper with ID = "form_[form_id]" around each form; so you can add your custom CSS styles in Setup -> System Setup -> Header, just before </style> tag:
customCSS.png
Max.