aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_admin.scss
Commit message (Collapse)AuthorAgeLines
* Add submit buttons to admin index search forms.Matthew Somerville2017-03-09-0/+11
| | | | Also slightly tidy up display.
* Reduce unneeded admin CSS specificity.Matthew Somerville2017-03-09-47/+52
|
* Improve admin report edit page.Matthew Somerville2016-06-29-0/+5
| | | | | Show map, break into two columns, fix display of sent time after clicking "Mark as sent", tidy up labels.
* Use full relative paths for CSS images.Matthew Somerville2015-12-18-1/+1
| | | | These files may be included by files in a different directory.
* Update SCSS to handle right-to-left layout.Matthew Somerville2015-09-17-12/+12
| | | | | Adds a '$direction' parameter that can be used to switch all layout to either left or right.
* Drop show-admin-notes class and show notes everywhereSteven Day2015-07-29-70/+62
| | | | | | | | | | | | | | | | .show-admin-notes was a class that could be applied on a cobrand basis to turn on or off the showing of admin notes and error messages. This was introduced when the concept of admin notes was added, so that existing cobrands could opt-in to the functionality. Now, every cobrand uses it, so there's no need to make it optional. This commit removes the CSS styles based on it, so that errors and notes always display; removes the addition of the class to admin pages, and removes the conditional javascript that enabled admin tooltips based on the class. Closes #1161
* Add encouraging message about help to admin front.Matthew Somerville2014-11-19-0/+152
Fixes #929. Also move admin hint CSS to base CSS, not just layout.