Bug 1005031 - Video controls are displayed in the middle of the video. r=wesj

This commit is contained in:
Danny Chen 2014-06-19 13:28:00 +02:00
parent 9d3971b7fc
commit 7e653b38ca
2 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,12 @@
-moz-box-orient: horizontal;
}
.controlsOverlay[scaled] {
/* scaled attribute in videocontrols.css causes conflict
due to different -moz-box-orient values */
-moz-box-align: end;
}
.controlBar {
-moz-box-flex: 1;
font-size: 16pt;

View File

@ -13,6 +13,12 @@
-moz-box-orient: horizontal;
}
.controlsOverlay[scaled] {
/* scaled attribute in videocontrols.css causes conflict
due to different -moz-box-orient values */
-moz-box-align: end;
}
.controlBar {
-moz-box-flex: 1;
font-size: 16pt;