Customize the Subject Area container - OBIEE 11g

Look at the snapshot below :












We are going to change the color and font weight of Subject area container ( Left hand panel )

We have to change the 2 CSS files.

C:\OBIEE\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\s_blafp\uicomponents\obips.Tree\obips.Tree.css

AND

C:\OBIEE\Oracle_BI1\bifoundation\web\app\res\s_blafp\uicomponents\obips.Tree\obips.Tree.css


Update the class .treeLine as follows:


.treeLine
{white-space:nowrap;
word-wrap:normal;
color:#B00306;
cursor:default;
font-family:Tahoma;
font-size:11px;
font-weight:bold;}

Restart the OBI services and refresh the metadata. Clear the browser cache.

Note : I have tested this change in IE ( As of now I have no idea if it will work in other browsers )


















-----------------------------------------------------------------------------------------------------


Make a change in common.css file at 2 locations. 


C:\OBIEE\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\sk_blafp\b_mozilla_4\common.css

AND

C:\OBIEE\Oracle_BI1\bifoundation\web\app\res\sk_blafp\b_mozilla_4\common.css


This is the change ->
.SubjectAreaBaseLink,.SubjectAreaBaseLink:link,.SubjectAreaBaseLink:visited,.SubjectAreaBaseLink:hover

  background-repeat:no-repeat;
  color:#52882C;
  display:block;
   min-height:16px;
   padding-left:20px;
   padding-top:2px;
   text-decoration:none;
   white-space:nowrap;
   width:280px;
}

Restart the OBI services.


























Thanks.

4 comments:

Anonymous said...

Thank you for sharing this!

Nachiket said...

Thanks for your comment.

Dev said...

Hi Nachiket,

Thanks for the informative post.

Would you have any idea as to how can I customize the Section and Column of a dashboard from a CSS file ?

I am using OBIEE 11.1.1.7.0 (Simple Install) with Firefox.

Thanks n Regards
Dev

Dev said...

Got It :)

I just added a WIDTH tag inside CVView in the view.css file at the following two locations:

Location 1: C:\obiee11g\Oracle_BI1\bifoundation\web\appv2\res\s_FusionFX\b_mozilla_4\views.css
Location 2: C:\obiee11g\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\s_FusionFX\b_mozilla_4\views.css

Thanks n Regards
Dev