Bug 766407 - Fix HTML media control bindings on B2G - r=gavin

This commit is contained in:
Chris Double 2012-06-21 11:29:39 +12:00
parent 13b1cf5c8b
commit b9284de023
2 changed files with 14 additions and 2 deletions

View File

@ -79,7 +79,6 @@ xul|thumb {
}
/* -moz-touch-enabled? media elements */
video > xul|videocontrols,
audio > xul|videocontrols {
:-moz-any(video, audio) > xul|videocontrols {
-moz-binding: url("chrome://global/content/bindings/videocontrols.xml#touchControls");
}

View File

@ -179,3 +179,16 @@
-moz-transform: none;
}
/* Error description formatting */
.errorLabel {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
color: #bbb;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
padding: 0 10px;
text-align: center;
}