From f7152c7d2149a846f2716dfed682427cc9ba5a2c Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Mon, 18 Jan 2021 22:49:47 +0300 Subject: [PATCH] Fix control buttons width --- web/css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/css/main.css b/web/css/main.css index def63831..5a53e1c4 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -236,6 +236,7 @@ body { } #btn-join { + width: 46px; top: 70px; left: 22px; height: 25px; @@ -244,6 +245,7 @@ body { } #btn-quit { + width: 46px; top: 70px; left: 75px; height: 25px; @@ -252,6 +254,7 @@ body { } #btn-select { + width: 46px; top: 100px; left: 435px; height: 25px; @@ -260,9 +263,9 @@ body { } #btn-start { + width: 46px; top: 100px; left: 489px; - width: 60px; background-image: url('/static/img/ui/bt START.png'); }