From be1cfeb88d340b8476dbd8d60c889460ed5245e1 Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Thu, 18 Sep 2014 11:30:10 +0000 Subject: [EastSussex] fix border button colour change border from green to lightened version of background colour fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/543 --- web/cobrands/eastsussex/base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/cobrands/eastsussex/base.scss b/web/cobrands/eastsussex/base.scss index 581223b60..9c72a8c47 100644 --- a/web/cobrands/eastsussex/base.scss +++ b/web/cobrands/eastsussex/base.scss @@ -96,6 +96,7 @@ h1.main { .green-btn, input.green-btn, input.green-btn:hover { background: #44697d; + border: lighten(#44697d, 10%); font-weight: bold; font-size: 1.1em; } -- cgit v1.2.3 From c6bfe99d365c59b140d89eb783048b9a738831ab Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Thu, 18 Sep 2014 12:03:54 +0000 Subject: [EastSussex] faq text for East Sussex fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/541 --- templates/web/eastsussex/faq/faq-en-gb.html | 135 ++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100755 templates/web/eastsussex/faq/faq-en-gb.html diff --git a/templates/web/eastsussex/faq/faq-en-gb.html b/templates/web/eastsussex/faq/faq-en-gb.html new file mode 100755 index 000000000..42c32e0b0 --- /dev/null +++ b/templates/web/eastsussex/faq/faq-en-gb.html @@ -0,0 +1,135 @@ +[% INCLUDE 'header.html', title = 'Help', bodyclass = 'fullwidthpage' %] + +

Frequently Asked Questions

+ +

These pages are for reporting things which are broken, dirty, damaged or dumped, and need fixing, cleaning or clearing, such as the following (See the full list):

+ +

Note that though most of these services are provided by East Sussex County Council, while FixMyStreet will forward some categories of issue to the appropriate District Council.

+ +
+
What issues can’t be reported here?
+

The following problems should be reported via + our A-Z of forms:

+
    +
  • missed rubbish or recycling collections +
  • anti-social behaviour +
  • noise pollution or barking dogs +
  • fires and smoke/smell pollution +
  • proposals for speed bumps/ CCTV/ pedestrian crossings/ new road layouts/ etc. +
  • complaining about your neighbours +
  • complaining or commenting about the council +
+ +
+ +
Reporting emergencies (Out of Hours)
+
+

Please do not report problems which present an immediate risk to life, for example missing manhole covers or a fallen lamp column.

+

Issues reported via the website are only actioned during office hours. + If you require an Out of Hours service please ring 01323 410051 + or see our Emergency and out of hours contacts list. +

+ +
+ +
How do I report a problem here?
+
After entering a postcode or location, you are shown +a map of that area. You can view problems already reported in that area, +or report ones of your own by clicking on the map at the location of +the problem.
+
How are the problems solved?
+
They are reported directly to us so we can then resolve the problem. + You can also discuss the problem on the website with others if you wish.
+ +
Do you remove silly or illegal content?
+
East Sussex County Council and FixMyStreet are not responsible for the content and accuracy +of material submitted by its users. We reserve the right to edit or remove any +problems or updates which we consider to be inappropriate upon being informed +by a user of the site.
+ +
Can I use FixMyStreet on my mobile?
+
+

The FixMyStreet website will already work on your mobile phone, adapting to + the size of your screen automatically. Using an app has some advantages, though + — for example, you can create a report even when you have no network + connection. +

+
+ +
Can I use these pages to report problems outside of the East Sussex area? +
Yes, if you enter a postcode or address outside the borough you will be re-directed to the main FixMyStreet site that will enable you to report problems elsewhere. FixMyStreet will forward these on to the relevant council.
+ +
The site is powered by FixMyStreet, who are they?
+
FixMyStreet was built by mySociety, in conjunction with the Young Foundation. +mySociety is the project of a registered charity which has grown out of the community of +volunteers who built sites like TheyWorkForYou. +mySociety’s primary mission is to build Internet projects which give people simple, tangible +benefits in the civic and community aspects of their lives. +The charity is called UK Citizens Online Democracy and is charity number 1076346. mySociety +can be contacted by email at hello@mysociety.org, +or by post at mySociety, 483 Green Lanes, London, N13 4BS.
+ +
Why does the site use kilometres for measurements?
+
The British national + grid reference system, devised by Ordnance Survey (the British national + mapping agency) around the time of the second world war, uses eastings and + northings measured in metres and kilometres; the maps we use are from + Ordnance Survey and so this is what we use to display distances. + There you have it: not everything British is in miles!
+ +
Why can’t I zoom out more on the reporting map?
+
We want to keep reports locally focused, so we restrict the ability to + move radically between areas. The map on Your Reports will let you see all + the reports you’ve made, wherever they are.
+ +
I’d like a site like this for my own location/ where’s the "source code" to this site?
+
+The mySociety software behind this site is open source, and available +under the GNU Affero GPL software license. You can download the +source code and help mySociety develop it. +You’re welcome to use it in your own projects, although you must also +make available the source code to any such projects. +Fiksgatami is an example of our code +being used in a Norwegian version of this site. +
+ +
+ +

Privacy Questions

+ +
+
Who gets to see my email address?
+
+

If you submit a problem, your details, and details of the problem, will be +submitted to East Sussex County Council, or to the appropriate District Council, as +appropriate. Other than the council, only people we authorise to view the +FixMyStreet administration interface will be able to see your email address and +they will never use it for anything other than to help administer +FixMyStreet.

+

We will never give or sell your email address to anyone else, unless we are +obliged to by law. Your name will not be published anywhere unless you let us.

+
+ +
What emails will you send to me?
+
We will email you when we have received your report, and when it has + been investigated and actioned. We will only send you emails that + relate to an issue you have reported.
+ +
+ +[% INCLUDE 'footer.html' pagefooter = 'yes' %] -- cgit v1.2.3