Activate EOS and placeholder table for single team stats

This commit is contained in:
ThemeBoy
2013-12-02 00:45:53 +11:00
parent 2ceb0c53a3
commit f46d3f0a49
5 changed files with 154 additions and 33 deletions

View File

@@ -90,17 +90,16 @@
#sp_profilediv .wp-editor-container {
background-color:#fff;
}
#sp_statsdiv .widefat td {
.sp-stats-table td {
padding: 4px 7px;
line-height: 2;
}
#sp_statsdiv .widefat td:first-child {
.sp-stats-table td:first-child {
white-space: nowrap;
}
#sp_statsdiv .widefat input[type="text"],
#sp_statsdiv .widefat input[type="number"],
#sp_resultsdiv .widefat input[type="text"],
#sp_resultsdiv .widefat input[type="number"] {
.sp-stats-table input[type="text"],
.sp-stats-table input[type="number"],
.sp-stats-table select {
min-width: 14px;
width: 100%;
}