Add player statistics placeholder in event

This commit is contained in:
Takumi
2013-07-29 01:13:02 +10:00
parent 0a67204b35
commit 44dba72251
3 changed files with 98 additions and 2 deletions

View File

@@ -97,6 +97,17 @@
#sp_profilediv .wp-editor-container {
background-color:#fff;
}
#sp_statsdiv .widefat td {
padding: 4px 7px;
line-height: 2;
}
#sp_statsdiv .widefat td:first-child {
white-space: nowrap;
}
#sp_statsdiv .widefat input[type="text"],
#sp_statsdiv .widefat input[type="number"] {
width: 100%;
}
.widefat th.column-sp_icon,
.widefat td.column-sp_icon {
width: 32px;