File tree 4 files changed +12
-15
lines changed
templates/debug_toolbar/panels
4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 647
647
}
648
648
}
649
649
650
- # djDebug .width-20 {
650
+ # djDebug .djdt- width-20 {
651
651
width : 20% ;
652
652
}
653
- # djDebug .width-60 {
653
+ # djDebug .djdt- width-60 {
654
654
width : 60% ;
655
655
}
656
- # djDebug .width-60 {
657
- width : 60% ;
658
- }
659
- # djDebug .highlighted {
656
+ # djDebug .djdt-highlighted {
660
657
background-color : lightgrey;
661
658
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h4>{% trans "View information" %}</h4>
24
24
< h4 > {% trans "Cookies" %}</ h4 >
25
25
< table >
26
26
< colgroup >
27
- < col class ="width-20 "/>
27
+ < col class ="djdt- width-20 "/>
28
28
< col />
29
29
</ colgroup >
30
30
< thead >
@@ -50,7 +50,7 @@ <h4>{% trans "No cookies" %}</h4>
50
50
< h4 > {% trans "Session data" %}</ h4 >
51
51
< table >
52
52
< colgroup >
53
- < col class ="width-20 "/>
53
+ < col class ="djdt- width-20 "/>
54
54
< col />
55
55
</ colgroup >
56
56
< thead >
@@ -76,7 +76,7 @@ <h4>{% trans "No session data" %}</h4>
76
76
< h4 > {% trans "GET data" %}</ h4 >
77
77
< table >
78
78
< colgroup >
79
- < col class ="width-20 "/>
79
+ < col class ="djdt- width-20 "/>
80
80
< col />
81
81
</ colgroup >
82
82
< thead >
@@ -102,7 +102,7 @@ <h4>{% trans "No GET data" %}</h4>
102
102
< h4 > {% trans "POST data" %}</ h4 >
103
103
< table >
104
104
< colgroup >
105
- < col class ="width-20 "/>
105
+ < col class ="djdt- width-20 "/>
106
106
< col />
107
107
</ colgroup >
108
108
< tr >
Original file line number Diff line number Diff line change 76
76
{% for line in query.template_info.context %}
77
77
< tr >
78
78
< td > {{ line.num }}</ td >
79
- < td > < code {% if line.highlight %}class ="highlighted "{% endif %} > {{ line.content }}</ code > </ td >
79
+ < td > < code {% if line.highlight %}class ="djdt- highlighted "{% endif %} > {{ line.content }}</ code > </ td >
80
80
</ tr >
81
81
{% endfor %}
82
82
</ table >
Original file line number Diff line number Diff line change 2
2
< h4 > {% trans "Resource usage" %}</ h4 >
3
3
< table >
4
4
< colgroup >
5
- < col class ="width-20 "/>
5
+ < col class ="djdt- width-20 "/>
6
6
< col />
7
7
</ colgroup >
8
8
< thead >
@@ -26,9 +26,9 @@ <h4>{% trans "Resource usage" %}</h4>
26
26
< h4 > {% trans "Browser timing" %}</ h4 >
27
27
< table >
28
28
< colgroup >
29
- < col class ="width-20 "/>
30
- < col class ="width-60 "/>
31
- < col class ="width-20 "/>
29
+ < col class ="djdt- width-20 "/>
30
+ < col class ="djdt- width-60 "/>
31
+ < col class ="djdt- width-20 "/>
32
32
</ colgroup >
33
33
< thead >
34
34
< tr >
You can’t perform that action at this time.
0 commit comments