浏览代码

adjust position of logo in search result page

Keiichi Watanabe 9 年之前
父节点
当前提交
fdefae13c3
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/main/webapp/css/style.css

+ 6 - 0
src/main/webapp/css/style.css

@@ -240,6 +240,10 @@ body.search #searchOptions.active, body.help #searchOptions.active,  body.error
 	display: inline-block;
 }
 
+.navbar-brand img {
+	padding-top: 4px;
+}
+
 /* Large desktop */
 @media ( min-width : 74.9em) {
 	.visible-xs {
@@ -274,6 +278,7 @@ body.search #searchOptions.active, body.help #searchOptions.active,  body.error
 	}
 	.navbar-brand img {
 		width: 80px;
+		padding-top: 6.5px;
 	}
 	.searchFormBox {
 		margin-top: 20px;
@@ -312,6 +317,7 @@ body.search #searchOptions.active, body.help #searchOptions.active,  body.error
 	}
 	.navbar-brand img {
 		width: 80px;
+		padding-top: 6.5px;
 	}
 	.searchFormBox {
 		margin-top: 80px;