summaryrefslogtreecommitdiff
blob: 7f49bd536a44470c1406b582b72473e516ba55b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php if ($S['conf']['debug']) { ?>
div#debug {
	font-family: monospace;
	background-color: white;
	border: 1px solid black;
	color: black;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
div#debug div.heading {
	width: 100%;
	background-color: black;
	color: white;
	font-family: serif;
	font-weight: bold;
	font-size: 120%;
	cursor: pointer;
}
div #debugbox {
	max-height: 25em;	
	overflow: auto;
}
div.debug {
	overflow: hidden;
	padding-left: 50px;
	text-indent: -50px;
	z-index: 999;
}
div.debug * {
	text-indent: 0px;
}
div.debug span.type {
	font-weight: bold;
}
div.debug pre {
	white-space: normal;
}
#debugactions {
	position: fixed;
	right: 5px;
}
#debugactions a {
	color: red;
}
table.sqldebug {
	text-align: center;
	background-color: black;
}
<?php } ?>