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 +13 -33 1.5.31.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;
@@ -108,9 +93,9 @@
108 93 }
109 94 .code-profiler-tip-info::after{
110 95 content: "\f534";
111 96 }
112 -#tiptip_holder {
97 +#cp_tiptip_holder {
113 98 display: none;
114 99 position: absolute;
115 100 top: 0;
116 101 left: 0;
@@ -115,21 +100,21 @@
115 100 top: 0;
116 101 left: 0;
117 102 z-index: 99999;
118 103 }
119 -#tiptip_holder.tip_top {
104 +#cp_tiptip_holder.tip_top {
120 105 padding-bottom: 5px;
121 106 }
122 -#tiptip_holder.tip_bottom {
107 +#cp_tiptip_holder.tip_bottom {
123 108 padding-top: 5px;
124 109 }
125 -#tiptip_holder.tip_right {
110 +#cp_tiptip_holder.tip_right {
126 111 padding-left: 5px;
127 112 }
128 -#tiptip_holder.tip_left {
113 +#cp_tiptip_holder.tip_left {
129 114 padding-right: 5px;
130 115 }
131 -#tiptip_content {
116 +#cp_tiptip_content {
132 117 font-size: 14px;
133 118 color: #000;
134 119 padding: 4px 8px;
135 120 background-color:#F5F5B5;
@@ -137,14 +122,14 @@
137 122 -webkit-border-radius: 4px;
138 123 -moz-border-radius: 4px;
139 124 border:1px #666 solid;
140 125 }
141 -#tiptip_holder.tip_bottom #tiptip_arrow_inner {
126 +#cp_tiptip_holder.tip_bottom #cp_tiptip_arrow_inner {
142 127 margin-top: -5px;
143 128 margin-right: -6px;
144 129 border-bottom-color: #333;
145 130 }
146 -#tiptip_arrow, #tiptip_arrow_inner {
131 +#cp_tiptip_arrow, #cp_tiptip_arrow_inner {
147 132 position: absolute;
148 133 border-color: transparent;
149 134 border-bottom-color: transparent;
150 135 border-style: solid;
@@ -153,25 +138,20 @@
153 138 width: 0;
154 139 }
155 140
156 141 @media screen and (-webkit-min-device-pixel-ratio:0) {
157 - #tiptip_content {
142 + #cp_tiptip_content {
158 143 padding: 4px 8px 5px 8px;
159 144 background-color:#F5F5B5;
160 145 }
161 - #tiptip_holder.tip_bottom #tiptip_arrow_inner {
146 + #cp_tiptip_holder.tip_bottom #cp_tiptip_arrow_inner {
162 147 border-bottom-color: rgba(45,45,45);
163 148 }
164 - #tiptip_holder.tip_top #tiptip_arrow_inner {
149 + #cp_tiptip_holder.tip_top #cp_tiptip_arrow_inner {
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;