mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
- 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:
Binary file not shown.
|
After Width: | Height: | Size: 106 B |
Binary file not shown.
|
After Width: | Height: | Size: 109 B |
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user