PluginProbe
Code Profiler – WordPress Performance Profiling and Debugging Made Easy / 1.7.4
Code Profiler – WordPress Performance Profiling and Debugging Made Easy v1.7.4
1.9.5 1.9.4 1.9.3 trunk 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6 1.6.1 1.6.10 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 All 40 releases
← All changes | static/code-profiler.css +2 -22 1.5.51.7.4 View file →
@@ -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 */
@@ -56,23 +56,8 @@
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 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 -
75 60 /* TipTip CSS - Version 1.2 */
76 61 .code-profiler-tip{
77 62 color:#999;
78 63 display:inline-block;
@@ -165,13 +150,8 @@
165 150 border-top-color: rgba(20,20,20);
166 151 }
167 152 }
168 153 /* End TipTip */
169 -/* Font size help table */
170 -
171 -.widefat td, .widefat td p {
172 - font-size: 15px;
173 -}
174 154
175 155 /* Notices */
176 156 .cp-notice{
177 157 border: 1px solid #ccd0d4;