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;}