Browse Source

Updated to show envelope mailbox png.

root 3 years ago
parent
commit
e2fb9be02c
5 changed files with 8 additions and 4 deletions
  1. 2 1
      messages.py
  2. 1 1
      static/css/foundation.css
  3. BIN
      static/envelope_mailbox.png
  4. 4 2
      static/style.css
  5. 1 0
      templates/list.html

+ 2 - 1
messages.py

@@ -56,7 +56,8 @@ bases = {
     "FSXNET-Ads": "fsx_ads",
     "FSXNET-BBS": "fsx_bbs",
     "FSXNET-BOT": "fsx_bot",
-    # "FSXNET-Encryption": "msgs/fsx_cry",
+    "FSXNET-Encryption": "fsx_cry",
+    "FSXNET-Network": "fsx_net",
     "FSXNET-Ham Radio": "fsx_ham",
     # "FSXNET-Magicka": "msgs/fsx_mag",
     "FSXNET-Magicka": "fsx_mag",

+ 1 - 1
static/css/foundation.css

@@ -176,7 +176,7 @@ html {
 body {
   margin: 0;
   padding: 0;
-  background: #fefefe;
+  /* background: #fefefe; */
   font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
   font-weight: normal;
   line-height: 1.5;

BIN
static/envelope_mailbox.png


+ 4 - 2
static/style.css

@@ -1,4 +1,7 @@
-<style>
+
+body {
+    background: #cccccc;
+}
 
 .pagination-page-info {
     padding: .6em;
@@ -27,4 +30,3 @@
   color: black;
 }
 
-</style>

+ 1 - 0
templates/list.html

@@ -5,6 +5,7 @@
 {% endblock %}
 
 {% block content %}
+<img style="float: right" src="static/envelope_mailbox.png">
 {% for base in bases.keys() %}
 <div><a href="{{ url_for('display_messages', area=base) }}">{{ base }}</a></div>
 <div>&nbsp;</div>