[-] FO : fixed bug #PSCFV-4367

This commit is contained in:
sLorenzini
2012-09-27 14:02:57 +00:00
parent 73ae6ec034
commit d27437bb5d
6 changed files with 6 additions and 9 deletions

View File

@@ -15,13 +15,12 @@ ul#header_links {
#header_links a:hover {text-decoration:underline}
/*block permanent links right and left columns*/
.permanent_links_block li {border-bottom: 1px dotted #eee}
.permanent_links_block li a {
#permanent_links div {border-bottom: 1px dotted #eee}
#permanent_links div a {
display: block;
padding: 7px 11px 5px 22px;
color: #333;
background:url(img/arrow_right_2.png) no-repeat 10px 10px;
}
/* block footer links */

View File

@@ -28,18 +28,16 @@
<div id="permanent_links">
<!-- Sitemap -->
<div class="sitemap">
<a href="{$link->getPageLink('sitemap')}"><img src="{$img_dir}icon/sitemap.gif" alt="{l s='sitemap' mod='blockpermanentlinks'}" title="{l s='sitemap' mod='blockpermanentlinks'}" /></a>&nbsp;
<a href="{$link->getPageLink('sitemap')}">{l s='sitemap' mod='blockpermanentlinks'}</a>
</div>
<!-- Contact -->
<div class="contact">
<a href="{$link->getPageLink('contact', true)}"><img src="{$img_dir}icon/contact.gif" alt="{l s='contact' mod='blockpermanentlinks'}" title="{l s='contact' mod='blockpermanentlinks'}" /></a>&nbsp;
<a href="{$link->getPageLink('contact', true)}">{l s='contact' mod='blockpermanentlinks'}</a>
</div>
<!-- Bookmark -->
<div class="add_bookmark">
<div class="add_bookmark" style="height:30px;">
<script type="text/javascript">
writeBookmarkLink('{$come_from}', '{$shop_name|addslashes|addslashes}', '{l s='bookmark this page' mod='blockpermanentlinks'}', '{$img_dir}icon/star.gif');</script>&nbsp;
writeBookmarkLink('{$come_from}', '{$shop_name|addslashes|addslashes}', '{l s='bookmark this page' mod='blockpermanentlinks'}');</script>&nbsp;
</div>
</div>
<!-- /Block permanent links module -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

View File

@@ -1649,7 +1649,7 @@ ul#suppliers_list li .right_side {float:right;}
height: 24px;
width: 200px;
color: #ccc;
background: url(../../../img/bg_search_input.png) repeat-x scroll 0 0 #fff
background: url(../../../modules/blocksearch/img/bg_search_input.png) repeat-x scroll 0 0 #fff
}
#pagenotfound .button_small {
padding: 4px 7px;
@@ -1659,7 +1659,7 @@ ul#suppliers_list li .right_side {float:right;}
border-radius:0;
color: #fff;
text-transform: uppercase;
background: url("../../../img/bg_search_submit.png") repeat-x scroll 0 0 #101010
background: url("../../../modules/blocksearch/img/bg_search_submit.png") repeat-x scroll 0 0 #101010
}
#pagenotfound .pagenotfound a {
font-weight:bold;