Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Using custom CSS class styling with BIRT
Using custom CSS class styling with BIRT [message #506029] Tue, 05 January 2010 19:33 Go to next message
Maxim Veksler is currently offline Maxim VekslerFriend
Messages: 28
Registered: July 2009
Junior Member
Hello,

I'm using external CSS to style my reports.

How can I use a custom class?

I've defined a CSS such as:

>>>
.report{
font-family: sans-serif;
}

HeaderReportName {
font-size: 16px;
font-weight: bold;
}
<<<

but I can't access the style HeaderReportName anywhere in the report, nor can I assign it to selected elements in the report.

If this is not possible, what would be considered the correct solution for sharing styling between several reports: Sharing BIRT styles via a library?

Suggestions are appreciated.
Re: Using custom CSS class styling with BIRT [message #506061 is a reply to message #506029] Tue, 05 January 2010 22:40 Go to previous message
Richard A. Polunsky is currently offline Richard A. PolunskyFriend
Messages: 212
Registered: July 2009
Location: Houston TX
Senior Member

all of my custom styles are prepended with a period

In your case that should be
.HeaderReportName {

Try that
Previous Topic:Wizard offerres me no service parameter from the WSDL
Next Topic:why doesn't this BIRT program terminate?
Goto Forum:
  


Current Time: Thu Apr 25 08:45:24 GMT 2024

Powered by FUDForum. Page generated in 0.03029 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top