diff --git a/MavenBack/src/main/webapp/games.html b/MavenBack/src/main/webapp/games.html index 1398c4f..4dbfeda 100644 --- a/MavenBack/src/main/webapp/games.html +++ b/MavenBack/src/main/webapp/games.html @@ -230,12 +230,15 @@

Create new game:

Their Score:

+

+

Your Pending Games:

+
@@ -251,6 +254,7 @@

Your Pending Games:

+
\ No newline at end of file diff --git a/MavenBack/src/main/webapp/gamesStyle.css b/MavenBack/src/main/webapp/gamesStyle.css index 581b538..04e8acb 100644 --- a/MavenBack/src/main/webapp/gamesStyle.css +++ b/MavenBack/src/main/webapp/gamesStyle.css @@ -7,17 +7,13 @@ p, h1, th, td{color: white;} .pendingGames{ float: right; - margin-top: 20px; - margin-right: 20px; - margin-bottom: 20px; + padding: 10px; width: 75%; /*background: #262521;*/ } .recent{ float: left; - margin-top: 20px; - margin-left: 20px; - margin-bottom: 20px; + padding: 10px; width: 20%; /*background: #262521;*/ @@ -46,6 +42,12 @@ input[type=text], input[type=number]{ color: white; } +.buttonContainer{ + display: flex; + align-items: center; + justify-content: center; + +} #submitButton{ /*background-color: #7fa751;*/ background-color: #8c463d; @@ -57,8 +59,8 @@ input[type=text], input[type=number]{ height: 60px; font-size: 24px; - position: relative; - left: 50px; + /*position: relative; + left: 50px;*/ cursor: pointer; @@ -76,9 +78,9 @@ input[type=text], input[type=number]{ } input[type=text], input[type=number]{ - margin: 0px; + margin: 0px; + width: 100%; } - #submitButton{left: 35%;} } \ No newline at end of file