diff options
author | Martin Wright <martin@mysociety.org> | 2014-04-07 14:22:45 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-04-24 15:38:15 +0100 |
commit | 4f5be5deaa3f7eb1e1affb24bf99ee9df1a59911 (patch) | |
tree | 37a17f60c135ec991350738fd7a4b4f402509fb5 | |
parent | e4ca1d54848a04134cf005f37ee041a59c35408d (diff) |
stripped back and simplified public body layout and styles
-rw-r--r-- | app/assets/stylesheets/responsive/_public_body_layout.scss | 3 | ||||
-rw-r--r-- | app/assets/stylesheets/responsive/_public_body_style.scss | 30 |
2 files changed, 11 insertions, 22 deletions
diff --git a/app/assets/stylesheets/responsive/_public_body_layout.scss b/app/assets/stylesheets/responsive/_public_body_layout.scss index fd620a74e..ac02b1c10 100644 --- a/app/assets/stylesheets/responsive/_public_body_layout.scss +++ b/app/assets/stylesheets/responsive/_public_body_layout.scss @@ -1,2 +1,5 @@ /* Layout for public body pages */ +#foi_results_section { + @include grid-column(12); +} diff --git a/app/assets/stylesheets/responsive/_public_body_style.scss b/app/assets/stylesheets/responsive/_public_body_style.scss index 7c950e5ef..240d92618 100644 --- a/app/assets/stylesheets/responsive/_public_body_style.scss +++ b/app/assets/stylesheets/responsive/_public_body_style.scss @@ -1,28 +1,14 @@ /* Style for public body pages */ - -#stepwise_make_request_view_email { - text-align:center; - margin:0; - padding:1em 0; -} - -p.public-body-name-prefix { +.public-body-name-prefix { color:#888; - margin-top:15px; - margin-bottom:-5px; - font-size: 1.2em; + font-size: 1.3em; + position: relative; + top: 1em; } #follow_count { - text-align: right; - float: left; - margin-top: -20px; - margin-right: 5px; - font-weight: 700; - font-size: 60px; - line-height: 60px; -} - -#stepwise_make_request { - margin:0 14em 40px 0; + font-weight: bold; + font-size: 3em; + position: relative; + top: 0.25em; } |