From e5f8722c33abf20d91e53324bc41425b7bf42c59 Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 7 Apr 2010 08:09:30 +0000 Subject: Fix some issues on NBM: move css rules to mail body if it's possible. Remove fieldset on available plugins page. git-svn-id: http://piwigo.org/svn/trunk@5695 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/images/mail/footer-bg.png | Bin 15656 -> 0 bytes themes/default/images/mail/header-bg.png | Bin 30525 -> 0 bytes themes/default/images/mail/index.php | 30 --------------------- themes/default/images/mail/mailbody-bg.png | Bin 924 -> 0 bytes .../template/mail/text/html/global-mail-css.tpl | 2 +- 5 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 themes/default/images/mail/footer-bg.png delete mode 100644 themes/default/images/mail/header-bg.png delete mode 100644 themes/default/images/mail/index.php delete mode 100644 themes/default/images/mail/mailbody-bg.png (limited to 'themes/default') diff --git a/themes/default/images/mail/footer-bg.png b/themes/default/images/mail/footer-bg.png deleted file mode 100644 index fd3c2925f..000000000 Binary files a/themes/default/images/mail/footer-bg.png and /dev/null differ diff --git a/themes/default/images/mail/header-bg.png b/themes/default/images/mail/header-bg.png deleted file mode 100644 index 1770a3ddc..000000000 Binary files a/themes/default/images/mail/header-bg.png and /dev/null differ 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 @@ - diff --git a/themes/default/images/mail/mailbody-bg.png b/themes/default/images/mail/mailbody-bg.png deleted file mode 100644 index 722a24f63..000000000 Binary files a/themes/default/images/mail/mailbody-bg.png and /dev/null differ 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;} -- cgit v1.2.3