This commit is contained in:
Karen 2011-10-25 22:47:11 +05:30
parent 3fdc48d150
commit b779dd39bb
6 changed files with 13 additions and 24 deletions

View File

@ -218,17 +218,6 @@ left:0px;
ul#sliderTabs li
{float:left;}
.tabHeader
{font-size:24px;
color:#ffb400;
text-align:center;
margin-top:10px;
position:relative;
z-index:1;}
.tabHeader span
{font-weight:bold;}
.textTab
{font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
font-size:12px;
@ -237,7 +226,9 @@ text-align:justify;
padding-left:20px;
padding-right:20px;
position:absolute;
top:178px;}
top:178px;
line-height:14px;
}
a.buttonTab
{width:90px;
@ -306,13 +297,9 @@ color:#FFF;}
color:#FFb400;
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
text-decoration:none;
line-height:17px;
line-height:14px;
font-weight:bold;}
.imageMore
{margin-bottom:-1px;
}
.moreTab:hover
{text-decoration:underline;
}

View File

@ -44,7 +44,8 @@ padding-bottom:20px;}
{font-size:24px;
color:#ffb400;
padding-top:7px;
padding-left:16px;}
padding-left:16px;
text-align:left;}
#topTextSpan
{font-weight:bold;}
@ -59,8 +60,9 @@ cursor:pointer;}
color:#FFF;
cursor:pointer;}
#aboutBtn
{cursor:pointer;}
#aboutBtn, #addBtn
{cursor:pointer;
margin-top:6px;}
#searchInnerDiv
{position:absolute;

View File

@ -100,7 +100,8 @@ border-radius:6px;
padding:3px 24px;
border:1px solid transparent;
margin-top:10px;
font-family:'Century Gothic', Arial, 'DejaVu Sans', sans-serif;}
font-family:'Century Gothic', Arial, 'DejaVu Sans', sans-serif;
cursor:pointer;}
#alreadyUser
{font-size:12px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

View File

@ -73,7 +73,7 @@
<li class="tab" style="background-image:url('{{b.image.url}}');background-position:0px {{b.imageTop}}px;">
<h4 class="tabHeader">{% autoescape off %} {{ b.title|format_title }} {% endautoescape %}</h4>
<div class="textTab">
<p><span class="boldText">{{ b.boldText }}</span> {{ b.normalText }} <a href="{{ b.url }}" class="moreTab"> More<img src="/static/images/noel/more-next.jpg" width="19" height="10" class="imageMore" /></a>
<p><span class="boldText">{{ b.boldText }}</span> {{ b.normalText }} <a href="{{ b.url }}" class="moreTab"> More<img src="/static/images/noel/more-next.jpg" width="16" height="9" class="imageMore" /></a>
</p>
</div>

View File

@ -65,8 +65,7 @@
<!--<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="aboutBtn" alt="About" title="Add">
<span class="plus" id="addBtn" title="Add"></span>
<img src="/static/images/noel/add.png" width="28" height="20" id="addBtn" alt="About" title="Add">
{% endif %}