| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Also slightly tidy up display.
|
| |
|
|
|
|
|
| |
Show map, break into two columns, fix display of sent time after
clicking "Mark as sent", tidy up labels.
|
|
|
|
| |
These files may be included by files in a different directory.
|
|
|
|
|
| |
Adds a '$direction' parameter that can be used to switch all
layout to either left or right.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.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
|
|
Fixes #929. Also move admin hint CSS to base CSS, not just layout.
|