diff options
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/images/mail/footer-bg.png | bin | 15656 -> 0 bytes | |||
-rw-r--r-- | themes/default/images/mail/header-bg.png | bin | 30525 -> 0 bytes | |||
-rw-r--r-- | themes/default/images/mail/index.php | 30 | ||||
-rw-r--r-- | themes/default/images/mail/mailbody-bg.png | bin | 924 -> 0 bytes | |||
-rw-r--r-- | themes/default/template/mail/text/html/global-mail-css.tpl | 2 |
5 files changed, 1 insertions, 31 deletions
diff --git a/themes/default/images/mail/footer-bg.png b/themes/default/images/mail/footer-bg.png Binary files differdeleted file mode 100644 index fd3c2925f..000000000 --- a/themes/default/images/mail/footer-bg.png +++ /dev/null diff --git a/themes/default/images/mail/header-bg.png b/themes/default/images/mail/header-bg.png Binary files differdeleted file mode 100644 index 1770a3ddc..000000000 --- a/themes/default/images/mail/header-bg.png +++ /dev/null diff --git a/themes/default/images/mail/index.php b/themes/default/images/mail/index.php deleted file mode 100644 index 17747c927..000000000 --- a/themes/default/images/mail/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org | -// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | -// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | -// +-----------------------------------------------------------------------+ -// | This program is free software; you can redistribute it and/or modify | -// | it under the terms of the GNU General Public License as published by | -// | the Free Software Foundation | -// | | -// | This program is distributed in the hope that it will be useful, but | -// | WITHOUT ANY WARRANTY; without even the implied warranty of | -// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | -// | General Public License for more details. | -// | | -// | You should have received a copy of the GNU General Public License | -// | along with this program; if not, write to the Free Software | -// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | -// | USA. | -// +-----------------------------------------------------------------------+ - -// Recursive call -$url = '../'; -header( 'Request-URI: '.$url ); -header( 'Content-Location: '.$url ); -header( 'Location: '.$url ); -exit(); -?> diff --git a/themes/default/images/mail/mailbody-bg.png b/themes/default/images/mail/mailbody-bg.png Binary files differdeleted file mode 100644 index 722a24f63..000000000 --- a/themes/default/images/mail/mailbody-bg.png +++ /dev/null diff --git a/themes/default/template/mail/text/html/global-mail-css.tpl b/themes/default/template/mail/text/html/global-mail-css.tpl index 5c8e87a54..072bcb0be 100644 --- a/themes/default/template/mail/text/html/global-mail-css.tpl +++ b/themes/default/template/mail/text/html/global-mail-css.tpl @@ -2,7 +2,7 @@ body {ldelim} font-family: Univers, Helvetica, Optima; font-size:12px; margin:0px; padding:0px; } #the_page {ldelim} margin:0px; padding:0px; text-align:left;} -#content {ldelim} margin:0px; padding:82px 0px 0px 62px; width:732px;} +#content {ldelim} margin:0px; padding:30px 0px 0px 30px; width:732px;} hr {ldelim} width:632px; margin-left:0;} #copyright {ldelim} font-size:10px; margin:0px; padding:48px 0px 32px 62px;} .PWG {ldelim} font-family:verdana, sans-serif !important; font-size:0.9em; font-weight:normal; letter-spacing:0px;} |