From 55a1cd24d635053019ce5fd41688d662cca484a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Fri, 5 Jun 2020 19:36:07 +0200 Subject: [PATCH] MAPG-103 make some CSS rules more general --- public/static/css/game.css | 10 ---------- public/static/css/mapguesser.css | 5 +++++ views/game.php | 2 +- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/public/static/css/game.css b/public/static/css/game.css index 63d1357..9fc1105 100644 --- a/public/static/css/game.css +++ b/public/static/css/game.css @@ -1,13 +1,3 @@ -#roundInfo { - line-height: inherit; - text-align: right; -} - -#roundInfo p { - font-size: 16px; - line-height: inherit; -} - #panorama { width: 100%; height: calc(100% - 40px); diff --git a/public/static/css/mapguesser.css b/public/static/css/mapguesser.css index e95792f..957f803 100644 --- a/public/static/css/mapguesser.css +++ b/public/static/css/mapguesser.css @@ -228,6 +228,11 @@ div.header.small { line-height: 40px; } +div.header>div.grid>:nth-child(2) { + line-height: inherit; + text-align: right; +} + div.main { padding: 6px 12px; } diff --git a/views/game.php b/views/game.php index 5ea5f5c..bd10951 100644 --- a/views/game.php +++ b/views/game.php @@ -8,7 +8,7 @@ MapGuesser -

Round: | Score:

+

Round: | Score: