| Commit message (Collapse) | Author | Age | Lines |
... | |
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
On mobile, the default brand doesn't have the box extend to the
"locate me automatically", so we use that same behaviour, setting
the hart primary box only on media query.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Originally copied from template of Bromley code, substituting logo,
council ID, geolocation data, and renaming .scss variables etc.
(NB: this was a bad idea. As per notes/cobranding.txt, should have
started with less copying of files, as this required more cleanup.
Bromley's code has some particularities, like smaller map, split
First/Last name fields and so on.
The current branch has been rebased to present a slightly idealised
picture of the process.)
(Includes contributions by @davea and @stevenday)
* Some code cleanup and added is_two_tier
* Add Hart-specific links to footer
* Shift FMS nav out of the main header
* Update styling to follow design more closely
* Flip nav colours to better indicate links
* Make header banner entire width of the page
* Stretch footer bg to entire width of page
* Add top-level nav links
* Correct header height on mobile
* Correct wording of top menu item
* Remove FMS logo from top of page
* Shift top level nav to correct position
* Invert media query so IE8 displays header properly
* hide folding triangle, as makes no sense on this cobrand
* Some more renaming of Bromley to Hart
* Treat Hart the same as Bromley in the JS
* Whitespace/formatting fixes
* Basic test for cobrand
* Javascript #map_box fixes
* Make sure #map_box is not in desk-only
* ensure there is only single map (one .wrapper only)
* colour tweaks
* Fix example places (postcode, spelling)
* Basic FAQ text
* Set Zoom level 3
* CSS/HTML/JS tweaks removing Bromley customizations
* Switch templates to put navigation in footer, as FMS.com does
* remaining HTML/CSS changes for large map
* replace favicon
* move site-logo scss to one place
* make small logo transparent
|
| |
| |
| |
| |
| |
| |
| | |
the css had not been updated to point correctly at the background
resources after f9cfa8acb622a680d09b4d06f7ea8e038168e1f6
Fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/490
|
| |
| |
| |
| |
| | |
Restoring the z-index:1 removed in 7c9e4b1a only on pages like
the FAQ, so as to maintain the fix of that commit where needed.
|
| |
| |
| |
| |
| |
| | |
Remove ul, li styling because we're not using it any more: replaced
the li with a paragraph, because I believe it's simpler. Paragraph
mimics existing footer styles (which use li p).
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Reduce magic numbers by switching fixed width to a margin elsewhere.
This has the added bonus of making the 'middle-width' .content
have a pleasing right margin.
|
| | |
|
| |
| |
| |
| | |
Use a relative URL in the CSS in case it's proxied.
|
| |
| |
| |
| | |
Graphic and css from FMT. Fixes #579.
|
| | |
|
|\ \ |
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| | |
This fixes the map so the centre is offset to the right to account for
the overlayed sidebar on the left.
|
| |
| |
| |
| |
| | |
The staging banner didn't fit, and .wrapper{position:relative} was breaking things :-(
Easier to keep it simple, drop the header and just set the title in the Cobrand module instead.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The position:fixed bottom navigation does not stay fixed in Chrome, it
appears to scroll with the content (though the link targets remain and
swapping tabs fixes the display, so I'm pretty sure it's a bug). The bug
is logged in Chrome's tracker at:
https://code.google.com/p/chromium/issues/detail?id=311513
To work around it, the z-index has been removed from .container; this
would mean that the sidebar notes all disappeared under the map, so they
have been jigged to appear on top of the main content div instead.
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Closes #425
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When IE8 encounters a link with block level elements inside it (i.e.
elements with `display: block`) then it won't give the option to "Open
in a new tab" when you right click the link.
This fix simply makes all elements inside the link inline, which fixes
the problem.
This is a Bromley-specific fix.
Closes FixMyStreet-Commercial/issues#100
|
| | |
| | |
| | |
| | | |
Closes mysociety/FixMyStreet-Commercial#401
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixes mysociety/FixMyStreet-Commercial#416
|
|\| | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
making the admin-notes functionality easier to suppress on installations that don't want it;
it's in the default header, i.e., on for new installations
|
| | |
| | |
| | |
| | | |
was counting rows and expecting them to be 1, when it should have been counting tables.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
this has been catching me out for years :-)
|
| | | |
|
| | |
| | |
| | |
| | | |
added bottom margin to info boxes to fix layout on body form (hint div floating beneath it)
|
| | |
| | |
| | |
| | | |
if open311 shouldn't be show, hide it straight away (slideUp animation was distracting)
|
| | | |
|