small fix side menu

This commit is contained in:
Pau Capó 2017-10-15 00:47:29 +02:00
parent 83ac9ce7eb
commit 8bc42cc4f9

View file

@ -62,6 +62,14 @@ h1 {
#menu #version { #menu #version {
color: red; color: red;
} }
#menu .version:before {
content: 'Adminer ';
color: #fff;
}
#menu #h1 {
display: none;
line-height: 40px;
}
h2,h3 { h2,h3 {
font-size:1.7em; font-size:1.7em;
@ -228,7 +236,7 @@ tr.odd td {
position:fixed; position:fixed;
top:-10px; top:-10px;
color:#FFF; color:#FFF;
padding: 20px; padding: 0 20px;
bottom:55px; bottom:55px;
overflow:auto; overflow:auto;
left:0px; left:0px;