From 9e7813819c1ea887c27a878ccb1f961c4e56334d Mon Sep 17 00:00:00 2001 From: Abhishek Srivastava Date: Fri, 12 Dec 2014 17:20:19 +0530 Subject: [PATCH] Style addthis buttons --- app/assets/stylesheets/application.css.scss | 5 +++++ app/views/shared/_login.html.haml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 9d7c2c0..017afa8 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -35,6 +35,11 @@ header h1 { } } +.addthis_sharing_toolbox { + float: right; + padding-top: 10px; +} + .login { float: right; margin-top: 15px; diff --git a/app/views/shared/_login.html.haml b/app/views/shared/_login.html.haml index 40520b8..a6ae767 100644 --- a/app/views/shared/_login.html.haml +++ b/app/views/shared/_login.html.haml @@ -10,4 +10,4 @@ = link_to "Sign in with Github".html_safe, "/auth/github", class: "btn-auth btn-github" %br - %div.addthis_button + %div.addthis_sharing_toolbox