Page 1 of 1

browse font

Posted: Mon Oct 27, 2014 2:04 am
by sabgto
Is it posible to have a spesific browse with a diferent font? I Need a browse with a big font but just in one browse.
I can change .nuBrowseCell/font-size at system setup/header but it changes the font in all the browsers. I need just one browse to be changed.

Re: browse font

Posted: Tue Nov 04, 2014 2:09 am
by massiws
sabgto,
have a look at this post.
Edit nubrowse.js like described and insert this in System Setup -> Header:

Code: Select all

#form_5407b3d9a70f6c1 #nuBrowseTabAreaHolder .nuBrowseCell {
    font-size: 22px !important;
}
Change '5407b3d9a70f6c1' with you form ID.

Max