aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/header.html
Commit message (Collapse)AuthorAgeLines
* Add offline support of static files/fallback page.Matthew Somerville2016-12-16-12/+7
| | | | | Use a list to store JavaScript files, so it can be shared between the HTML footer and the appcache manifest.
* Move modernizer/extra_js into common template.Matthew Somerville2016-08-16-2/+0
|
* Make sure map JS works through an admin proxy.Matthew Somerville2016-07-04-6/+5
| | | | | Tidy up use of absolute URLs when in the admin. Have the 404 handler spot static files in admin as a fallback.
* Break <header> into own template for overridingDave Arter2016-06-28-6/+1
| | | | | This allows cobrands to more easily change the site header without needing to override the entire header.html template.
* Remove all IE6 special cases.Matthew Somerville2016-06-15-1/+0
|
* Remove user-meta; "Your reports" to "Your account"Zarino Zappia2016-06-03-9/+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-16/+48
| | | | And associated, e.g. nothing references fixmystreet-old-box.js any more.
* Combine some base/fixmystreet templates.Matthew Somerville2015-10-07-8/+12
| | | | | | | | The aim is to combine base and fixmystreet as much as possible, providing enough template/styling hooks for any cobrand. This commit removes the need for separate base/fixmystreet templates for the front page, almost all of the /around templates, the open graph headers, and the low level item list templates.
* Add 'iel8' class to handle IE6-8 things.Matthew Somerville2015-09-17-3/+3
| | | | Remove unused 'oldie' (that was IE6-9).
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+38
This should reduce confusion with the Default cobrand and override order.