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 {
|
#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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue