aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/warwickshire/header.html
Commit message (Collapse)AuthorAgeLines
* [UK Councils] Use new main_nav.html for main menuDave Arter2017-02-14-19/+1
|
* Move most JavaScript to end, inline the remaining.Matthew Somerville2016-08-16-2/+0
|
* Move modernizer/extra_js into common template.Matthew Somerville2016-08-16-3/+0
|
* Make sure map JS works through an admin proxy.Matthew Somerville2016-07-04-10/+10
| | | | | Tidy up use of absolute URLs when in the admin. Have the 404 handler spot static files in admin as a fallback.
* [Warwickshire] Add image missing alt, https URL.Matthew Somerville2016-06-27-1/+1
|
* Remove all IE6 special cases.Matthew Somerville2016-06-15-1/+0
|
* Absolutely position map pages.Zarino Zappia2016-06-03-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies the page layout and code. We add a new #map_sidebar for sidebar positioning, and a $mappage-header-height (defaulting to 4em) variable. We no longer need: * position_map_box; * map_fix; * special visual centre calculation; or * custom pan zoom positioning. As the sidebar now scrolls by itself and nothing can extend outside: * The big-green-banner is set to 100% width (with negative margins no longer required); * For cobrands that have an overhanging sidebar (e.g. Zurich), we add a .with-notes variant that adds a second column to the sidebar, perfect for containing secondary notes about the form. The resizing of the banner also required some tweaking to the size of the chevron-white SVG images. Update the $.fn.drawer() method for the new layout. Works well in IE7+8, and degrades gracefully in IE6. For IE7, we remove the existing z-index hacks, and put a new, simpler, one in, and fix a CSS bug that was hiding the map. Various cobrands are updated to adapt to the changes.
* Remove final web/fixmystreet templates.Matthew Somerville2016-04-20-1/+1
| | | | And associated, e.g. nothing references fixmystreet-old-box.js any more.
* Streamline navigation menu CSS.Matthew Somerville2015-09-28-1/+1
| | | | | Reduce need for specificity. Also fix some bugs in Harrogate base menu display, and couple of other cobrand tweaks.
* Add 'iel8' class to handle IE6-8 things.Matthew Somerville2015-09-17-4/+4
| | | | Remove unused 'oldie' (that was IE6-9).
* Move Latin-char-specific name check to cobrand.Matthew Somerville2015-07-31-0/+1
| | | | | Also move some UK-specific code in the same function. The specific code is still tested in report_new.t.
* Move site_title function to site-name web templateMatthew Somerville2015-01-19-1/+1
| | | | | | | This matches the email template behaviour, and makes it much easier to override without requiring a cobrand package file. Fixes #979.
* [Warwickshire] beta noticeHakim Cassimally2014-10-16-0/+3
| | | | | | | see https://github.com/mysociety/FixMyStreet-Commercial/issues/596 (in separate commit with inline style, to hopefully make easy to revert)
* [Warwickshire] cobrand workDave Arter2014-10-16-0/+205
First Warwickshire styling - imported WCC's header and footer files - Use Warwickshire colours for page elements - Include FMS elements in header - Use correct Warwickshire colours on map - Use full-screen map on desktop. - Improve display of homepage elements - Ensure correct classes are added to body tag - Make sure site header has correct height on front page - Tidy-up of unused header content and wrappers - Improve display of map - Position map beneath other elements Improve map display - Take some CSS from Warwickshire styles to ensure its applied - Fix container widths on map page - Make sure map wrapper is the correct width - Add style overrides to match Warwickshire.gov.uk - Ensure map controls are visible Nav and mobile styling - Make sure sticky sidebar nav is usable - Improve mobile front page - Ensure map is full-screen on mobile - Improve front page display on mobile - Fix map display on desktop - Fix Warwickshire and FMS nav on mobile - Add viewport meta tag for mobile devices - Tighten up vertical spacing on front page - Fix header height on tablet size screens - Set pan/zoom position in CSS, not JS Styling tweaks - correct styling of nav for wider screens (previous hidden by media query) - Add draft Warwickshire FAQ - Fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/611 - Warwickshire. remove all reports link as requested. - see https://github.com/mysociety/FixMyStreet-Commercial/issues/609 - Update WCC footer - see https://github.com/mysociety/FixMyStreet-Commercial/issues/597 Bring WCC css locally, and override - Override for https://github.com/mysociety/FixMyStreet-Commercial/issues/612 - favicon https://github.com/mysociety/FixMyStreet-Commercial/issues/616 - update contact details - custom FAQ - fix padding on mobile https://github.com/mysociety/FixMyStreet-Commercial/issues/617