diff --git a/WebContent/cah.css b/WebContent/cah.css
index d4b89a3..401ce09 100644
--- a/WebContent/cah.css
+++ b/WebContent/cah.css
@@ -115,22 +115,22 @@ h2,h3,h4 {
.gamelist_lobby {
background: #fff;
border-radius: .25em;
- width: 500px;
- height: 150px;
+ width: 575px;
+ height: 175px;
float: left;
border: 1px solid #ccc;
margin: 4px;
}
.gamelist_lobby_left {
- width: 72%;
+ width: 77%;
height: 100%;
padding: .5em 1.5%;
float: left;
}
.gamelist_lobby_right {
- width: 25%;
+ width: 20%;
height: 100%;
float: right;
}
@@ -444,7 +444,7 @@ span.debug, span.admin {
.selected {
color: #fff;
- background:#3c7fb1;
+ background: #3c7fb1 !important;
}
.logo {
diff --git a/WebContent/game.jsp b/WebContent/game.jsp
index b886017..8e8a252 100644
--- a/WebContent/game.jsp
+++ b/WebContent/game.jsp
@@ -346,7 +346,10 @@ HttpSession hSession = request.getSession(true);
Having more than 10 players may get cramped!
-
+