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.
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.
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
-
- Posts: 11
- Joined: Wed Sep 29, 2010 8:13 pm
Browse object title size
You do not have the required permissions to view the files attached to this post.
-
- Posts: 503
- Joined: Thu May 24, 2012 2:08 am
- Location: Milan, Italy
- Contact:
Re: Browse object title size
csnet,
this solution works, but you have to hack nuBuilder core.
Edit nubrowseform.js file around lines 20-25, like shown in this image: 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: Max.
this solution works, but you have to hack nuBuilder core.
Edit nubrowseform.js file around lines 20-25, like shown in this image: 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: Max.
You do not have the required permissions to view the files attached to this post.