fix #544 : modify css
This commit is contained in:
parent
d21b68b28b
commit
aed9910814
1 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ ul.searchOptionLabels li {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#searchOptions {
|
||||
body.search #searchOptions, body.help #searchOptions, body.error #searchOptions {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
padding-top: 72px;
|
||||
|
@ -214,7 +214,7 @@ ul.searchOptionLabels li {
|
|||
transition: all .4s ease 0s;
|
||||
}
|
||||
|
||||
#searchOptions.active {
|
||||
body.search #searchOptions.active, body.help #searchOptions.active, body.error #searchOptions.active {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue