From 13a6b1389d48ff23fd9d5ba6cab43f3471011f42 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 20 Apr 2015 21:25:50 +0200 Subject: [PATCH] fixed service-icons in sidebar recovered css from old application.scss was removed in e188782a9a18fae0b2fbd4690f25e56807e69625 --- app/assets/stylesheets/sidebar.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app/assets/stylesheets/sidebar.scss b/app/assets/stylesheets/sidebar.scss index ac96c0bf2..28d012ceb 100644 --- a/app/assets/stylesheets/sidebar.scss +++ b/app/assets/stylesheets/sidebar.scss @@ -39,6 +39,23 @@ height: 30px; width: 100%; } + + & > #right_service_icons { + text-align: center; + padding: 10px { + bottom: 0; + }; + .social_media_logos-facebook-24x24, + .social_media_logos-twitter-24x24, + .social_media_logos-tumblr-24x24, + .social_media_logos-wordpress-24x24 { + height: 24px; + width: 24px; + } + a { + display: inline-block; + } + } } } }