From 74e86ded33620d58112d6288ffeb256b395b2e52 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 2 Sep 2019 17:42:24 +0200 Subject: [PATCH] Add Afterlogic Lite mail --- www/css/afterlogic.svg | 1 + www/css/mail.css | 6 ++++++ www/mail/index.php | 1 + 3 files changed, 8 insertions(+) create mode 100644 www/css/afterlogic.svg diff --git a/www/css/afterlogic.svg b/www/css/afterlogic.svg new file mode 100644 index 0000000..6cb9f78 --- /dev/null +++ b/www/css/afterlogic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/www/css/mail.css b/www/css/mail.css index 0d278e8..e108019 100644 --- a/www/css/mail.css +++ b/www/css/mail.css @@ -50,6 +50,12 @@ ul#webmail li div a { text-decoration: none; color: black; } +ul#webmail li#afterlogic div { + background: white url('afterlogic.png') no-repeat; + background: white url('afterlogic.svg') no-repeat; + background-size: auto 8em; + background-position: 50% 60%; +} ul#webmail li#squirrelmail div { background: white url('squirrelmail.png') no-repeat; background-size: auto 10em; diff --git a/www/mail/index.php b/www/mail/index.php index c741f0e..fd05905 100644 --- a/www/mail/index.php +++ b/www/mail/index.php @@ -21,6 +21,7 @@ p {hyphens: auto;}