diff --git a/css/default_shop.css b/css/default_shop.css index 836d518e8..356caf9f1 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -68,12 +68,11 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #hd_aside h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} #hd_aside .aside_inner {position:relative;margin:0 auto;width:1000px;min-width:1000px} -#hd_aside #aside_sch {position:absolute;top:-60px;left:160px} -#hd_aside #aside_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden} -#hd_aside #aside_sch span {display:inline-block;position:relative;padding:0 10px;height:30px;border-right:1px solid #e9e9e9;vertical-align:middle;line-height:2.4em} -#hd_aside #aside_sch select {position:static !important;position:relative;margin:0 !important;margin:7px 0 0} -#hd_aside #aside_sch #sch_str {width:110px;height:28px;border:0;line-height:2.8em} -#hd_aside #aside_sch #sch_submit {padding:0 10px;height:30px;border:0;background:#626870;color:#fff;cursor:pointer} +#hd_aside #asch {position:absolute;top:-60px;left:160px;border:1px solid #c3c6ca} +#hd_aside #asch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#hd_aside #asch select {position:static !important;position:relative;margin:0 !important;margin:7px 0 0} +#hd_aside #asch #asch_str {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em} +#hd_aside #asch #asch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer} #hd_aside #anb {position:absolute;top:-60px;right:0} #hd_aside #anb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden} diff --git a/shop/shop.head.php b/shop/shop.head.php index b13ee987c..431a4f7ef 100644 --- a/shop/shop.head.php +++ b/shop/shop.head.php @@ -36,29 +36,27 @@ include_once(G5_LIB_PATH.'/popular.lib.php');