NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: debzidoodle on February 17, 2014, 07:17:13 AM

Title: Change CSS Class for text of a button
Post by: debzidoodle 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
Title: Re: Change CSS Class for text of a button
Post by: Bruce 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
Title: Re: Change CSS Class for text of a button
Post by: debzidoodle 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