1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Merge pull request #1315 from abeloin/patch-fix_misc_issues

Fix misc issues
This commit is contained in:
Alexandre Beloin 2015-02-15 18:29:24 -05:00
commit daf1c12c1a
6 changed files with 260 additions and 260 deletions

View File

@ -1,7 +1,7 @@
.country-flag { .country-flag {
width: 16px; width: 16px;
height: 11px; height: 11px;
background:url(images/country-flags.png) no-repeat background:url(../images/country-flags.png) no-repeat
} }
.country-flag.flag-ad {background-position: -16px 0} .country-flag.flag-ad {background-position: -16px 0}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -31,7 +31,7 @@
<div id="core-component-group1" class="tab-pane active component-group"> <div id="core-component-group1" class="tab-pane active component-group">
<div class="component-group-desc"> <div class="component-group-desc">
<img class="notifier-icon" src="$sbRoot/images/providers/anidb.gif" alt="AniDB" title="AniDB" width="24" height="24" /> <img class="notifier-icon" src="$sbRoot/images/anidb24.png" alt="AniDB" title="AniDB" width="24" height="24" />
<h3><a href="<%= anon_url('http://anidb.info') %>" onclick="window.open(this.href, '_blank'); return false;">AniDB</a></h3> <h3><a href="<%= anon_url('http://anidb.info') %>" onclick="window.open(this.href, '_blank'); return false;">AniDB</a></h3>
<p>AniDB is non-profit database of anime information that is freely open to the public</p> <p>AniDB is non-profit database of anime information that is freely open to the public</p>
</div> </div>

View File

@ -51,7 +51,7 @@ $(document).ready(function () {
}, },
success: function (data) { success: function (data) {
var firstResult = true; var firstResult = true;
var resultStr = '<fieldset>\n<legend>Search Results:</legend>\n'; var resultStr = '<fieldset>\n<legend class="legendStep">Search Results:</legend>\n';
var checked = ''; var checked = '';
if (data.results.length === 0) { if (data.results.length === 0) {

View File

@ -130,7 +130,7 @@ class sbdatetime(datetime.datetime):
try: try:
if sbdatetime.has_locale: if sbdatetime.has_locale:
locale.setlocale(locale.LC_TIME, 'us_US') locale.setlocale(locale.LC_TIME, 'en_US')
except: except:
sbdatetime.has_locale = False sbdatetime.has_locale = False