| Commit message (Collapse) | Author | Age | Lines |
... | |
|
|
|
|
|
|
| |
Oxfordshire map pins now have icons on, and some use different colours,
to better communicate the status of reports.
Fixes mysociety/fixmystreetforcouncils#170
|
| |
|
|
|
|
|
|
| |
Previously, a green marker would be used for reports as they were being
created. Now, cobrands can override `pin_new_report_colour` to show a
different pin image when users are creating a new report.
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
The change to background-colour in 35bf6ddb2e meant the normal
hover linear-gradient was overriding.
|
| | |
|
| |
| |
| |
| |
| |
| | |
This removes most of the FMS/mySociety branding, but uses the same logic
as the fixmystreet.com cobrand wrt problem restrictions, handling, etc.
Suitable for UK council demos.
|
| |
| |
| |
| |
| |
| | |
Removing the explicit width lets .container scale down nicely to the
"middle" 48-60em screen width range without its contents hitting the
sides of the window (as previously happened).
|
| |
| |
| |
| |
| |
| | |
Most cobrands have the same header at mobile and desktop, so it is
easier and simpler for the default to have this and override where
necessary.
|
| |
| |
| |
| | |
Adjustments necessary due to the preceding commits.
|
| |
| |
| |
| |
| | |
There was no need for the default .content width to be fixed and require
overriding.
|
| |
| |
| |
| |
| | |
This makes it easier to change/remove the default top border, with
subsequent measurements adjusting accordingly.
|
| |
| |
| |
| |
| |
| |
| | |
This commit removes the caption-side handling, which wasn't actually
used. It gets rid of .nav-wrapper-2, and uses site-header for header
display (e.g. top border). It does not update any cobrands with what
needs changing.
|
| |
| |
| |
| |
| |
| | |
Rely upon the site logo for the header height, rather than use absolute
positioning/height. This commit only alters the base styling, including
cobrands; layout styling comes later.
|
|\| |
|
| |
| |
| |
| |
| | |
This means that only cobrands that want a different/bigger logo have to
override it.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Remove unused .tablewrapper footer CSS.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Reorder structure of the page
Remove icons from features text
Add screenshot of theme examples
Remove compatibility information
Recolour clients section
Pricing table
- Move prices to bottom
- Ditch 'show more' functionality
- Add revised tier names
|
| | |
|
|/
|
|
|
|
| |
https://github.com/mysociety/FixMyStreet-Commercial/issues/850
The image previously had FMS in a windowed browser on the laptop, this replaces it with one in full screen
|
|
|
|
| |
This is mySociety deploy specific.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Standardise with a "darker green" sidebar colour.
|
| |
|
| |
|
|
|
|
|
|
| |
The Bromley update form needed to be updated to use the new <select> template.
This also fixes a situation where staff users (on all cobrands) wouldn't be able
to leave updates on problems with state 'fixed - user'.
|
|\ |
|
| |
| |
| |
| |
| | |
It is possible the report's state isn't one that the user can access,
but in that case we should still show it to avoid confusion.
|
| |
| |
| |
| |
| | |
Without the report_instruct permission, the 'action scheduled'
state is not an option in the dropdown.
|
| |
| |
| |
| | |
This lets it look the same as admin/inspect uses, with optgroups.
|
| |
| |
| |
| | |
The tests do not need English or Welsh installed any more.
|
| | |
|
|/
|
|
|
| |
Switch it to use our mock MapIt. Also remove other unused
overrides to external services.
|
| |
|
| |
|
|
|
|
|
| |
Includes a new feature/benefit grid, a shorter contact form, and a
nifty pricing table that switches into vertical mode on narrow screens.
|
|
|
|
|
| |
Includes a new, brighter tile.jpg, to improve text contrast and
to match the $primary colour of #FFD000.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This makes the git hook that lints our own JavaScript easier,
and keeps things more cleanly separated.
We also remove unused third party libraries (select2 and
jquery.placeholder).
|
| | |
|
|\ \ |
|
| |/
| |
| |
| |
| |
| | |
If the longitude was very close to 0, it was being sent as e.g. 1e-6
in the request to MapIt. Mock out the Bing query so that this can be
tested (the closest.t tests were previously always being skipped).
|
|/ |
|