bsw@332: #trace_content ul { jbe/bsw@0: list-style-type: none; bsw@332: margin: 0; bsw@332: padding: 0; jbe/bsw@0: } jbe/bsw@0: bsw@332: #trace_content { bsw@332: margin: 12pt; bsw@332: padding: 9px; bsw@332: border-radius: 2px; bsw@332: background-color: #ffffff; bsw@332: } bsw@332: #trace_content #system_error { bsw@332: font-family: monospace; bsw@332: } bsw@332: #trace_content ul li { bsw@332: margin-top: 10px; bsw@332: } bsw@332: #trace_content ul li .trace_head { bsw@332: padding: 3px 5px; bsw@332: border-radius: 2px 2px 0 0; bsw@332: } bsw@332: #trace_content ul li .trace_head:last-child { bsw@332: border-radius: 2px; jbe/bsw@0: } bsw@332: #trace_content ul li ul { bsw@332: border-radius: 0 0 2px 2px; bsw@332: } bsw@332: #trace_content ul li:first-child { bsw@332: margin-top: 0; bsw@332: } bsw@332: #trace_content ul ul { bsw@332: padding: 10px; jbe/bsw@0: } bsw@332: #trace_content .trace_config > ul { bsw@332: background-color: #eee; bsw@332: border: 1px solid #ccc; bsw@332: } bsw@332: #trace_content .trace_config > .trace_head { bsw@332: background-color: #ccc; bsw@332: color: #000; bsw@332: } bsw@332: #trace_content .trace_request > ul { bsw@332: background-color: #afa; bsw@332: } bsw@332: #trace_content .trace_request > .trace_head { bsw@332: background-color: #0c0; jbe/bsw@0: } bsw@332: #trace_content .trace_filter > ul { bsw@332: background-color: #ccf; bsw@332: border: 1px solid #00c; bsw@332: border-top: none; bsw@332: } bsw@332: #trace_content .trace_filter > .trace_head { bsw@332: background-color: #00c; bsw@332: color: #fff; jbe/bsw@0: } bsw@332: #trace_content .trace_view > ul { bsw@332: background-color: #cfc; bsw@332: border: 1px solid #0c0; bsw@332: border-top: none; bsw@332: } bsw@332: #trace_content .trace_view > .trace_head { bsw@332: background-color: #0c0; bsw@332: color: #000; bsw@332: } bsw@332: #trace_content .trace_action_neutral > ul { bsw@332: background-color: #ffa; bsw@332: border: 1px solid #fe0; jbe/bsw@0: } bsw@332: #trace_content .trace_action_neutral > .trace_head { bsw@332: background-color: #fe0; bsw@332: color: #000; bsw@332: } bsw@332: #trace_content .trace_action_success > ul { bsw@332: background-color: #afa; bsw@332: border: 1px solid #fe0; bsw@332: } bsw@332: #trace_content .trace_action_success > .trace_head { bsw@332: background-color: #fe0; bsw@332: color: #000; jbe/bsw@0: } bsw@332: #trace_content .trace_action_softfail > ul { bsw@332: background-color: #faa; bsw@332: border: 1px solid #fe0; bsw@332: } bsw@332: #trace_content .trace_action_softfail > .trace_head { bsw@332: background-color: #fe0; bsw@332: color: #000; jbe/bsw@0: } bsw@332: #trace_content .trace_sql { bsw@332: background-color: #fff; bsw@332: padding: 2px 4px; bsw@332: margin-top: 8px; bsw@332: } bsw@332: #trace_content .trace_sql_time { bsw@332: float: right; jbe/bsw@0: font-weight: bold; jbe/bsw@0: } bsw@332: #trace_content .trace_error { bsw@332: background-color: #faa; bsw@332: color: #000; bsw@332: font-weight: bold; bsw@332: border: 1px solid #c00; jbe/bsw@0: } bsw@332: #trace_content .trace_exectime { bsw@332: background-color: #ccc; bsw@332: font-weight: bold; bsw@332: border-radius: 2px; jbe/bsw@0: } bsw@332: #trace_content .time { bsw@332: float: right; jbe/bsw@0: } bsw@332: #trace_content .total_duration { bsw@332: font-weight: bold; bsw@332: }