Private GIT

Skip to content
Snippets Groups Projects
Commit daf1c12c authored by Alexandre Beloin's avatar Alexandre Beloin
Browse files

Merge pull request #1315 from abeloin/patch-fix_misc_issues

Fix misc issues
parents 78aaa217 c83b775a
Branches
Tags
No related merge requests found
.country-flag {
width: 16px;
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}
......
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
......@@ -31,7 +31,7 @@
<div id="core-component-group1" class="tab-pane active component-group">
<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>
<p>AniDB is non-profit database of anime information that is freely open to the public</p>
</div>
......
......@@ -51,7 +51,7 @@ $(document).ready(function () {
},
success: function (data) {
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 = '';
if (data.results.length === 0) {
......
......@@ -130,7 +130,7 @@ class sbdatetime(datetime.datetime):
try:
if sbdatetime.has_locale:
locale.setlocale(locale.LC_TIME, 'us_US')
locale.setlocale(locale.LC_TIME, 'en_US')
except:
sbdatetime.has_locale = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment