You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by LakshithaS <la...@gmail.com> on 2008/02/18 13:10:12 UTC

How to change the CSS styles in BeanDisplay

Dear All,
Currently I'm developing a web application using tapestry 5 and wanna know
some technical stuff about components. in fact, this is regarding the
BeanDisplay component I want to change default CSS styles of this component
to suits with my application. I have tried in several ways. 
ex: DIV.t-beandisplay ROW {
    text-align: center;
    color: black;
    font-family: arial
  }
but its not successful. please help.. 

Thanks and Best regards
Lakshitha 
-- 
View this message in context: http://www.nabble.com/How-to-change-the-CSS-styles-in-BeanDisplay-tp15543880p15543880.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: How to change the CSS styles in BeanDisplay

Posted by Davor Hrg <hr...@gmail.com>.
Try firefox+firebug to find out what causes it

Davor Hrg

On Wed, Feb 27, 2008 at 10:54 AM, LakshithaS <la...@gmail.com> wrote:
>
>  Yeah,,,thanks, it works but not entirely some border part at the top is still
>  displaying
>
>
>
>
>
>  Davor Hrg wrote:
>  >
>  > maybe this :
>  >
>  > DIV.t-beandisplay-row {
>  >    text-align: center;
>  >    color: black;
>  >    font-family: arial
>  >  }
>  >
>  > On Feb 18, 2008 1:10 PM, LakshithaS <la...@gmail.com> wrote:
>  >>
>  >> Dear All,
>  >> Currently I'm developing a web application using tapestry 5 and wanna
>  >> know
>  >> some technical stuff about components. in fact, this is regarding the
>  >> BeanDisplay component I want to change default CSS styles of this
>  >> component
>  >> to suits with my application. I have tried in several ways.
>  >> ex: DIV.t-beandisplay ROW {
>  >>     text-align: center;
>  >>     color: black;
>  >>     font-family: arial
>  >>   }
>  >> but its not successful. please help..
>  >>
>  >> Thanks and Best regards
>  >> Lakshitha
>  >> --
>  >> View this message in context:
>  >> http://www.nabble.com/How-to-change-the-CSS-styles-in-BeanDisplay-tp15543880p15543880.html
>  >> Sent from the Tapestry - User mailing list archive at Nabble.com.
>  >>
>  >>
>  >> ---------------------------------------------------------------------
>  >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  >> For additional commands, e-mail: users-help@tapestry.apache.org
>  >>
>  >>
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  > For additional commands, e-mail: users-help@tapestry.apache.org
>  >
>  >
>  >
>
>  --
>  View this message in context: http://www.nabble.com/How-to-change-the-CSS-styles-in-BeanDisplay-tp15543880p15709798.html
>
>
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>  For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: How to change the CSS styles in BeanDisplay

Posted by LakshithaS <la...@gmail.com>.
Yeah,,,thanks, it works but not entirely some border part at the top is still
displaying

 

Davor Hrg wrote:
> 
> maybe this :
> 
> DIV.t-beandisplay-row {
>    text-align: center;
>    color: black;
>    font-family: arial
>  }
> 
> On Feb 18, 2008 1:10 PM, LakshithaS <la...@gmail.com> wrote:
>>
>> Dear All,
>> Currently I'm developing a web application using tapestry 5 and wanna
>> know
>> some technical stuff about components. in fact, this is regarding the
>> BeanDisplay component I want to change default CSS styles of this
>> component
>> to suits with my application. I have tried in several ways.
>> ex: DIV.t-beandisplay ROW {
>>     text-align: center;
>>     color: black;
>>     font-family: arial
>>   }
>> but its not successful. please help..
>>
>> Thanks and Best regards
>> Lakshitha
>> --
>> View this message in context:
>> http://www.nabble.com/How-to-change-the-CSS-styles-in-BeanDisplay-tp15543880p15543880.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-change-the-CSS-styles-in-BeanDisplay-tp15543880p15709798.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: How to change the CSS styles in BeanDisplay

Posted by Davor Hrg <hr...@gmail.com>.
maybe this :

DIV.t-beandisplay-row {
   text-align: center;
   color: black;
   font-family: arial
 }

On Feb 18, 2008 1:10 PM, LakshithaS <la...@gmail.com> wrote:
>
> Dear All,
> Currently I'm developing a web application using tapestry 5 and wanna know
> some technical stuff about components. in fact, this is regarding the
> BeanDisplay component I want to change default CSS styles of this component
> to suits with my application. I have tried in several ways.
> ex: DIV.t-beandisplay ROW {
>     text-align: center;
>     color: black;
>     font-family: arial
>   }
> but its not successful. please help..
>
> Thanks and Best regards
> Lakshitha
> --
> View this message in context: http://www.nabble.com/How-to-change-the-CSS-styles-in-BeanDisplay-tp15543880p15543880.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org