| Commit message (Collapse) | Author | Age | Lines |
... | |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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).
|
|\
| |
| |
| | |
'origin/issues/forcouncils/190-inspect-medium-screen'
|
| |
| |
| |
| |
| |
| | |
To optimise the amount of map shown on the two-column map pages,
we shrink the "actions" column on medium and large screens, and
further shrink the "report" column on medium screens.
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
| |
Default button styling was seeping through to the "Remove from site"
key-tools item, causing inconsistency with the other items.
Overrides a bunch of the default button styles seeping through to the
"Remove from site" button, so that it behaves the same as the items
(normal link elements) in #key-tools.
|
|
|
|
| |
If zoom level is >= 14, then inspectors can click a button that marks all reports in the map view as shortlisted
|
| |
|
| |
|
|
|
| |
This better fits in with surrounding text.
|
|
|
|
|
|
|
|
|
| |
Update the reports with a bounding box, similar to on around pages.
This is made slightly trickier because we don't want to do anything
on page load (we already have the pins), we need to reload when the
zoom changes, and we don't want the strategy to get confused by its
first redraw, e.g. on pin hover, We also need to turn off the zoom-
to-bounds if we've got a bounding box in the URL.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit makes the following parts of the site translatable:
- Social login buttons
- Moderation UI
- Offline glitch page & offline caching UI
- Dashboard
It also fixes a bug in the nget parser, stops some Oxfordshire bits
being translated for the moment, and brings the translation file up
to date.
|
| |
|
|
|
|
| |
This makes it easier for cobrands to override nav link styles.
|
| |
|
|
|
|
|
|
|
|
|
| |
Problems can have an associated defect type, that can be assigned during
an inspection. Include an admin interface for managing these types, that
can also be assigned on a per-category basis, currently available to the
Oxfordshire cobrand.
(Also include 'TM' in traffic management Exor RDI output.)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I can't put it better than
https://roland.codes/blog/legacy-flexbox-invisible-float-bug/ :
"Webkit’s implementation of legacy Flexbox has an strange bug that makes
flex items become invisible when they’re floated. What makes it strange
is that the flex items will still take up space in the DOM, as if they
have visibility: hidden applied.
Usually you wouldn’t use float on flex items (the spec even says that
float has no effect on them). But it’s useful for providing a fallback
layout when Flexbox isn’t supported.
Luckily I chanced on a hack that fixes the bug. All you have to do is
give the floated flex items a position, like position: relative, and
they’ll (strangely) become visible again. Another option is to use
Modernizr to only apply the float when Flexbox isn’t supported.
This bug affects legacy Flexbox in all Webkit browsers. Which includes
Chrome 20-, Safari 6-, iOS 6.1- and Android 4.3-."
|
|
|
|
| |
This has been running for a year, added in e17eb20.
|