From 45634dc9934813bd88aebf58f39e82bf0254a7d6 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 1 Oct 2013 22:21:19 -0700 Subject: Adding message banner --- web/scripts/growth.js | 2 ++ web/style.css | 8 ++++++++ 2 files changed, 10 insertions(+) (limited to 'web') diff --git a/web/scripts/growth.js b/web/scripts/growth.js index 6571273..de10d45 100644 --- a/web/scripts/growth.js +++ b/web/scripts/growth.js @@ -76,6 +76,8 @@ $(document).ready(function() if (video != null) { video.removeAttribute("controls"); } + + $("#banner").slideDown(); }); function notice(msg) diff --git a/web/style.css b/web/style.css index b6a83f0..0343038 100644 --- a/web/style.css +++ b/web/style.css @@ -44,6 +44,14 @@ blockquote { clear: both; } +#banner { + padding: 0.5em; + border-bottom: outset 2px; + background: #FFFF91; + font-size: 90%; + display: none; +} + header { background: white; margin: 0 auto 0 auto; -- cgit v1.2.3