vladikoff / meteor-accounts-persona

Login service for Mozilla Persona accounts
MIT License
19 stars 6 forks source link

Question: Styling #2

Closed orefalo closed 11 years ago

orefalo commented 11 years ago

Ok, so I got by beautiful Persona button in my sample app. But ohh crap - it really looks bad.

I've been trying to customer accounts-ui for the past 2 hours with mediocre success (even with the unstyled version).

What is the recommended way to Style the Account.ui Login Botton with the Persona CSS found at https://developer.mozilla.org/en-US/docs/persona/branding ?

vladikoff commented 11 years ago

Hey!

You should look for 'accounts-ui-unstyled' or build your own login buttons as described in the README (using button events) Some info found here on 'accounts-ui-unstyled': https://groups.google.com/forum/?fromgroups=#!topic/meteor-core/On21wtRKPzc and here: http://rcode5.wordpress.com/2012/12/30/researching-meteorjs-authentication/

Thanks

orefalo commented 11 years ago

tks