Browse Source

more work on containerchan

pull/40/head
czaks 10 years ago
parent
commit
97792ff387
  1. 2
      js/expand-video.js
  2. 0
      js/webm/playersettings.js
  3. 0
      static/collapse.gif
  4. 0
      stylesheets/webm/playerstyle.css

2
js/expand-video.js

@ -41,7 +41,7 @@ function setupVideo(thumb, url) {
video.innerText = "Your browser does not support HTML5 video.";
videoHide = document.createElement("img");
videoHide.src = configRoot + "cc/collapse.gif";
videoHide.src = configRoot + "static/collapse.gif";
videoHide.alt = "[ - ]";
videoHide.title = "Collapse video";
videoHide.style.marginLeft = "-15px";

0
containerchan/playersettings.js → js/webm/playersettings.js

0
containerchan/collapse.gif → static/collapse.gif

Before

Width:  |  Height:  |  Size: 67 B

After

Width:  |  Height:  |  Size: 67 B

0
containerchan/playerstyle.css → stylesheets/webm/playerstyle.css

Loading…
Cancel
Save