From 55a20e1ae4157115c40db9860fd02f4c038a27ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Cap=C3=B3?= Date: Wed, 17 Jan 2024 13:13:53 +0100 Subject: [PATCH] small nice fixes --- adminer.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/adminer.css b/adminer.css index ca65bf1..eeeaa04 100644 --- a/adminer.css +++ b/adminer.css @@ -239,6 +239,7 @@ tr.odd td { } #lang { + display: none; background: #4e5d6c; color: #FFF; position: fixed; @@ -273,13 +274,13 @@ tr.odd td { background: #4e5d6c; position: fixed; top: -10px; - bottom: 55px; + /*bottom: 55px;*/ color: #FFF; padding: 0 20px; - /*bottom: 0;*/ + bottom: 0; overflow: auto; left: 0px; - width: 240px; + width: 242px; } #menu p, #tables {