Define column sizes for log table

This commit is contained in:
Jon Surrell 2016-12-23 08:58:39 +01:00
parent a33fac966d
commit a9f5a0f7b1
2 changed files with 16 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -580,6 +580,21 @@ table.wc_status_table {
}
}
// Adjust log table columns only when table is not collapsed
@media screen and ( min-width: 783px ) {
.wp-list-table.logs {
.column-timestamp {
width: 20%;
}
.column-level {
width: 13%;
}
.column-source {
width: 15%;
}
}
}
#log-viewer-select {
padding: 10px 0 8px;
line-height: 28px;