Fixed layout for new minisprites

This commit is contained in:
Greg Edwards 2022-02-16 21:13:35 -05:00
parent 09b2645701
commit 598d246a0d
3 changed files with 3 additions and 4 deletions

View File

@ -97,8 +97,7 @@
.gtsPokemonSummary img.speciesSmall
{
margin: -8px -4px -8px -10px;
top: -1px;
margin: -10px -3px -4px -10px;
}
.pfFormGroup.pfGroupMoves

View File

@ -7,7 +7,7 @@
<pf:RequireScript Key="jquery" ScriptUrl="~/scripts/jquery-1.11.1.min.js" runat="server" />
<pf:RequireScript Key="jquery-ui" ScriptUrl="~/scripts/jquery-ui.min.js" After="jquery" runat="server" />
<pf:RequireCss Key="form" CssUrl="~/css/form.css" After="main" runat="server" />
<pf:RequireCss Key="pkmnstats" CssUrl="~/css/pkmnstats.css" After="form" runat="server" />
<pf:RequireCss Key="pkmnstats" CssUrl="~/css/pkmnstats.css?1" After="form" runat="server" />
<pf:RequireCss Key="types" CssUrl="~/css/types.css" runat="server" />
</asp:Content>

View File

@ -231,7 +231,7 @@ namespace PkmnFoundations.GTS
return "<img src=\"" + ResolveUrl(WebFormat.SpeciesImageSmall(species)) +
"\" alt=\"" + Common.HtmlEncode(species.Name.ToString()) +
"\" class=\"sprite speciesSmall\" width=\"40px\" height=\"32px\" />" +
"\" class=\"sprite speciesSmall\" width=\"40px\" height=\"30px\" />" +
String.Format("{0} (#{1})",
Common.HtmlEncode(species.Name.ToString()),
record.RequestedSpecies);