Visual updates to make secondary action links be more consistent.
* Secondary links all are some shade of dark grey/black with a dotted underline. * Change the font used on the "about" page to be the standard Helvetica Neue except for the header. * Change the style of link in the TOS/PP to black text with a dotted underline. * Loads more link updates! * A lot of cleanup to remove duplicate `color: #549fdc` entries by using the action class. * On the main site, put the action links to the far left of the main button. * Reduce the amount of "forgot password" CSS by generalizing. * Generalize the yellow banner on the main site. issue #702
Showing
- resources/static/css/common.css 26 additions, 24 deletionsresources/static/css/common.css
- resources/static/css/m.css 1 addition, 1 deletionresources/static/css/m.css
- resources/static/css/style.css 63 additions, 51 deletionsresources/static/css/style.css
- resources/static/dialog/controllers/authenticate.js 2 additions, 2 deletionsresources/static/dialog/controllers/authenticate.js
- resources/static/dialog/css/popup.css 31 additions, 18 deletionsresources/static/dialog/css/popup.css
- resources/static/dialog/views/add_email.ejs 1 addition, 1 deletionresources/static/dialog/views/add_email.ejs
- resources/static/dialog/views/authenticate.ejs 2 additions, 2 deletionsresources/static/dialog/views/authenticate.ejs
- resources/static/dialog/views/forgot_password.ejs 1 addition, 1 deletionresources/static/dialog/views/forgot_password.ejs
- resources/static/dialog/views/required_email.ejs 2 additions, 2 deletionsresources/static/dialog/views/required_email.ejs
- resources/static/dialog/views/verify_primary_user.ejs 1 addition, 1 deletionresources/static/dialog/views/verify_primary_user.ejs
- resources/views/about.ejs 3 additions, 3 deletionsresources/views/about.ejs
- resources/views/forgot.ejs 2 additions, 2 deletionsresources/views/forgot.ejs
- resources/views/index.ejs 5 additions, 5 deletionsresources/views/index.ejs
- resources/views/layout.ejs 1 addition, 3 deletionsresources/views/layout.ejs
- resources/views/signin.ejs 2 additions, 2 deletionsresources/views/signin.ejs
- resources/views/signup.ejs 3 additions, 3 deletionsresources/views/signup.ejs
Loading
Please register or sign in to comment