small nice fixes

This commit is contained in:
Pau Capó 2024-01-17 13:13:53 +01:00
parent 222120c957
commit 55a20e1ae4

View file

@ -239,6 +239,7 @@ tr.odd td {
} }
#lang { #lang {
display: none;
background: #4e5d6c; background: #4e5d6c;
color: #FFF; color: #FFF;
position: fixed; position: fixed;
@ -273,13 +274,13 @@ tr.odd td {
background: #4e5d6c; background: #4e5d6c;
position: fixed; position: fixed;
top: -10px; top: -10px;
bottom: 55px; /*bottom: 55px;*/
color: #FFF; color: #FFF;
padding: 0 20px; padding: 0 20px;
/*bottom: 0;*/ bottom: 0;
overflow: auto; overflow: auto;
left: 0px; left: 0px;
width: 240px; width: 242px;
} }
#menu p, #tables { #menu p, #tables {