Browse Source

Merge pull request #58 from peili/patch-1

Allowing iFrame Content to be clickable on top
master
yanas 11 years ago
parent
commit
a513d6de9d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      css/videolayout_default.css

+ 2
- 1
css/videolayout_default.css View File

232
     left:0;
232
     left:0;
233
     right:0;
233
     right:0;
234
     z-index:10;
234
     z-index:10;
235
+    height: 0px;
235
 }
236
 }
236
 
237
 
237
 #toolbar {
238
 #toolbar {
269
     right: 15;
270
     right: 15;
270
     background-image:url(../images/rightwatermark.png);
271
     background-image:url(../images/rightwatermark.png);
271
     background-position: center right;
272
     background-position: center right;
272
-}
273
+}

Loading…
Cancel
Save