From b20d46e3f3bab1404c95c25533afca9f1b4a8fd0 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 22 Mar 2019 17:02:12 +0100 Subject: [PATCH] fixes #992 wrong menubar alignment on Chrome --- admin/themes/default/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index cf8993761..963955743 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -800,6 +800,7 @@ html, body {height:100%; margin:0; padding:0;} margin: 0; display: block; font-weight:bold; position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #aaa; cursor:pointer; + line-height: 25px; } #menubar dl:first-of-type, #menubar dl:first-of-type dt { border-radius:0; } #menubar dl:last-of-type { border-radius:0; } @@ -814,8 +815,8 @@ html, body {height:100%; margin:0; padding:0;} font-size: 14px; color: #666; float: right; - line-height: 37px; margin-right: 5px; + margin-top: 2px; } /* tabsheets are often used in admin pages => No specific css files */