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:
commit
daf1c12c1a
@ -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}
|
||||||
|
BIN
gui/slick/images/anidb24.png
Normal file
BIN
gui/slick/images/anidb24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
@ -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>
|
||||||
|
@ -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) {
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user