瀏覽代碼

fix #544 : modify css

Shinsuke Sugaya 9 年之前
父節點
當前提交
0f87da29c9
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;
 	vertical-align: middle;
 }
 }
 
 
-#searchOptions {
+body.search #searchOptions, body.help #searchOptions, body.error #searchOptions {
 	position: fixed;
 	position: fixed;
 	top: 0;
 	top: 0;
 	padding-top: 72px;
 	padding-top: 72px;
@@ -214,7 +214,7 @@ ul.searchOptionLabels li {
 	transition: all .4s ease 0s;
 	transition: all .4s ease 0s;
 }
 }
 
 
-#searchOptions.active {
+body.search #searchOptions.active, body.help #searchOptions.active,  body.error #searchOptions.active {
 	right: 0;
 	right: 0;
 }
 }