fix #544 : modify css

This commit is contained in:
Shinsuke Sugaya 2016-06-16 11:10:29 +09:00
parent d21b68b28b
commit aed9910814

View file

@ -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;
}