This commit is contained in:
Sanj 2011-10-25 22:28:53 +01:00
commit 8b11fc5f73
3 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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
{} {}

View File

@ -62,7 +62,7 @@
<h3 id="topText" class="tabHeader">{{ title|format_title|safe }}</h3> <h3 id="topText" class="tabHeader">{{ title|format_title|safe }}</h3>
<div id="searchInnerDiv"> <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"> <img src="/static/images/noel/about.png" width="22" height="22" id="aboutBtn" alt="About" title="About">
{% if has_add %} {% if has_add %}
<img src="/static/images/noel/add.png" width="28" height="20" id="addBtn" alt="About" title="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="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="" />