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 1eb9a2ec0..fdc076716 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/game.html @@ -243,13 +243,6 @@ body { font-size: 300%; } -.ui-tabs .ui-tabs-nav li a.slimTab { - padding-left: 3px; - padding-right: 3px; - padding-top: 2px; - padding-bottom: 2px; -} - #chatBox { font-size: 90%; } @@ -285,7 +278,7 @@ body { font-size: 100%; } -.ui-button-text-only .ui-button-text { +.alertButtons .ui-button-text-only .ui-button-text { font-size: 70%; padding: .2em .5em; } @@ -293,6 +286,14 @@ body { .ui-tabs .ui-tabs-panel.slimPanel { padding: 4px; } + +.ui-tabs .ui-tabs-nav li a.slimTab { + padding-left: 3px; + padding-right: 3px; + padding-top: 2px; + padding-bottom: 2px; +} + 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 1e6db8945..6e9a45802 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 @@ -283,7 +283,7 @@ var GempLotrGameUI = Class.extend({ this.alertText = $("
"); this.alertText.css({position: "absolute", left: "0px", top: "0px", width: "100%", height: "50px", scroll: "auto"}); - this.alertButtons = $(""); + this.alertButtons = $(""); this.alertButtons.css({position: "absolute", left: "0px", top: "50px", width: "100%", height: "30px", scroll: "auto"}); this.alertBox.append(this.alertText);