Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Browse object title size

Post Reply
csnet
Posts: 11
Joined: Wed Sep 29, 2010 8:13 pm

Browse object title size

Unread post 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.
You do not have the required permissions to view the files attached to this post.
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Browse object title size

Unread post 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.
You do not have the required permissions to view the files attached to this post.
Post Reply