diff --git a/package.nw/gt_roster.html b/package.nw/gt_roster.html index 0d58248..bf91e62 100644 --- a/package.nw/gt_roster.html +++ b/package.nw/gt_roster.html @@ -111,7 +111,7 @@
-
+
Add Awards
diff --git a/package.nw/lib/style_roster.css b/package.nw/lib/style_roster.css index a7339c7..f1ed2ee 100644 --- a/package.nw/lib/style_roster.css +++ b/package.nw/lib/style_roster.css @@ -139,6 +139,12 @@ body.roster { margin-right: 4px; } +#AwardWantedList { + overflow: auto; + overflow-x: hidden; + max-height: 142px; +} + #RosterControls.normal #ShowFewerControlsLink { display: none; } #RosterControls.normal #ShowMoreControlsLink { display: block; } #RosterControls.normal #SecondaryRosterControls { display: none; }