diff options
-rw-r--r-- | templates/web/fixmystreet/report/new/fill_in_details_form.html | 4 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/base.scss | 2 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/templates/web/fixmystreet/report/new/fill_in_details_form.html b/templates/web/fixmystreet/report/new/fill_in_details_form.html index 10662183f..4f98c6089 100644 --- a/templates/web/fixmystreet/report/new/fill_in_details_form.html +++ b/templates/web/fixmystreet/report/new/fill_in_details_form.html @@ -1,10 +1,10 @@ -<div id="report-a-poblem-main"> +<div id="report-a-problem-main"> <h1>[% loc('Reporting a problem') %]</h1> <!-- THIS NEED THE NAME OF THE COUNCIL --> <p>[% loc('This report will be sent to <strong>Name of the Council</strong>.') %]</p> - <div id="report-a-poblem-sidebar"> + <div id="report-a-problem-sidebar"> <!-- The text for this section needs checking, but I can't work out which bit comes from where --> diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss index 03ae1af65..58b79b66d 100644 --- a/web/cobrands/fixmystreet/base.scss +++ b/web/cobrands/fixmystreet/base.scss @@ -849,7 +849,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); |