Changeset 2994


Ignore:
Timestamp:
Dec 16, 2008, 11:53:03 PM (15 years ago)
Author:
vdigital
Message:

Border removal in mails on thumbnails (2). Need further tests.

Location:
branches/2.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/cat_modify.php

    r2776 r2994  
    472472                          'category' => $category
    473473                        ))
    474                       .'"><img src="'.get_thumbnail_url($element).'"/></a>';
     474                      .'" class="thumblnk"><img src="'.get_thumbnail_url($element).'"/></a>';
    475475    }
    476476  }
  • branches/2.0/include/functions_mail.inc.php

    r2651 r2994  
    711711                nl2br(
    712712                  preg_replace("/(http:\/\/)([^\s,]*)/i",
    713                                "<a href='$1$2'>$1$2</a>",
     713                               "<a href='$1$2' class='thumblnk'>$1$2</a>",
    714714                               htmlspecialchars($args['content']))).
    715715                '</p>';
  • branches/2.0/template/yoga/theme/Sylvia/mail-css.tpl

    r2992 r2994  
    1111img:hover {ldelim} padding: 15px; border: 0; background-color:#222;-moz-border-radius: 4px; border-radius: 4px 4px; }
    1212a {ldelim} color: #f70; background-color: transparent; border:0; text-decoration: none;}
    13 a:hover {ldelim} color: #F30; border-bottom: 1px solid #FF3363;}
     13a:hover {ldelim} color: #F33; border-bottom: 1px solid #FF3363;}
     14a.thumblnk:hover {ldelim} border:0;}
     15a.Piwigo {ldelim} font-family: verdana, arial, helvetica, sans-serif; color : #F33; text-decoration: none; border: 0; }
     16a.Piwigo:hover {ldelim} border-bottom: 1px solid #FF3363; }
Note: See TracChangeset for help on using the changeset viewer.