aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/greenwich/base.scss
Commit message (Collapse)AuthorAgeLines
* Add shortlist buttons to report lists.Matthew Somerville2017-01-12-0/+1
| | | | | | | This includes adding/removing reports from a user's shortlist, and manual reordering of a shortlist with up/down buttons. The backend code can cope with an item moving to any point in the list.
* Remove all IE6 special cases.Matthew Somerville2016-06-15-1/+0
|
* Merge branch '1350-stop-map-hiding-behind-header'Matthew Somerville2016-06-03-1/+1
|\
| * Remove user-meta; "Your reports" to "Your account"Zarino Zappia2016-06-03-1/+1
| |
* | Improve CSS compilation.Matthew Somerville2016-05-31-1/+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.
* Allow cobrands to control front page number colourDave Arter2016-03-29-4/+0
| | | | | | Several cobrands override the colour of the 'how to report a problem' numbers on the front page, so this commit allows that to be a one-line change in the cobrand's _colours.scss.
* Improve item list CSS.Matthew Somerville2015-10-09-1/+1
| | | | | | | | | | | | Generally, a rewrite of issue-list-a to item-list--reports or item-list--wards (two different uses) and issue-list to item-list--updates, with subsequent renames/changes to children. For those cobrands using a different list showing a pin icon, use item-list__item--with-pin to stop needing to override existing classes. Fix a variety of niggling issues e.e ward list display, or overloading of the .text class.
* Remove unneeded report-list and list-a classes.Matthew Somerville2015-10-01-1/+1
|
* Don't set whole background style in issue-list cssSteven Day2015-10-01-1/+1
| | | | | | | | | | | | The use of the background shorthand was causing cobrands which override this to have unexpected styling issues because it only set a colour, not the other background properties. This commit makes it more specific to just use background-color. Also fixes a case in Greenwich's css where this was being overriden in a similar way to just use background-color as well. Fixes #1238
* Streamline navigation menu CSS.Matthew Somerville2015-09-28-5/+0
| | | | | Reduce need for specificity. Also fix some bugs in Harrogate base menu display, and couple of other cobrand tweaks.
* [Greenwich] Royal Borough of Greenwich front endDave Arter2015-06-30-0/+89