Files
wordpress-dev-env/wordpress_plugins/debug-bar-cron/css/debug-bar-cron.dev.css
Felix Förtsch 648ded8896 Initial commit
2020-10-20 14:39:50 +02:00

53 lines
1.1 KiB
CSS

.debug-bar-cron h2.times {
font-size: 1.7em;
line-height: 1.1;
}
.debug-bar-cron h2.times span {
line-height: 150%;
}
.debug-bar-cron .past {
color: red;
}
.debug-bar-cron h2.times.past span {
color: #888;
}
.debug-bar-cron h3 {
font-family: georgia, times, serif;
font-size: 22px;
}
.zt-debug-bar-cron-event-table {
width: 100%;
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #fcfcfc;
}
.zt-debug-bar-cron-event-table th,
.zt-debug-bar-cron-event-table td {
padding: .3em 2.5em .3em .3em;
border-top: 1px solid #fcfcfc;
border-bottom: 1px solid #dfdfdf;
}
.zt-debug-bar-cron-event-table tbody td {
vertical-align: top;
}
.zt-debug-bar-cron-event-table thead,
.zt-debug-bar-cron-event-table tr:nth-child(2n) {
background: #fcfcfc;
}
.zt-debug-bar-cron-event-table td.past {
font-weight: bold;
}
.zt-debug-bar-cron-event-table thead th.col1 {
width: 180px;
}
.zt-debug-bar-cron-event-table thead th.col2,
.zt-debug-bar-cron-event-table thead th.col5 {
width: 25%;
}
.zt-debug-bar-cron-event-table thead th.col3 {
width: 20%;
}
.zt-debug-bar-cron-event-table thead th.col4 {
width: 120px;
}