From 03b3ee1846edd954dd9e0d97c22cfbd0a999708d Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 3 Jun 2021 16:01:39 +0200 Subject: [PATCH] fixed center text in QSO active window --- html/css/styles.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/html/css/styles.php b/html/css/styles.php index 5d9b894..9546b80 100644 --- a/html/css/styles.php +++ b/html/css/styles.php @@ -15,7 +15,10 @@ header("Content-type: text/css"); } #rcorner { display: flex; - display: -webkit-flex; + align-items: center; + justify-content: center; + vertical-align: middle; + text-align:center; justify-content: center; align-items: center; border-radius: 10px; @@ -23,8 +26,6 @@ header("Content-type: text/css"); -webkit-border-radius:10px; border: 1px solid LightGrey; background: #e9e9e9; - padding: 0px; - text-align:center; font: 10pt arial, sans-serif; font-weight:bold; margin-top:2px; @@ -33,8 +34,7 @@ header("Content-type: text/css"); margin-bottom:0px; color:#002d62; white-space:normal; - /*height: 100%;*/ - height:; + height: 100%; line-height:20px; } #rcornerh {