From 553b5ddbf67e5b6f57513e5d29fe750799b154d1 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Sat, 8 Jul 2023 19:17:51 +0200 Subject: [PATCH] =?UTF-8?q?Made=20menu=20links=20larger=20in=20=E2=80=9Cde?= =?UTF-8?q?sktop=20mode=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/site/css/menu.css | 6 +++--- web/site/css/theme.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/site/css/menu.css b/web/site/css/menu.css index cb5ae44..3439ac3 100644 --- a/web/site/css/menu.css +++ b/web/site/css/menu.css @@ -27,7 +27,7 @@ overflow: visible; } #hmenu ul li { - min-width: 80pt; + min-width: 95pt; height: 40px; text-align: center; display: table-cell; @@ -39,7 +39,7 @@ cursor: default; } #hmenu ul li a { - /*width: 80pt;*/ + /*width: 95pt;*/ line-height: 40px; display: block; color: #539CDD; @@ -53,7 +53,7 @@ } #hmenu .ulb { background-color: rgba(0,0,0,0.89); - left: 80pt; + left: 95pt; position: relative; top: -40px; border-radius: 5px; diff --git a/web/site/css/theme.css b/web/site/css/theme.css index 06b0e53..447bcfe 100644 --- a/web/site/css/theme.css +++ b/web/site/css/theme.css @@ -126,7 +126,7 @@ a:active { background-color: rgba(0,0,0,0.89); color: #539CDD; height: 24px; - width: 80pt; + width: 95pt; text-align: center; line-height: 21px; top: 40px;