@@ -8,16 +8,53 @@ div.phpdebugbar-widgets-templates div.phpdebugbar-widgets-status {
88 background : # fafafa ;
99}
1010
11- div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-render_time {
11+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-render-time ,
12+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-memory ,
13+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-param-count ,
14+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-type {
1215 float : right;
16+ margin-left : 8px ;
17+ color : # 888 ;
1318}
14- div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-render_time : before {
15- content : "\f017" ;
19+ div .phpdebugbar-widgets-templates div .phpdebugbar-widgets-status span .phpdebugbar-widgets-render-time ,
20+ div .phpdebugbar-widgets-templates div .phpdebugbar-widgets-status span .phpdebugbar-widgets-memory ,
21+ div .phpdebugbar-widgets-templates div .phpdebugbar-widgets-status span .phpdebugbar-widgets-param-count ,
22+ div .phpdebugbar-widgets-templates div .phpdebugbar-widgets-status span .phpdebugbar-widgets-type {
23+ color : # 555 ;
24+ }
25+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-render-time : before ,
26+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-memory : before ,
27+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-param-count : before ,
28+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-type : before {
1629 font-family : FontAwesome;
17- font-size : 12px ;
1830 margin-right : 4px ;
31+ font-size : 12px ;
32+ }
33+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-render-time : before {
34+ content : "\f017" ;
35+ }
36+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-memory : before {
37+ content : "\f085" ;
38+ }
39+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-param-count : before {
40+ content : "\f0ce" ;
41+ }
42+ div .phpdebugbar-widgets-templates span .phpdebugbar-widgets-type : before {
43+ content : "\f121" ;
44+ }
45+ div .phpdebugbar-widgets-templates table .phpdebugbar-widgets-params {
46+ display : none;
47+ width : 70% ;
48+ margin : 10px ;
49+ border : 1px solid # ddd ;
50+ font-family : monospace;
51+ border-collapse : collapse;
52+ }
53+ div .phpdebugbar-widgets-templates table .phpdebugbar-widgets-params td {
54+ border : 1px solid # ddd ;
55+ text-align : left;
56+ }
57+ div .phpdebugbar-widgets-templates table .phpdebugbar-widgets-params .phpdebugbar-widgets-name {
58+ width : 20% ;
59+ font-weight : bold;
1960}
20-
21- div .phpdebugbar-widgets-templates div .phpdebugbar-widgets-status span .phpdebugbar-widgets-render_time {
22- color : # 555 ;
23- }
0 commit comments