From 44a79815828a7e151b824e408e71de81fab192ef Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Fri, 5 May 2017 14:54:42 +0200 Subject: [PATCH] Cleaned up duplicate CSS --- publichealth/static/css/modules/_footer.scss | 1 + publichealth/static/css/modules/_forms.scss | 17 +---------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/publichealth/static/css/modules/_footer.scss b/publichealth/static/css/modules/_footer.scss index 4af75a3..fd17d3e 100644 --- a/publichealth/static/css/modules/_footer.scss +++ b/publichealth/static/css/modules/_footer.scss @@ -50,6 +50,7 @@ article footer .btn { } } +// Base style for social network buttons as used in header .social-networks > a { width: 14px; height: 14px; font-size: 0px !important; diff --git a/publichealth/static/css/modules/_forms.scss b/publichealth/static/css/modules/_forms.scss index 1b90782..f63f55a 100644 --- a/publichealth/static/css/modules/_forms.scss +++ b/publichealth/static/css/modules/_forms.scss @@ -1,4 +1,4 @@ -// Contact page +// Contact page form #contact-page { form { @@ -32,21 +32,6 @@ } -// Footer search form -#search-form { - - input { - float: left; - width: auto; - color: white; - } - button { - background: none; border: none; - padding-top: 0.5em; - } - -} - // Search result form #search-page { input[type='text'] {