diff --git a/package.nw/gt_roster.html b/package.nw/gt_roster.html index c0a9d471..9bc82fb0 100644 --- a/package.nw/gt_roster.html +++ b/package.nw/gt_roster.html @@ -105,18 +105,42 @@ - - -
- -
-

Awards

- +
Add Awards
+ +
+
+ +

Wanted

@@ -350,43 +374,5 @@
Close
-
- - - - - - - - - - - - - -
New Award Tracker
- -
- -
-
Done
-
-
diff --git a/package.nw/lib/roster.js b/package.nw/lib/roster.js index 533aeac0..0dd63b71 100644 --- a/package.nw/lib/roster.js +++ b/package.nw/lib/roster.js @@ -2763,13 +2763,13 @@ function resetAwardAdd() function openAwardPopup() { - awardHunterDiv.style.zIndex = 100; + awardHunterDiv.style.display = ""; resetAwardAdd(); } function closeAwardPopup() { - awardHunterDiv.style.zIndex = -1; + awardHunterDiv.style.display = "none"; resetAwardAdd(); } diff --git a/package.nw/lib/style_roster.css b/package.nw/lib/style_roster.css index 6ab51d16..bb46ab20 100644 --- a/package.nw/lib/style_roster.css +++ b/package.nw/lib/style_roster.css @@ -248,6 +248,19 @@ body.roster { } } +#RosterControls.normal #AwardTrackerControls { + display: none !important; +} + +#RosterControls.extended #AwardTrackerControls { + margin-left: 8px; + width: 100%; +} + +#awardTable { + width: 100%; +} + #RosterControls.extended #ShowFewerControlsLink { display: block; }