- External links are following the Graphic Chart (class="external")

(roma has been currently excluded)

git-svn-id: http://piwigo.org/svn/trunk@3061 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2009-01-07 20:03:11 +00:00
parent 6d2f598b2e
commit ff0dfb9d74
4 changed files with 11 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

+2 -2
View File
@@ -3,8 +3,8 @@
<ul>
{foreach from=$block->data item=link}
<li>
<a href="{$link.URL}"
{if isset($link.new_window) }onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}
<a href="{$link.URL}" class="external"
{if isset($link.new_window) } onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}
>
{$link.LABEL}
</a>
+9
View File
@@ -331,6 +331,15 @@ A:hover, A:active {
border-bottom: 1px solid #FF3363;
cursor: pointer;
}
a.external {
color:#FF3363;
border:0;
text-decoration: none;
}
a.external:hover {
color:#FF7700;
border:0;
}
a.Piwigo {
font-family: verdana, arial, helvetica, sans-serif !important;
font-size: 11px; font-weight: normal; letter-spacing: 0;