aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static
diff options
context:
space:
mode:
authorKaren Rustad <karen.rustad@gmail.com>2011-12-18 22:50:36 -0800
committerElrond <elrond+mediagoblin.org@samba-tng.org>2011-12-23 00:26:00 +0100
commit6c191eb3de3bbaf3880ef270461422954554683a (patch)
tree80070cd475d012c36c2e777b78f3bdd727ec455e /mediagoblin/static
parentd23d4b23dad2e14e330664f58994dcbbbaa32720 (diff)
downloadmediagoblin-6c191eb3de3bbaf3880ef270461422954554683a.tar.lz
mediagoblin-6c191eb3de3bbaf3880ef270461422954554683a.tar.xz
mediagoblin-6c191eb3de3bbaf3880ef270461422954554683a.zip
Added a 'you don't have HTML5 so this video will not work' warning using just the inherent properties of the <video> tag (and some css for style)
Diffstat (limited to 'mediagoblin/static')
-rw-r--r--mediagoblin/static/css/base.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 2a78006d..625269a2 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -298,6 +298,14 @@ p.media_specs {
color: #888;
}
+.no_html5 {
+ background: black;
+ color: white;
+ text-align: center;
+ height: 160px;
+ padding: 130px 10px 20px 10px;
+}
+
/* icons */
img.media_icon {