[extensions-web] Add an alpha warning on the upload page



commit fd6fef2f25382b5ed51f54c9cf2fa3205611f7ad
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Oct 24 17:48:01 2011 -0400

    Add an alpha warning on the upload page

 .../extensions/templates/extensions/upload.html    |    4 ++++
 sweettooth/static/css/sweettooth.css               |    9 +++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/upload.html b/sweettooth/extensions/templates/extensions/upload.html
index ca1e8cb..84d7adf 100644
--- a/sweettooth/extensions/templates/extensions/upload.html
+++ b/sweettooth/extensions/templates/extensions/upload.html
@@ -11,6 +11,10 @@
     Use <code>zip -j</code> when making your zipfile to ensure this. Other files like <code class="file">stylesheet.css</code> are optional.
   </p>
 
+  <p>
+    <span class="alpha-warning">Be warned that this site is currently in alpha. As we find and fix bugs, data may need to be wiped.</span>
+  </p>
+
   <form enctype="multipart/form-data" action=""
         method="POST">
     {% csrf_token %}
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 931ab89..30842a8 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -106,8 +106,8 @@
     -o-transform: rotate(7deg);
     transform: rotate(7deg);
     font-size: .6em;
-    background-color: #42B152;
-    background-color: rgba(66, 177, 82, 0.7);
+    background-color: #BC4242;
+    background-color: rgba(188, 66, 66, 0.7);
     color: white;
     text-shadow: none;
     padding: .4em;
@@ -118,6 +118,11 @@
     margin-top: -5px;
 }
 
+.alpha-warning {
+    font-weight: bold;
+    color: #CC0000;
+}
+
 /* Separators */
 /* ==================================================================== */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]