diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 2 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index 1b30aefb5..635e5fa8c 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -844,7 +844,7 @@ a:hover.button-left { } -// only on mobile, this is a sidebar on desk (#report-a-poblem-sidebar) +// only on mobile, this is a sidebar on desk (#report-a-problem-sidebar) a.rap-notes-trigger, a:hover.rap-notes-trigger { display:block; diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 42330266c..1347c4482 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -325,7 +325,7 @@ textarea{ } /* Report a problem sidebar notes */ -#report-a-poblem-sidebar { +#report-a-problem-sidebar { position:absolute; left:29.5em; top:2em; @@ -345,7 +345,7 @@ textarea{ } } .ie6, .ie7 { - #report-a-poblem-sidebar { + #report-a-problem-sidebar { top:5em; } } @@ -697,7 +697,7 @@ body.frontpage { } //put the RAP notes into the main copy area - #report-a-poblem-sidebar { + #report-a-problem-sidebar { position: static; width: auto; @include box-shadow(rgba(0, 0, 0, 0), 0, 0, 0); |