diff options
| author | David Cramer | 2011-04-22 14:04:44 -0700 |
|---|---|---|
| committer | David Cramer | 2011-04-22 14:04:44 -0700 |
| commit | 95dde8d0bc36146c2b97b5c6e6f015bc264b3bd2 (patch) | |
| tree | d1072ddcaca22718e38eb3372679eaebf7e69fc2 /debug_toolbar/templates | |
| parent | 5fc8d35d17b691727c08e9c2b55aa655f516850f (diff) | |
| download | django-debug-toolbar-95dde8d0bc36146c2b97b5c6e6f015bc264b3bd2.tar.bz2 | |
Clean up some oddly formatted CSS
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/sql.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index 50acd6e..ba94b2f 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -26,7 +26,7 @@ <tr class="djDebugHoverable {% cycle 'djDebugOdd' 'djDebugEven' %}{% if query.is_slow %} djDebugRowWarning{% endif %}{% if query.starts_trans %} djDebugStartTransaction{% endif %}{% if query.ends_trans %} djDebugEndTransaction{% endif %}{% if query.in_trans %} djDebugInTransaction{% endif %}" id="sqlMain_{{ forloop.counter }}"> <td class="color"><span style="background-color: rgb({{ query.rgb_color|join:", " }});"> </span></td> <td class="toggle"> - <a class="djSQLToggleDetails" data-queryid="{{ forloop.counter }}" href="javascript:void(0)">+</a> + <a class="djToggleSwitch" data-queryid="{{ forloop.counter }}" href="javascript:void(0)">+</a> </td> <td class="query"> <div class="djDebugSqlWrap"> @@ -63,7 +63,7 @@ <p><strong>Transaction Status:</strong> {{ query.trans_status }}</p> {% endif %} {% if query.stacktrace %} - <pre>{{ query.stacktrace }}</pre> + <pre class="stack">{{ query.stacktrace }}</pre> {% endif %} {% if query.template_info %} <table> |
