diff options
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index d17365ccb..f1362bc81 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -1,3 +1,4 @@ + @import "compass"; @import "_colours"; @import "_mixins"; @@ -777,11 +778,6 @@ textarea.form-error { } } -// Report page -.problem-header { - min-height:19em; -} - // Frontpage body.frontpage { @@ -1019,7 +1015,8 @@ body.frontpage { //put the RAP notes into the main copy area // Note: Also used for the non-JS case. - #report-a-problem-sidebar { + #report-a-problem-sidebar, + .general-sidebar-notes { position: static; width: auto; @include box-shadow(rgba(0, 0, 0, 0), 0, 0, 0); |