Files
sportspress/assets/css/admin.css

29 lines
594 B
CSS

/* SportsPress admin styles */
.postbox .inside .sp-data-table-container {
overflow: auto;
}
table.widefat.sp-data-table td {
line-height: 2;
}
table.widefat.sp-data-table td:first-child {
white-space: nowrap;
}
table.widefat.sp-data-table input[type="text"],
table.widefat.sp-data-table input[type="number"] {
min-width: 14px;
width: 100%;
}
table.widefat.sp-data-table input.name {
min-width: 0;
width: auto;
}
.sp-admin-config-table th,
.sp-admin-config-table td {
width: 20%;
}
table.widefat th.column-sp_logo,
table.widefat td.column-sp_logo {
width: 32px;
text-align: center;
}