webmcp
annotate demo-app/static/trace.css @ 353:f28b3c671378
Fixed indentation of autodoc comments
author | jbe |
---|---|
date | Thu Mar 26 16:55:13 2015 +0100 (2015-03-26) |
parents | 6e03f93afa88 |
children |
rev | line source |
---|---|
bsw@332 | 1 #trace_content ul { |
jbe/bsw@0 | 2 list-style-type: none; |
bsw@332 | 3 margin: 0; |
bsw@332 | 4 padding: 0; |
jbe/bsw@0 | 5 } |
jbe/bsw@0 | 6 |
bsw@332 | 7 #trace_content { |
bsw@332 | 8 margin: 12pt; |
bsw@332 | 9 padding: 9px; |
bsw@332 | 10 border-radius: 2px; |
bsw@332 | 11 background-color: #ffffff; |
bsw@332 | 12 } |
bsw@332 | 13 #trace_content #system_error { |
bsw@332 | 14 font-family: monospace; |
bsw@332 | 15 } |
bsw@332 | 16 #trace_content ul li { |
bsw@332 | 17 margin-top: 10px; |
bsw@332 | 18 } |
bsw@332 | 19 #trace_content ul li .trace_head { |
bsw@332 | 20 padding: 3px 5px; |
bsw@332 | 21 border-radius: 2px 2px 0 0; |
bsw@332 | 22 } |
bsw@332 | 23 #trace_content ul li .trace_head:last-child { |
bsw@332 | 24 border-radius: 2px; |
jbe/bsw@0 | 25 } |
bsw@332 | 26 #trace_content ul li ul { |
bsw@332 | 27 border-radius: 0 0 2px 2px; |
bsw@332 | 28 } |
bsw@332 | 29 #trace_content ul li:first-child { |
bsw@332 | 30 margin-top: 0; |
bsw@332 | 31 } |
bsw@332 | 32 #trace_content ul ul { |
bsw@332 | 33 padding: 10px; |
jbe/bsw@0 | 34 } |
bsw@332 | 35 #trace_content .trace_config > ul { |
bsw@332 | 36 background-color: #eee; |
bsw@332 | 37 border: 1px solid #ccc; |
bsw@332 | 38 } |
bsw@332 | 39 #trace_content .trace_config > .trace_head { |
bsw@332 | 40 background-color: #ccc; |
bsw@332 | 41 color: #000; |
bsw@332 | 42 } |
bsw@332 | 43 #trace_content .trace_request > ul { |
bsw@332 | 44 background-color: #afa; |
bsw@332 | 45 } |
bsw@332 | 46 #trace_content .trace_request > .trace_head { |
bsw@332 | 47 background-color: #0c0; |
jbe/bsw@0 | 48 } |
bsw@332 | 49 #trace_content .trace_filter > ul { |
bsw@332 | 50 background-color: #ccf; |
bsw@332 | 51 border: 1px solid #00c; |
bsw@332 | 52 border-top: none; |
bsw@332 | 53 } |
bsw@332 | 54 #trace_content .trace_filter > .trace_head { |
bsw@332 | 55 background-color: #00c; |
bsw@332 | 56 color: #fff; |
jbe/bsw@0 | 57 } |
bsw@332 | 58 #trace_content .trace_view > ul { |
bsw@332 | 59 background-color: #cfc; |
bsw@332 | 60 border: 1px solid #0c0; |
bsw@332 | 61 border-top: none; |
bsw@332 | 62 } |
bsw@332 | 63 #trace_content .trace_view > .trace_head { |
bsw@332 | 64 background-color: #0c0; |
bsw@332 | 65 color: #000; |
bsw@332 | 66 } |
bsw@332 | 67 #trace_content .trace_action_neutral > ul { |
bsw@332 | 68 background-color: #ffa; |
bsw@332 | 69 border: 1px solid #fe0; |
jbe/bsw@0 | 70 } |
bsw@332 | 71 #trace_content .trace_action_neutral > .trace_head { |
bsw@332 | 72 background-color: #fe0; |
bsw@332 | 73 color: #000; |
bsw@332 | 74 } |
bsw@332 | 75 #trace_content .trace_action_success > ul { |
bsw@332 | 76 background-color: #afa; |
bsw@332 | 77 border: 1px solid #fe0; |
bsw@332 | 78 } |
bsw@332 | 79 #trace_content .trace_action_success > .trace_head { |
bsw@332 | 80 background-color: #fe0; |
bsw@332 | 81 color: #000; |
jbe/bsw@0 | 82 } |
bsw@332 | 83 #trace_content .trace_action_softfail > ul { |
bsw@332 | 84 background-color: #faa; |
bsw@332 | 85 border: 1px solid #fe0; |
bsw@332 | 86 } |
bsw@332 | 87 #trace_content .trace_action_softfail > .trace_head { |
bsw@332 | 88 background-color: #fe0; |
bsw@332 | 89 color: #000; |
jbe/bsw@0 | 90 } |
bsw@332 | 91 #trace_content .trace_sql { |
bsw@332 | 92 background-color: #fff; |
bsw@332 | 93 padding: 2px 4px; |
bsw@332 | 94 margin-top: 8px; |
bsw@332 | 95 } |
bsw@332 | 96 #trace_content .trace_sql_time { |
bsw@332 | 97 float: right; |
jbe/bsw@0 | 98 font-weight: bold; |
jbe/bsw@0 | 99 } |
bsw@332 | 100 #trace_content .trace_error { |
bsw@332 | 101 background-color: #faa; |
bsw@332 | 102 color: #000; |
bsw@332 | 103 font-weight: bold; |
bsw@332 | 104 border: 1px solid #c00; |
jbe/bsw@0 | 105 } |
bsw@332 | 106 #trace_content .trace_exectime { |
bsw@332 | 107 background-color: #ccc; |
bsw@332 | 108 font-weight: bold; |
bsw@332 | 109 border-radius: 2px; |
jbe/bsw@0 | 110 } |
bsw@332 | 111 #trace_content .time { |
bsw@332 | 112 float: right; |
jbe/bsw@0 | 113 } |
bsw@332 | 114 #trace_content .total_duration { |
bsw@332 | 115 font-weight: bold; |
bsw@332 | 116 } |