Initial commit

This commit is contained in:
Felix Förtsch
2020-10-20 14:39:50 +02:00
commit 648ded8896
1225 changed files with 216511 additions and 0 deletions

View File

@@ -0,0 +1 @@
.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+1){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}

View File

@@ -0,0 +1,52 @@
.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;
}