This commit is contained in:
Karen 2011-10-26 02:52:55 +05:30
parent a0ccbddbb5
commit 58147a6815
3 changed files with 10 additions and 6 deletions

View File

@ -151,7 +151,8 @@ font-weight:bold;}
#contentTab
{padding:0px 18px 10px 6px;
clear:both;
height:172px;
height:194px;
font-size:12px;
overflow:hidden;} /*we may need to do some JAVASCRIPT for this*/
.contentTab ul li span

View File

@ -67,7 +67,8 @@ margin-top:6px;}
#searchInnerDiv
{position:absolute;
right:16px;
top:11px;}
top:11px;
z-index:5;}
.searchInner
{
@ -178,7 +179,8 @@ clear:both;
border-top:1px solid #f0dfdf;}
.selectMenu
{padding-top:6px;}
{padding-top:6px;
}
.selectMenu select
{border:1px solid #f7bd00;
@ -189,7 +191,8 @@ color:#666;
border-radius:8px;
border:2px outset #f0f0f0;
/*background-color:#f0f0f0;*/
outline:none;}
outline:none;
margin-right:6px;}
.selectMenu select:focus
{}

View File

@ -62,7 +62,7 @@
<h3 id="topText" class="tabHeader">{{ title|format_title|safe }}</h3>
<div id="searchInnerDiv">
<!--<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">-->
<!--<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">-->
<img src="/static/images/noel/about.png" width="22" height="22" id="aboutBtn" alt="About" title="About">
{% if has_add %}
<img src="/static/images/noel/add.png" width="28" height="20" id="addBtn" alt="About" title="Add">
@ -115,7 +115,7 @@
<option value="title">Title</option>
<option value="mostpopular">Most popular</option>
-->
</select><br />
</select>
<input id="page_no" name="page_no" type="hidden" value="1" />
<input id="object_id" name="object_id" type="hidden" value="" />