# HG changeset patch # User rougeronj # Date 1434447440 -7200 # Node ID 9bb08a2c244914e4fb3b4f99c0a365e027553e0d # Parent a55c3398940460b4e41f5040552d68f5f753316c New nodeeditor html for video node type and update css to make the video fit the popup diff -r a55c33989404 -r 9bb08a2c2449 client/css/renkan.css --- a/client/css/renkan.css Tue Jun 16 11:36:09 2015 +0200 +++ b/client/css/renkan.css Tue Jun 16 11:37:20 2015 +0200 @@ -366,6 +366,15 @@ font-size: 16px; font-weight: bold; } +.Rk-Editor video { + max-height: 100%; + max-width: 100%; +} +.Rk-Editor audio { + max-height: 100%; + max-width: 100%; +} + .Rk-Editor p, .Rk-Editor-p, .Rk-Editor-p > div { margin: 5px 0; font-size: 12px; clear: both; } diff -r a55c33989404 -r 9bb08a2c2449 client/templates/nodeeditor_video.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/templates/nodeeditor_video.html Tue Jun 16 11:37:20 2015 +0200 @@ -0,0 +1,19 @@ +