diff css/core.css @ 2491:2305ef6779fe

Added video support #134
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 25 Aug 2016 10:45:10 +0100
parents c296a817dff8
children 464c6c6692d6 a6b32c473577
line wrap: on
line diff
--- a/css/core.css	Mon Aug 08 14:26:35 2016 +0200
+++ b/css/core.css	Thu Aug 25 10:45:10 2016 +0100
@@ -51,6 +51,12 @@
     overflow: auto;
 }
 
+div#popupContent iframe {
+    width: 100%;
+    border: 0px none;
+    height: 290px;
+}
+
 div#popupTitleHolder {
     width: inherit;
     min-height: 25px;