From 2b209b2706e589ce2fc7979aa199952c7ec15b02 Mon Sep 17 00:00:00 2001 From: Augusto dos Anjos Almeida Date: Wed, 22 Apr 2015 15:16:18 -0300 Subject: [PATCH] Bugfix in proposal-header. --- sass/_proposal_detail.scss | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+), 0 deletions(-) diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss index b76b982..349928e 100644 --- a/sass/_proposal_detail.scss +++ b/sass/_proposal_detail.scss @@ -519,6 +519,36 @@ // @media only screen and (max-device-width: 480px) { @media only screen and (max-width: 480px) { + .proposal-header { + .title { + line-height: 1.2 !important; + padding: 15px 20px 10px !important; + position: relative !important; + width: auto !important; + bottom: inherit !important; + margin: 0 !important; + } + .abstract { + width: 100% !important; + margin: 0 !important; + p { + padding: 0 20px !important; + position: relative !important; + width: 100% !important; + bottom: inherit !important; + } + } + .show_body { + padding: 20px 0 !important; + span { + text-align: center !important; + margin: 0 10px !important; + display: block !important; + padding: 0 !important; + line-height: 1.2 !important; + } + } + } form { .actions { float: none !important; -- libgit2 0.21.2