Removed h3 tag and related styling

This commit is contained in:
Owen Stephens 2018-01-17 09:56:11 +00:00
parent af3aa44e6c
commit c0fda7de8c
2 changed files with 1 additions and 5 deletions

View File

@ -21,7 +21,7 @@
<input type="checkbox" name="dialog-cache-responses" id="$add-column-cache-responses" checked="checked" /> <input type="checkbox" name="dialog-cache-responses" id="$add-column-cache-responses" checked="checked" />
<label for="$add-column-cache-responses" bind="or_views_cacheResponses"></label></td> <label for="$add-column-cache-responses" bind="or_views_cacheResponses"></label></td>
</tr> </tr>
<tr><td colspan="4"><h3 class="inline-header"><span bind="or_views_httpHeaders"></span></h3> <tr><td colspan="4"><span bind="or_views_httpHeaders"></span>
<span class="toggle-text" bind="or_views_httpHeadersShowHide"></span> <span class="toggle-text" bind="or_views_httpHeadersShowHide"></span>
$HTTP_HEADERS_WIDGET$ $HTTP_HEADERS_WIDGET$
</td></tr> </td></tr>

View File

@ -178,10 +178,6 @@ a img {
font-weight: bold; font-weight: bold;
} }
.inline-header {
display: inline;
}
.list-table { .list-table {
width: 100%; width: 100%;
} }