web_config: add support for adding and editing abbreviations

Possible future enhancements include explanatory text and an image for
the 'save' action.

Work on #731.
This commit is contained in:
David Adam
2014-10-17 10:27:13 +08:00
parent 1f91a2a6f5
commit a64c372a28
4 changed files with 87 additions and 5 deletions

View File

@@ -231,6 +231,12 @@ body {
border-bottom: #444 dotted 1px;
}
.abbreviation_actions {
width: 5em;
text-align: right;
border-bottom: #444 dotted 1px;
}
/* The CSS we apply when a table row is filtered */
.data_table_row_filtered {
display: none;