| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Makes sure the logo looks nice on devices with high resolution.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
Anything using old names should still work as long as they included the
mixins file.
|
| |
|
| |
|
| |
|
|
|
|
| |
It is never visible, being behind header/ map/ sidebar.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Add hook for post-title field content in report form.
Update translations.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Tidy up use of absolute URLs when in the admin.
Have the 404 handler spot static files in admin as a fallback.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
| |
This stops the front page header nesting skipping a level.
|
|
|
|
| |
No need to override if it's set right from the start.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Includes hamburger icon for council cobrands like Bromley, Barnet,
and Oxfordshire, but not Warwickshire since that has its own already.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
* Add video to home page
* Add "social buttons" to home page
* Add new FixaMinGata logos
* Center postcodeForm
|
| |
|
|
|
|
| |
Fixes #6.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|