mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1005031 - Video controls are displayed in the middle of the video. r=wesj
This commit is contained in:
parent
9d3971b7fc
commit
7e653b38ca
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user