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 {
|
#dbs label {
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
position: initial;
|
position: initial;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer > div {
|
.footer > div {
|
||||||
|
|
@ -355,6 +355,9 @@ input[name=logout]:hover {
|
||||||
.logout {
|
.logout {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
background-color: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.js .column {
|
.js .column {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue