diff --git a/t/css/main.css b/t/css/main.css index 212a8af..aee1447 100644 --- a/t/css/main.css +++ b/t/css/main.css @@ -17,8 +17,20 @@ a{ color: #525252; } +header{ + position:fixed; + z-index:20; + height:65px; + top:0; + left: 0; + right:0; + background-color:#FAFBFB; + border-bottom:1px solid #CCCCCC; +} + header div:nth-child(1){ position: absolute; + top:10px; left:3px; right: 60px; height:40px; @@ -26,7 +38,7 @@ header div:nth-child(1){ #search_input{ padding-left: 5px; - height:40px; + height:36px; width: 100%; border:1px solid #DDDDDD; outline:none; @@ -37,13 +49,14 @@ header div:nth-child(1){ header div:nth-child(2){ position: absolute; + top:10px; right:3px; width:50px; height:40px; } #search_btn{ width:50px; - height:40px; + height:36px; line-height:45px; text-align:center; background-color:#0091FF; diff --git a/t/html/index.html b/t/html/index.html index 2cbcb0d..7636334 100644 --- a/t/html/index.html +++ b/t/html/index.html @@ -3,34 +3,29 @@
-