diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html index b57331187..f4fbcb03b 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html @@ -133,7 +133,8 @@ -
+
diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gameUi.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gameUi.js index 3b0684e10..6cfe8fe43 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gameUi.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gameUi.js @@ -94,7 +94,7 @@ var GempLotrGameUI = Class.extend({ }); this.specialGroup.setBounds(this.padding, this.padding, 400, 200); - this.gameStateElem = $("
"); + this.gameStateElem = $("
"); this.gameStateElem.css({"border-radius": "7px", "background-color": "#ffffff"}); this.gameStateElem.append("Players:
"); diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/jCardGroup.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/jCardGroup.js index ce191bc79..de49f9bf2 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/jCardGroup.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/jCardGroup.js @@ -120,7 +120,7 @@ var NormalCardGroup = CardGroup.extend({ setBounds: function(x, y, width, height) { this._super(x + 3, y + 3, width - 6, height - 6); if (this.descDiv != null) - this.descDiv.css({left:x + "px", top:y + "px", width: width, height: height, "background-color":"#ffffff", "border-radius":"7px", position: "absolute", "text-align": "center"}); + this.descDiv.css({left:x + "px", top:y + "px", width: width, height: height, position: "absolute"}); }, layoutCards: function() {