NetTalk Central

Author Topic: Column Custom CSS  (Read 2049 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1848
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Column Custom CSS
« on: June 02, 2010, 03:42:05 AM »
Hi,
I need a column in a browse to be RightJustify and Green.
There are a rightJustify class and a Green class.
Is there any way to indicate a merge between the existing classes like:
'RightJustify;Green' ?
Thanks
Alberto
-----------
Regards
Alberto

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Column Custom CSS
« Reply #1 on: June 02, 2010, 04:09:20 AM »
if you are using NT5 try ' RightJustify Green'

note spaces at front and in between

Alberto

  • Hero Member
  • *****
  • Posts: 1848
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Column Custom CSS
« Reply #2 on: June 02, 2010, 04:31:31 AM »
Perfect! thanks
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Column Custom CSS
« Reply #3 on: June 02, 2010, 07:48:52 AM »
All the CSS settings follow a "combine" approach.
In other words, if you enter
'green'
then you are setting the css to _just_ green.
If you enter
' green'
(ie space-green)
then you are _appending_ green to the classes for that item.

This allows you to _append_ or _override_ the default css for that item.

As Kevin noted, it's also a space separated list - so
' green bold'
applies the default, then green, then bold.

Cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1848
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Column Custom CSS
« Reply #4 on: June 09, 2010, 04:16:59 PM »
In C72 NTWS5 PR18
If you select a CSS for a column, lets say RightJustify teres no way to add custom.
If you select Custom and add ' RightJustify Blue' or 'RightJustify Blue' it does not work.
ALberto
-----------
Regards
Alberto