Home
Analytics
Moving Navigation Bar in viewer to bottom
snak
Hi
How can we move the Navigation Bar in the Birt Viewer to Bottom of the page...ie after the report.When I s earched i was able to see only the way to customize it..
Anyone please help to solve this issue.
Thanks In advance
Snak
Find more posts tagged with
Comments
mwilliams
Have you looked at the jsp pages for the viewer, yet?
snak
Hi Michael,<br />
<br />
<br />
Thanks for the reply.<br />
Yes I have...But I am not able to find out from where the NavigationBarFragment.jsp is called.<br />
I am using BIRT 3.7.<br />
<br />
<br />
<br />
<br />
<br />
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="117246" data-time="1369872035" data-date="29 May 2013 - 05:00 PM"><p>
Have you looked at the jsp pages for the viewer, yet?<br /></p></blockquote>
snak
Please provide some way to do it.
snak
I was able to do it in making some changes in style.css<br />
<br />
<br />
<blockquote class='ipsBlockquote' data-author="'snak'" data-cid="117298" data-time="1370265952" data-date="03 June 2013 - 06:25 AM"><p>
Please provide some way to do it.<br /></p></blockquote>
mwilliams
Sorry for the delay. I started to look at this and then got pushed to other things these last couple weeks. Would you mind posting the changes you made to get this to the bottom? This would also make a good devShare post.
snak
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="117756" data-time="1371592772" data-date="18 June 2013 - 02:59 PM"><p>
Sorry for the delay. I started to look at this and then got pushed to other things these last couple weeks. Would you mind posting the changes you made to get this to the bottom? This would also make a good devShare post.<br /></p></blockquote>
<br />
<br />
Hi Michael,<br />
<br />
I added some extra styles to the '.birtviewer_navbar' in 'style.css'.<br />
.birtviewer_navbar {<br />
color: #585858;<br />
font-size: 12px;<br />
font-weight:normal;<br />
font-family: "Microsoft New Tai Lue";<br />
border: 1px solid #F3F3F3;<br />
border-left: 0;<br />
border-right: 0;<br />
<br />
/*to move navigation bar to bottom*/<br />
background: none repeat scroll 0 0 #F2F2F2;<br />
border-top: 1px solid #CCCCCC;<br />
bottom: 0;<br />
position: absolute;<br />
z-index: 999;<br />
}
mwilliams
Great! Thanks for updating the thread!
snak
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="117773" data-time="1371619921" data-date="18 June 2013 - 10:32 PM"><p>
Great! Thanks for updating the thread!
<br /></p></blockquote>
<br />
<br />
Mahesh_mote
Thanks bro!