fix CSS of search options in help page
This commit is contained in:
parent
a14762197b
commit
4094e87dbd
1 changed files with 3 additions and 3 deletions
|
@ -281,12 +281,12 @@ body.search #searchOptions.active, body.help #searchOptions.active {
|
|||
#result .info {
|
||||
display: none;
|
||||
}
|
||||
body.search #searchOptions {
|
||||
body.search #searchOptions, body.help #searchOptions {
|
||||
width: 100%;
|
||||
right: -100%;
|
||||
}
|
||||
body.search #searchOptions active {
|
||||
left: 0;
|
||||
body.search #searchOptions.active, body.help #searchOptions.active {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue