| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Removing the explicit width lets .container scale down nicely to the
"middle" 48-60em screen width range without its contents hitting the
sides of the window (as previously happened).
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Fixes #1419.
We also standardize on using `@include box-shadow()` where possible,
and clearing out lots of now unnecessary box-shadow resets.
|
|
|
|
|
|
| |
Document the couple that are left, and fix the display of the logo
with a simpler positioning/ less overriding. Drop a needless usage
of 'rem' to make things a bit easier there too.
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
|
| |
The changes in 99610f1 missed out adding a class to the footer menu,
and a few subsequent changes to the CSS.
|
|
|
|
|
| |
Reduce need for specificity. Also fix some bugs in Harrogate base menu
display, and couple of other cobrand tweaks.
|
|
|
|
| |
Remove unused 'oldie' (that was IE6-9).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This prevents warnings/errors when compiling in newer versions of SASS
to do with overlapping filenames.
|
| |
|
|
|
|
| |
tidy display of admin a bit.
|
| |
|
| |
|
|
|
|
| |
background.
|
|
|
|
| |
if changed.
|
| |
|
|
|
|
|
|
|
|
|
| |
Revert Stevenage's base stylesheet to inherit from FixMyStreet's,
removing any unnecessary forked files, but leaving in the font overrides
and change of front page button colour.
Fix the $primary_text colour to be visible over $primary (this then
removes the need for the colour override of the base part of 1162d5c8).
|
| |
|
|
|
|
| |
more readable
|
| |
|
|
|
|
| |
onto two lines.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
moved sticky sidebars down a bit to account for the larger header
|
| |
|
| |
|
| |
|