mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Searchprovider page layout cleanup
Small cleanup so that the symbols will be on the same line as the explenations instead of having the symbols as HTML headers.
This commit is contained in:
parent
ce31539a0d
commit
daf2e94000
@ -75,9 +75,9 @@ var show_nzb_providers = #if $sickbeard.USE_NZBS then "true" else "false"#;
|
||||
#end if
|
||||
|
||||
<div>
|
||||
<h4 class="note">*</h4><p class="note">Provider does not support backlog searches at this time.</p>
|
||||
<h4 class="note">**</h4><p class="note">Provider supports <b>limited</b> backlog searches, all episodes/qualities may not be available.</p>
|
||||
<h4 class="note">!</h4><p class="note">Provider is <b>NOT WORKING</b>.</p>
|
||||
<p class="note">* Provider does not support backlog searches at this time.</p>
|
||||
<p class="note">** Provider supports <b>limited</b> backlog searches, all episodes/qualities may not be available.</p>
|
||||
<p class="note">! Provider is <b>NOT WORKING</b>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user