Refine event performance interface

This commit is contained in:
Brian Miyaji
2014-08-14 23:04:08 +10:00
parent 5bcd97a5d2
commit c62b52b7a8
5 changed files with 15 additions and 4 deletions

View File

@@ -188,6 +188,16 @@ table.widefat.sp-data-table td:first-child {
white-space: nowrap;
}
table.widefat.sp-data-table th.icon,
table.widefat.sp-data-table td.icon {
width: 1px;
}
table.widefat.sp-data-table th.icon span,
table.widefat.sp-data-table td.icon span {
margin-right: 0;
}
table.widefat.sp-data-table input[type="text"],
table.widefat.sp-data-table input[type="number"] {
min-width: 1.25em;