Commit | Line | Data |
---|---|---|
fd47b6b0 RK |
1 | html, |
2 | body, | |
3 | video { | |
4 | height: 100%; | |
5 | } | |
6 | ||
7 | html { | |
8 | background-color: #000000; | |
9 | } | |
10 | ||
11 | body { | |
12 | margin: 0px; | |
13 | overflow: -moz-hidden-unscrollable; | |
14 | visibility: hidden; | |
15 | } | |
16 | ||
17 | video { | |
18 | width: 100%; | |
19 | max-height: 100%; | |
20 | } | |
21 | ||
22 | div { | |
23 | position: absolute; | |
24 | top: 0px; | |
25 | right: 0px; | |
26 | width: 32px; | |
27 | height: 32px; | |
28 | background: url("chrome://communicator/skin/icons/closeFullScreenVideo.png") center center no-repeat; | |
29 | } |