Skip to content

Commit

Permalink
Left-align the header cells in the SQL stacktrace table
Browse files Browse the repository at this point in the history
The columns are extremely wide, which makes centered titles look very odd.

Signed-off-by: Rob Hudson <rob@cogit8.org>
  • Loading branch information
lamby authored and robhudson committed Nov 2, 2009
1 parent c1d19af commit 0d544a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions debug_toolbar/media/debug_toolbar/toolbar.css
Expand Up @@ -345,6 +345,10 @@
z-index:100000002;
}

#djDebug .djSQLHideStacktraceDiv tbody th {
text-align: left;
}

#djDebug span.djDebugLineChart {
border-top:3px solid #777;
position:absolute;
Expand Down
2 changes: 1 addition & 1 deletion debug_toolbar/media/debug_toolbar/toolbar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d544a7

Please sign in to comment.