[-] FO : fixed bug #PSCFV-4367
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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>
|
||||
<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>
|
||||
<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>
|
||||
writeBookmarkLink('{$come_from}', '{$shop_name|addslashes|addslashes}', '{l s='bookmark this page' mod='blockpermanentlinks'}');</script>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /Block permanent links module -->
|
||||
BIN
modules/blockpermanentlinks/img/arrow_right_2.png
Normal file
BIN
modules/blockpermanentlinks/img/arrow_right_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 B |
BIN
modules/blockrss/img/arrow_right_2.png
Normal file
BIN
modules/blockrss/img/arrow_right_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 B |
BIN
modules/blockwishlist/img/arrow_right_2.png
Normal file
BIN
modules/blockwishlist/img/arrow_right_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 B |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user