Bug 489902 - video controls should prefer a specific font name. r=ryan, a192=beltzner

This commit is contained in:
Justin Dolske 2009-05-20 22:27:00 -07:00
parent a07fb6f686
commit 2f96cb2b54
2 changed files with 8 additions and 4 deletions

View File

@ -74,7 +74,8 @@
padding-left: 8px; /* don't bump into the scrubber bar */
padding-top: 2px; /* center vertically with scrubber bar */
color: rgba(255,255,255,0.75);
font: 11px sans-serif;
font-size: 11px;
font-family: Helvetica, sans-serif;
}
.backgroundBar {
@ -143,7 +144,8 @@
.timeLabel {
color: rgba(255,255,255,0.75);
font: 10px sans-serif;
font-size: 10px;
font-family: Helvetica, sans-serif;
text-shadow: rgba(0,0,0, 0.3) 0 1px;
padding-top: 4px;
}

View File

@ -77,7 +77,8 @@
padding-left: 8px; /* don't bump into the scrubber bar */
padding-top: 0px; /* center vertically with scrubber bar */
color: rgba(255,255,255,0.75);
font: 11px sans-serif;
font-size: 11px;
font-family: Arial, sans-serif;
}
.backgroundBar {
@ -152,7 +153,8 @@
.timeLabel {
color: rgba(255,255,255,0.75);
font: 10px sans-serif;
font-size: 10px;
font-family: Arial, sans-serif;
text-shadow: rgba(0,0,0, 0.3) 0 1px;
padding-top: 2px;
}