Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Rounded corners on a table via CSS in BIRT(How does one achieve rounded corners on a table via CSS in BIRT)
Rounded corners on a table via CSS in BIRT [message #816675] Fri, 09 March 2012 06:00 Go to next message
andrew smith is currently offline andrew smithFriend
Messages: 43
Registered: February 2012
Member
Hi, all:

It is possible to make a table with rounded corners in a BIRT RCP environment via CSS stylesheets?

Something like this, for example:
_h_t_t_p://blogosys.com/wp-content/uploads/image-import/_3t5ds9r5fTM/SVWQpOJOOsI/AAAAAAAAA5o/1D7QVmj2alw/s400/rounded-corner-html-css.JPG

I put underscores in the '_h_t_t_p_' for a link, since I have not posted more than 25 messages and the system would not allow me to share the link otherwise. Sorry for inconvenience.

Thank you in advance,

[Updated on: Fri, 09 March 2012 08:31]

Report message to a moderator

Re: Rounded corners on a table via CSS [message #817221 is a reply to message #816675] Fri, 09 March 2012 20:13 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Have you seen this link:
http://www.birt-exchange.org/org/devshare/designing-birt-reports/654-rendering-a-table-with-rounded-corners/

It is not css but may help. You could use a text element and do inline
styles if you like. For example add a text element and set its type to
html and put in:

<div style="border:2px solid #a1a1a1;padding:10px
40px;background:#dddddd;width:300px;border-radius:25px;-moz-border-radius:25px;">Rounded
Cornders in my Text Element</div


Another option is to modify the default viewer style files.

Jason

On 3/9/2012 1:00 AM, andrew smith wrote:
> Hi, all:
>
> It is possible to make a table with rounded corners in a BIRT RCP
> environment via CSS stylesheets?
> Something like this, for example:
> _h_t_t_p://blogosys.com/wp-content/uploads/image-import/_3t5ds9r5fTM/SVWQpOJOOsI/AAAAAAAAA5o/1D7QVmj2alw/s400/rounded-corner-html-css.JPG
>
>
>
>
> Thank you in advance,
Previous Topic:Connection problem to SQL Server Database from BIRT RE 3.7.1
Next Topic:Severe tomcat error messages when stop/undeploy viewer
Goto Forum:
  


Current Time: Fri Apr 19 06:40:25 GMT 2024

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

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

Back to the top