Display full event results on hover in admin

This commit is contained in:
Brian Miyaji
2014-03-22 00:21:21 +11:00
parent f730f7886e
commit 412844830a
4 changed files with 19 additions and 5 deletions

View File

@@ -87,8 +87,8 @@
margin-bottom: 1px !important;
}
.fixed .column-sp_team strong.result,
.sp-calendar-table strong.result {
.fixed .column-sp_team .result,
.sp-calendar-table .result {
background: #888;
color: #fff;
font-size: 11px;
@@ -100,6 +100,12 @@
display: inline-block;
-webkit-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
}
.fixed .column-sp_team .result:hover,
.sp-calendar-table .result:hover {
background: #2ea2cc;
}
.fixed .column-sp_format,
@@ -452,7 +458,7 @@ table.widefat select.sp-outcome {
/* TipTip */
.tips {
cursor: help !important;
cursor: help;
}
#tiptip_holder {