Add inline result editing

This commit is contained in:
Brian Miyaji
2014-11-23 13:32:19 +11:00
parent fcf398420e
commit 7319549abc
4 changed files with 118 additions and 6 deletions

View File

@@ -60,8 +60,8 @@
content: "\f504";
}
.fixed .column-sp_team .result,
.sp-calendar-table .result {
.fixed .column-sp_team .sp-result,
.sp-calendar-table .sp-result {
background: #888;
color: #fff;
font-size: 11px;
@@ -77,11 +77,16 @@
cursor: pointer;
}
.fixed .column-sp_team .result:hover,
.sp-calendar-table .result:hover {
.fixed .column-sp_team .sp-result:hover,
.sp-calendar-table .sp-result:hover {
background: #2ea2cc;
}
.fixed .column-sp_team .sp-edit-result {
font-size: 11px;
line-height: 1.4em;
}
.fixed .column-sp_format,
.fixed .column-sp_icon,
.fixed .column-sp_number {