Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
54d107b3
Commit
54d107b3
authored
May 02, 2015
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor style changes to debug table
parent
6fbc3c99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
Usage.php
qa-include/Q2A/Util/Usage.php
+8
-5
No files found.
qa-include/Q2A/Util/Usage.php
View file @
54d107b3
...
...
@@ -104,18 +104,21 @@ class Q2A_Util_Usage
$totaldelta
=
$this
->
delta
(
$this
->
startUsage
,
$this
->
getCurrent
());
?>
<style>
.debug-table
,
.extra-info
{
border-collapse
:
collapse
;
box-sizing
:
border-box
;
width
:
100%
;
margin
:
20px
auto
0
auto
;
}
.debug-table
th
,
.debug-table
td
{
border
:
2px
solid
#777
;
background-color
:
#ddd
;
padding
:
5
px
;
}
.debug-table
{
border-collapse
:
collapse
;
width
:
auto
;
margin
:
20px
auto
;
}
.debug-table
th
,
.debug-table
td
{
border
:
1px
solid
#aaa
;
background-color
:
#ddd
;
padding
:
5px
10
px
;
}
.debug-table
td
{
text-align
:
right
;
}
.debug-table
th
:empty
{
border
:
none
;
background-color
:
initial
;
}
.debug-table
.row-heading
{
font-weight
:
bold
;
}
.debug-table
tr
:last-child
td
{
background-color
:
#ccc
;
border-top
:
4px
double
#777
;
}
.debug-table
tr
:last-child
td
{
background-color
:
#ccc
;
border-top
-width
:
3px
;
}
textarea
.debug-output
{
box-sizing
:
border-box
;
width
:
100%
;
font
:
12px
monospace
;
color
:
#000
;
}
.extra-info
td
.debug-cell-files
{
width
:
30%
;
padding-right
:
5px
;
}
.extra-info
td
.debug-cell-queries
{
width
:
70%
;
padding-left
:
5px
;
}
.extra-info
{
border-collapse
:
collapse
;
box-sizing
:
border-box
;
width
:
100%
;
}
.extra-info
td
.debug-cell-files
{
width
:
30%
;
padding
:
10px
5px
10px
10px
;
}
.extra-info
td
.debug-cell-queries
{
width
:
70%
;
padding
:
10px
10px
10px
5px
;
}
.extra-info
tr
{
background-color
:
#ccc
;
}
.extra-info
textarea
{
margin
:
0
;
}
</style>
<table
class=
"debug-table"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment