Removed h3 tag and related styling
This commit is contained in:
parent
af3aa44e6c
commit
c0fda7de8c
@ -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>
|
||||||
|
@ -178,10 +178,6 @@ a img {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-header {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-table {
|
.list-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user