small fix side menu
This commit is contained in:
parent
83ac9ce7eb
commit
8bc42cc4f9
1 changed files with 9 additions and 1 deletions
10
adminer.css
10
adminer.css
|
|
@ -62,6 +62,14 @@ h1 {
|
|||
#menu #version {
|
||||
color: red;
|
||||
}
|
||||
#menu .version:before {
|
||||
content: 'Adminer ';
|
||||
color: #fff;
|
||||
}
|
||||
#menu #h1 {
|
||||
display: none;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
h2,h3 {
|
||||
font-size:1.7em;
|
||||
|
|
@ -228,7 +236,7 @@ tr.odd td {
|
|||
position:fixed;
|
||||
top:-10px;
|
||||
color:#FFF;
|
||||
padding: 20px;
|
||||
padding: 0 20px;
|
||||
bottom:55px;
|
||||
overflow:auto;
|
||||
left:0px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue