NetTalk Central

Author Topic: Change CSS Class for text of a button  (Read 3641 times)

debzidoodle

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
    • Email
Change CSS Class for text of a button
« on: February 17, 2014, 07:17:13 AM »
I would like the text on my button to use the nt-left css class.  I do not see a way in the template to do this, can we add this?  Or if I have missed something please let me know!

Thanks
Debra

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11297
    • View Profile
Re: Change CSS Class for text of a button
« Reply #1 on: February 17, 2014, 09:43:27 PM »
do you mean for all buttons? or just some specific buttons?
If all buttons then add

.ui-button-text{
float:left;
}


to your custom css file.

cheers
Bruce

debzidoodle

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
    • Email
Re: Change CSS Class for text of a button
« Reply #2 on: February 18, 2014, 06:42:48 AM »
Thanks Bruce, initially I was thinking one, but your suggestion will be easy to implement... and will give conformity.

Thanks for the suggestion!
Debra