- An attempt at moving the Pass button away from other buttons.

This commit is contained in:
marcins78@gmail.com
2012-03-15 11:42:03 +00:00
parent c0d83078a2
commit 9bf0bcc2f8

View File

@@ -1504,7 +1504,7 @@ var GempLotrGameUI = Class.extend({
var processButtons = function() {
that.alertButtons.html("");
if (selectedCardIds.length == 0) {
that.alertButtons.append("<button id='Pass'>Pass</button>");
that.alertButtons.append("<button id='Pass' style='float: right'>Pass</button>");
$("#Pass").button().click(function() {
finishChoice();
});