aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/fixamingata
Commit message (Collapse)AuthorAgeLines
* [FixaMinGata] Changes to a site logo in svg.Joe Siltberg2019-02-21-4/+125
| | | | Makes sure the logo looks nice on devices with high resolution.
* Modernise report "status" bannerZarino Zappia2018-12-13-2/+0
| | | | | | | | | | | | | * Simplify markup required for the status banner. * Simplify styles - the banner is now identical on all screen sizes. * Move the banner from `report/display.html` into `report/_main.html` so that it can appear after `.problem-back` in the source order. * Use real pin icon instead of `pin-flat-white-small.png`. * Set a default `$col_fixed_label` colour in `_base.scss`, so cobrands don’t have to define it themselves if they’re happy with green. * Introduce `$col_fixed_label_light`, with a sensible default for all cobrands, even ones that have a custom `$col_fixed_label`. * Remove `$col_fixed_label_dark` – no longer needed.
* [FixaMinGata] Don't scroll report on loadJoe Siltberg2018-11-05-0/+1
|
* Rename nav SCSS variable names.Matthew Somerville2018-10-22-4/+4
| | | | | Anything using old names should still work as long as they included the mixins file.
* Reduce complexity of footer CSS.Matthew Somerville2018-06-15-1/+1
|
* Drop IE7 support.Matthew Somerville2018-05-02-16/+0
|
* [FixaMinGata] Add front page changesJon Kristensen2018-04-03-0/+0
|
* [UK,FixaMinGata] Do not load tile.jpg on map page.Matthew Somerville2018-01-03-0/+4
| | | | It is never visible, being behind header/ map/ sidebar.
* Remove sprite.png from FixaMinGata and FiksGataMiZarino Zappia2017-11-15-3/+2
| | | | | | | Move the logos for FixaMinGata and FiksGataMi into their own files (like most cobrands do) so we can remove their forked copies of `sprite.png`. Part of #1888.
* [FixaMinGata] Consolidate with upstream.Jon Kristensen2017-07-07-0/+85
| | | | | Add hook for post-title field content in report form. Update translations.
* Remove background overrides from sass core.Matthew Somerville2017-06-08-0/+1
| | | | | | 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.
* Update all cobrands for new core styles.Zarino Zappia2017-06-08-10/+17
| | | | Adjustments necessary due to the preceding commits.
* Reduce complexity of header CSS.Zarino Zappia2017-06-08-3/+2
| | | | | | 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.
* Default to same-size logo on front page.Matthew Somerville2017-06-07-3/+9
| | | | | This means that only cobrands that want a different/bigger logo have to override it.
* [FixaMinGata] Add Open Graph informationJon Kristensen2016-09-07-0/+0
|
* [FixaMinGata] Add "user-info" margin on front pageJon Kristensen2016-09-07-1/+3
|
* [FixaMinGata] Decrease header size and logo padding on front pageJon Kristensen2016-09-07-0/+4
|
* Make sure map JS works through an admin proxy.Matthew Somerville2016-07-04-6/+3
| | | | | Tidy up use of absolute URLs when in the admin. Have the 404 handler spot static files in admin as a fallback.
* Remove all IE6 special cases.Matthew Somerville2016-06-15-2/+2
|
* Merge branch '1350-stop-map-hiding-behind-header'Matthew Somerville2016-06-03-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.
* | Merge branch 'move-to-libsass'Matthew Somerville2016-05-31-27/+1
|\ \
| * | Improve CSS compilation.Matthew Somerville2016-05-31-27/+1
| |/ | | | | | | | | | | | | | | Move to using libsass via CSS::Sass, and stop using compass, supplying any used mixins directly. This removes the need for any ruby/gem based installation, and greatly increases the speed of compilation. make_css is also enhanced, bringing in the file monitoring previously done by a separate script and improving its dependency monitoring.
* / [FixaMinGata] Add App Store icon and link.Jon Kristensen2016-05-31-0/+0
|/
* Switch list item heading from h4 to h3.Matthew Somerville2016-03-30-1/+2
| | | | This stops the front page header nesting skipping a level.
* Use variable for menu image.Matthew Somerville2015-08-18-4/+2
| | | | No need to override if it's set right from the start.
* [fixmystreet.com] Tidy up cobrand specific files.Matthew Somerville2015-07-31-25/+25
| | | | | | This moves files only used by fixmystreet.com under cobrands/fixmystreet.com (some files were already there), and puts fixmystreet.com's CSS there too, with a special case in the header.
* "Report" button in default mobile header, fixes #931Zarino Zappia2015-04-07-0/+13
| | | | | | | | The new button will be inherited by any cobrand that extends fixmystreet/header_logo.html. Styling has been checked in all current cobrands. Also includes a minor fix to header logo margins on narrow screens.
* Hamburger menu icon for all themesZarino Zappia2015-04-07-0/+4
| | | | | Includes hamburger icon for council cobrands like Bromley, Barnet, and Oxfordshire, but not Warwickshire since that has its own already.
* [FixaMinGata] Add Google Play logo on home pageJon Kristensen2015-02-16-0/+0
|
* [FixaMinGata] Put white background in footerJon Kristensen2015-02-16-0/+2
|
* [FixaMinGata] Enhance problem reporting form.Jon Kristensen2015-02-16-0/+6
| | | | | | Use same template structure as fixmystreet cobrand, with tips from fixmystreet.com cobrand. No need for a separate fill_in_details_form.html any more.
* Apply various FixaMinGata cobrand changesJon Kristensen2014-05-15-0/+2
| | | | | | | * Add video to home page * Add "social buttons" to home page * Add new FixaMinGata logos * Center postcodeForm
* Some bits of layout.scss override are variables now, yay.Matthew Somerville2014-03-12-22/+7
|
* Enhance visibility of automatic position linkJon Kristensen2014-03-11-0/+6
| | | | Fixes #6.
* Made it look prettierJonas Oberg2014-03-11-0/+14
|
* Updated footer informationJonas Oberg2014-03-11-0/+34
|
* Added favicon.Jonas Oberg2014-03-11-0/+0
|
* Uppdaterar logotyp mmJonas Oberg2014-03-11-0/+20
|
* Updated colours to match cssJonas Oberg2014-03-11-2/+2
|
* Updated the graphics to reflect new colors.Jonas Oberg2014-03-11-0/+0
|
* updated image references to current cobrandJonas Oberg2014-03-11-0/+11
|
* Added Locale for sv_SE dirs and files, the cobrand perlfile and templatesRikard2014-03-11-0/+116