Browse Source

fix #544 : modify css

Shinsuke Sugaya 9 years ago
parent
commit
0f87da29c9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/css/style.css

+ 2 - 2
src/main/webapp/css/style.css

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