fix css
This commit is contained in:
parent
d1b6cb6374
commit
2dd1980fa1
1 changed files with 4 additions and 1 deletions
|
|
@ -26,13 +26,13 @@ a, a:visited {
|
|||
}
|
||||
|
||||
#dbs label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: initial;
|
||||
background: transparent;
|
||||
border-top: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.footer > div {
|
||||
|
|
@ -355,6 +355,9 @@ input[name=logout]:hover {
|
|||
.logout {
|
||||
z-index: 3;
|
||||
position: fixed;
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.js .column {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue