d
This commit is contained in:
parent
3fdc48d150
commit
b779dd39bb
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
BIN
itf/static/images/noel/more-next.jpg
Normal file
BIN
itf/static/images/noel/more-next.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 606 B |
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user