change search ui

This commit is contained in:
wlx 2013-03-28 03:23:43 +00:00
parent 1166db265f
commit dca6a942be
1 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@ $search=$this->search;
$this->headLink()->appendStylesheet('/css/search.css'); $this->headLink()->appendStylesheet('/css/search.css');
?> ?>
<div class="outer"> <div class="row">
<div class="span12">
<!-- search form --> <!-- search form -->
<form id="q-form" method="get"> <form id="q-form" method="get">
<div id="q-input"> <div id="q-input">
@ -170,7 +170,7 @@ $search=$this->search;
<!-- end search result --> <!-- end search result -->
<?php endif; ?> <?php endif; ?>
</div>
</div><!-- outer --> </div><!-- outer -->
<!-- load jquery from google --> <!-- load jquery from google -->