aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/harrogate
Commit message (Collapse)AuthorAgeLines
* [Harrogate] Remove unused cobrandDave Arter2017-02-09-969/+0
|
* [Harrogate,Zurich] Remove inline/header script.Matthew Somerville2016-08-17-0/+34
|
* [Harrogate] Update to match harrogate.gov.uk designDave Arter2016-06-28-121/+842
| | | | Closes mysociety/FixMyStreet-Commercial#779
* Remove default box-shadow from .content and asideZarino Zappia2016-06-24-1/+0
| | | | | | | Fixes #1419. We also standardize on using `@include box-shadow()` where possible, and clearing out lots of now unnecessary box-shadow resets.
* Remove all IE6 special cases.Matthew Somerville2016-06-15-3/+0
|
* Merge branch '1350-stop-map-hiding-behind-header'Matthew Somerville2016-06-03-64/+30
|\
| * [UK] Remove some unnecessary CSS.Matthew Somerville2016-06-03-37/+27
| |
| * Remove user-meta; "Your reports" to "Your account"Zarino Zappia2016-06-03-16/+0
| |
| * Absolutely position map pages.Zarino Zappia2016-06-03-13/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Improve CSS compilation.Matthew Somerville2016-05-31-26/+0
|/ | | | | | | | 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.
* Streamline navigation menu CSS.Matthew Somerville2015-09-28-47/+16
| | | | | Reduce need for specificity. Also fix some bugs in Harrogate base menu display, and couple of other cobrand tweaks.
* Centre the login and password reset pages.Zarino Zappia2015-09-17-11/+1
| | | | Remove unnecessary authpage things from other cobrands.
* Use variable for menu image.Matthew Somerville2015-08-18-5/+2
| | | | No need to override if it's set right from the start.
* "Report" button in default mobile header, fixes #931Zarino Zappia2015-04-07-0/+9
| | | | | | | | 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-1/+5
| | | | | Includes hamburger icon for council cobrands like Bromley, Barnet, and Oxfordshire, but not Warwickshire since that has its own already.
* [Harrogate] show warning banner for NYCC categoriesHakim Cassimally2015-03-20-0/+12
| | | | | | | | | | | | | | | | | | | | Harrogate asked for NYCC managed issues to be linked to that council's website. We don't prevent the issue from being logged, but do show a warning banner. As this is at Harrogate's request, we only do this for the Harrogate cobrand, not the whole site, using a new cobrand hook `munge_category_list` Unfortunately, categories are currently passed to the template as plain text, e.g. not structured data. As a simple implementation, we append "( NYCC)" to the appropriate category names. JS could then strip the names back in future, if required (though we're not doing this.) Instead we add a jQuery hook to show the most appropriate link provided. See https://github.com/mysociety/FixMyStreet-Commercial/issues/703
* [Harrogate] wordings and stylesHakim Cassimally2015-01-08-14/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | - auth and intro pages - wording of around page - Styling work with Mike - FAQ and footer tweaks https://github.com/mysociety/FixMyStreet-Commercial/issues/654 https://github.com/mysociety/FixMyStreet-Commercial/issues/655 - Extra spacing https://github.com/mysociety/FixMyStreet-Commercial/issues/656 - Width of footer (override auto -> 100%) - style and logo tweaks - Logo/header same height on all pages (inc mappage) - Content spacing tweaks - Correct "Harrogate district" wording https://github.com/mysociety/FixMyStreet-Commercial/issues/658 - Add extra disclaimer about reports fwd'd to NYCC - push fms_pan_zoom down with css!important (alternative is to use JS as Hart does, or possibly to fix this so doesn't require !important) - add privacy section (Copies part of text on main page, this should perhaps be factored out.) - Set bodyclass for change_password Sets a bodyclass that's unused outwith harrogate cobrand, so should be safe.
* [Harrogate] custom form fieldsHakim Cassimally2015-01-08-0/+6
| | | | | | | | | | | | | | Requires previous (generic) commit to prevent information only categories (e.g. Dead animals message) from displaying a spurious textbox. Also support for sending these custom fields by email: Requires a hook in RS::Problem method, as by default, only a restricted number of hard-coded fields are send in the email. (And the template language is pseudo-PHP so we can't simply pass in the whole data-structure.)
* [Harrogate] basic cobrandHakim Cassimally2015-01-08-0/+108