File tree 2 files changed +14
-12
lines changed
src/Kdyby/SessionPanel/Diagnostics/templates
2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 23
23
"php" : " >=5.3.2" ,
24
24
"nette/di" : " ~2.2" ,
25
25
"nette/http" : " ~2.2" ,
26
- "tracy/tracy" : " ~2.2 "
26
+ "tracy/tracy" : " ~2.4 "
27
27
},
28
28
"autoload" : {
29
29
"psr-0" : {
Original file line number Diff line number Diff line change 1
1
<style>
2
- #nette -debug .nette-sessionPanel h1 {
2
+ #tracy -debug .nette-sessionPanel h1 {
3
3
min-width: 400px;
4
4
}
5
5
6
- #nette -debug .nette-sessionPanel h2 {
6
+ #tracy -debug .nette-sessionPanel h2 {
7
7
font: 11pt/1.5 sans-serif;
8
8
margin: 0;
9
9
padding: 2px 8px;
10
10
background: #3484d2;
11
11
color: white;
12
12
}
13
13
14
- #nette -debug .nette-sessionPanel small {
14
+ #tracy -debug .nette-sessionPanel small {
15
15
font-size: 70%;
16
16
}
17
17
18
- #nette-debug .nette-sessionPanel .nette-inner {
19
- width: 700px;
18
+ #tracy-debug .nette-sessionPanel .nette-inner{
19
+ overflow: auto;
20
+ max-height: 600px;
21
+ max-width: 700px;
20
22
}
21
23
22
- #nette -debug .nette-sessionPanel table {
24
+ #tracy -debug .nette-sessionPanel table {
23
25
width: 100%;
24
26
white-space: nowrap;
25
27
}
26
28
27
- #nette -debug .nette-sessionPanel td.nette-session {
29
+ #tracy -debug .nette-sessionPanel td.nette-session {
28
30
font-weight: bold;
29
31
}
30
32
31
- #nette -debug .nette-sessionPanel .section-type {
33
+ #tracy -debug .nette-sessionPanel .section-type {
32
34
font-size: 85%;
33
35
color: #999;
34
36
}
35
37
36
- #nette -debug .nette-sessionPanel .remove b {
38
+ #tracy -debug .nette-sessionPanel .remove b {
37
39
line-height: 20px;
38
40
cursor: pointer;
39
41
-webkit-appearance: none;
48
50
text-decoration: none;
49
51
}
50
52
51
- #nette -debug .nette-sessionPanel .remove a:hover {
53
+ #tracy -debug .nette-sessionPanel .remove a:hover {
52
54
background: transparent;
53
55
color: #125EAE;
54
56
}
55
57
56
- #nette -debug .nette-sessionPanel .remove a:hover span {
58
+ #tracy -debug .nette-sessionPanel .remove a:hover span {
57
59
text-decoration: underline;
58
60
}
59
61
</style>
You can’t perform that action at this time.
0 commit comments