huu
This commit is contained in:
parent
a0ccbddbb5
commit
58147a6815
|
@ -151,7 +151,8 @@ font-weight:bold;}
|
||||||
#contentTab
|
#contentTab
|
||||||
{padding:0px 18px 10px 6px;
|
{padding:0px 18px 10px 6px;
|
||||||
clear:both;
|
clear:both;
|
||||||
height:172px;
|
height:194px;
|
||||||
|
font-size:12px;
|
||||||
overflow:hidden;} /*we may need to do some JAVASCRIPT for this*/
|
overflow:hidden;} /*we may need to do some JAVASCRIPT for this*/
|
||||||
|
|
||||||
.contentTab ul li span
|
.contentTab ul li span
|
||||||
|
|
|
@ -67,7 +67,8 @@ margin-top:6px;}
|
||||||
#searchInnerDiv
|
#searchInnerDiv
|
||||||
{position:absolute;
|
{position:absolute;
|
||||||
right:16px;
|
right:16px;
|
||||||
top:11px;}
|
top:11px;
|
||||||
|
z-index:5;}
|
||||||
|
|
||||||
.searchInner
|
.searchInner
|
||||||
{
|
{
|
||||||
|
@ -178,7 +179,8 @@ clear:both;
|
||||||
border-top:1px solid #f0dfdf;}
|
border-top:1px solid #f0dfdf;}
|
||||||
|
|
||||||
.selectMenu
|
.selectMenu
|
||||||
{padding-top:6px;}
|
{padding-top:6px;
|
||||||
|
}
|
||||||
|
|
||||||
.selectMenu select
|
.selectMenu select
|
||||||
{border:1px solid #f7bd00;
|
{border:1px solid #f7bd00;
|
||||||
|
@ -189,7 +191,8 @@ color:#666;
|
||||||
border-radius:8px;
|
border-radius:8px;
|
||||||
border:2px outset #f0f0f0;
|
border:2px outset #f0f0f0;
|
||||||
/*background-color:#f0f0f0;*/
|
/*background-color:#f0f0f0;*/
|
||||||
outline:none;}
|
outline:none;
|
||||||
|
margin-right:6px;}
|
||||||
|
|
||||||
.selectMenu select:focus
|
.selectMenu select:focus
|
||||||
{}
|
{}
|
||||||
|
|
|
@ -115,7 +115,7 @@
|
||||||
<option value="title">Title</option>
|
<option value="title">Title</option>
|
||||||
<option value="mostpopular">Most popular</option>
|
<option value="mostpopular">Most popular</option>
|
||||||
-->
|
-->
|
||||||
</select><br />
|
</select>
|
||||||
|
|
||||||
<input id="page_no" name="page_no" type="hidden" value="1" />
|
<input id="page_no" name="page_no" type="hidden" value="1" />
|
||||||
<input id="object_id" name="object_id" type="hidden" value="" />
|
<input id="object_id" name="object_id" type="hidden" value="" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user