From a4d59caef46514c20d74bff7bad02cfe568dfa18 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 3 Mar 2016 17:34:51 +0100 Subject: [PATCH] Information panel on right side of details page fixed --- app/assets/stylesheets/_settings.scss | 2 +- app/views/packages/details.slim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index 5f271b9..33ad64d 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -860,7 +860,7 @@ a.black .bigpanel { - background-color: white; + background-color: $light-gray; border-radius: 10px; padding: 1em 1em 0.1em 1em; margin-bottom: 1em; diff --git a/app/views/packages/details.slim b/app/views/packages/details.slim index 23349c2..d7da793 100644 --- a/app/views/packages/details.slim +++ b/app/views/packages/details.slim @@ -35,6 +35,7 @@ - else p Sorry - no more information available. - if @package.homepage + hr p.subtitle Homepage p = link_to @package.homepage, @package.homepage, target: '_blank'