aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/fixmystreet.com/base.scss
Commit message (Collapse)AuthorAgeLines
* [fixmystreet.com] Remove friendly A/B test.Matthew Somerville2017-03-16-54/+0
| | | | This has been running for a year, added in e17eb20.
* Merge branch 'issues/forcouncils/21-print-reports'Matthew Somerville2016-12-16-0/+5
|\
| * [fixmystreet.com] Hide footer in print view.Zarino Zappia2016-12-16-0/+5
| |
* | Store/show shortlisted reports offline.Matthew Somerville2016-12-16-34/+1
|/ | | | | | | | | | | | | | | | | | | This: * On an online visit to /my/planned, caches all shortlisted reports, their images and static maps in localStorage, with progress banner; * When a report is added/removed from the shortlist, caches/de-caches that report; * When viewing a report page offline, shows that page from the cache if present (replacing the dynamic map with the cached static map, and replacing report images with their cached equivalents – it is a shame to duplicate, but we cannot rely on the browser cache having these images); * When viewing another page offline, shows an error message but also the list of shortlisted reports that are cached (again, replacing their thumbnail images with the cached versions).
* Tidied up .btn class and button-reset mixinZarino Zappia2016-10-04-0/+13
| | | | | | | | | | | | | Even though FMS has had a `.btn` class for a while, styling buttons has still been difficult, mainly because of the very opinionated base styles applied to overpowered selectors like `input[type="submit"]`. This commit brings the FMS styles more in line with modern frameworks like Bootstrap – inputs and buttons are left completely unstyled by default, with an opt-in `.btn` class to add the styles back in. Since `.btn` is just a single class, it’s easy to override, and avoids selector bloat like `.green-btn, button.green-btn, input.green-btn`.
* New section headings in report form.Zarino Zappia2016-09-20-29/+0
| | | | | The report form is now split into "Public" and "Private" sections, with a third, matching heading, for the category_extras, if shown.
* Consolidate CSS clearfix handling.Matthew Somerville2016-05-31-3/+3
| | | | Remove duplicate/alternate definitions, and settle on the name clearfix.
* Improve CSS compilation.Matthew Somerville2016-05-31-3/+2
| | | | | | | | 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.
* [fixmystreet.com] Add standard mySociety footer.Zarino Zappia2016-05-10-4/+104
| | | | | | | | | | | Like a number of recent council cobrands, we remove parts of the default desktop footer and append our own responsive one in `footer_extra.html`. This also updates the FixMyStreet app logos (for fixmystreet.com and any other cobrands that use them) to the most recent style of Apple / Google sanctioned badges. Fixes #1385.
* [fixmystreet.com] Friendly A/B test setup.Zarino Zappia2016-03-11-0/+53
| | | | | | | | Includes a smiley, bright yellow homepage, and updated nav bar and footer across the entire site; a few content changes; request for gender information from users. Fixes #1341.
* Tidy up CSS of top banner.Matthew Somerville2016-01-05-6/+25
| | | | Include UK donations CSS used over Christmas 2015 for any future use.
* Update SCSS to handle right-to-left layout.Matthew Somerville2015-09-17-10/+17
| | | | | Adds a '$direction' parameter that can be used to switch all layout to either left or right.
* [fixmystreet.com] Tidy up cobrand specific files.Matthew Somerville2015-07-31-0/+162
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.