You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/09/10 11:08:58 UTC

[incubator-ponymail-foal] branch master updated: Lighten up the mood a bit

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d5d1a4  Lighten up the mood a bit
8d5d1a4 is described below

commit 8d5d1a49cb7cb40b99327d420453d72b7fa58b71
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Thu Sep 10 13:08:47 2020 +0200

    Lighten up the mood a bit
    
    it's dead, jim...
---
 webui/css/modal.css  |   5 +++++
 webui/images/jim.png | Bin 0 -> 23408 bytes
 2 files changed, 5 insertions(+)

diff --git a/webui/css/modal.css b/webui/css/modal.css
index 5c06f66..ce06470 100644
--- a/webui/css/modal.css
+++ b/webui/css/modal.css
@@ -36,8 +36,13 @@
 
 #modal.modal_error > #modal_content {
     background-color: #fefefe;
+    background-image: url(/images/jim.png);
+    background-repeat: no-repeat;
+    background-size: 64px;
+    background-position: 6px 6px;
     margin: 15% auto;
     padding: 20px;
+    padding-left: 74px;
     border: 1px solid #888;
     border-radius: 4px;
     border-top: 8px solid #c04331;
diff --git a/webui/images/jim.png b/webui/images/jim.png
new file mode 100644
index 0000000..790383c
Binary files /dev/null and b/webui/images/jim.png differ