| @@ -1,5 +1,5 @@ | ||
| 1 | -/* | |
| 1 | +/** | |
| 2 | 2 | +=====================================================================+ |
| 3 | 3 | | ____ _ ____ __ _ _ | |
| 4 | 4 | | / ___|___ __| | ___ | _ \ _ __ ___ / _(_) | ___ _ __ | |
| 5 | 5 | | | | / _ \ / _` |/ _ \ | |_) | '__/ _ \| |_| | |/ _ \ '__| | |
| @@ -5,9 +5,9 @@ | ||
| 5 | 5 | | | | / _ \ / _` |/ _ \ | |_) | '__/ _ \| |_| | |/ _ \ '__| | |
| 6 | 6 | | | |__| (_) | (_| | __/ | __/| | | (_) | _| | | __/ | | |
| 7 | 7 | | \____\___/ \__,_|\___| |_| |_| \___/|_| |_|_|\___|_| | |
| 8 | 8 | | | |
| 9 | - | (c) Jerome Bruandet ~ https://code-profiler.com/ | | |
| 9 | + | (c) Jerome Bruandet ~ https://nintechnet.com/codeprofiler/ | | |
| 10 | 10 | +=====================================================================+ |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | 13 | /* Percent bar in the list */ |
| @@ -55,23 +55,8 @@ | ||
| 55 | 55 | .wp-list-table .column-time { width: 11%; } |
| 56 | 56 | .wp-list-table .column-mem { width: 11%; } |
| 57 | 57 | .wp-list-table .column-queries { width: 9%; } |
| 58 | 58 | .wp-list-table .column-io { width: 10%; } |
| 59 | - | |
| 60 | - | |
| 61 | -form.scripts .wp-list-table .column-script { width: 60%; } | |
| 62 | -form.scripts .wp-list-table .column-time { width: 20%; text-align:center } | |
| 63 | -form.scripts .wp-list-table .column-name { width: 20%; } | |
| 64 | - | |
| 65 | -form.functions .wp-list-table .column-function { width: 30%; } | |
| 66 | -form.functions .wp-list-table .column-time { width: 15%; text-align:center } | |
| 67 | -form.functions .wp-list-table .column-calls { width: 10%; } | |
| 68 | -form.functions .wp-list-table .column-script { width: 30%; } | |
| 69 | -form.functions .wp-list-table .column-name { width: 15%; } | |
| 70 | - | |
| 71 | -form.iolist .wp-list-table .column-order { width: 10%; text-align: center; } | |
| 72 | -form.iolist .wp-list-table .column-file { width: 75%; } | |
| 73 | -form.iolist .wp-list-table .column-mode { width: 15%; } | |
| 74 | 59 | |
| 75 | 60 | /* TipTip CSS - Version 1.2 */ |
| 76 | 61 | .code-profiler-tip{ |
| 77 | 62 | color:#999; |