small nice fixes
This commit is contained in:
parent
222120c957
commit
55a20e1ae4
1 changed files with 4 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue