X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fmedia%2Fvideocontrols.css;h=f6d5495ec5744fcaf53326140c2f10d8d2460597;hb=a57e62f9b5f5711b98ab7dc5e7e6807e857175e3;hp=a6d708c9eec3a5412b59c28efdaafe5dd7776044;hpb=ca710c53d5db01958c0a42128462487e4229c94f;p=themes.git diff --git a/EarlyBlue/global/media/videocontrols.css b/EarlyBlue/global/media/videocontrols.css index a6d708c9..f6d5495e 100644 --- a/EarlyBlue/global/media/videocontrols.css +++ b/EarlyBlue/global/media/videocontrols.css @@ -79,7 +79,8 @@ padding-left: 8px; /* don't bump into the scrubber bar */ padding-top: 0px; /* center vertically with scrubber bar */ color: rgba(204,208,221,0.75); - font: 11px sans-serif; + font-size: 11px; + font-family: helvetica,arial,tahoma,sans-serif; } .backgroundBar { @@ -124,7 +125,7 @@ .scrubber .scale-slider { /* abs(margin-top) + margin-bottom + bar height == timeThumb height */ - margin-top: -9px; + margin-top: -10px; margin-bottom: 10px; } @@ -138,7 +139,7 @@ .timeThumb { background: url("chrome://global/skin/media/scrubberThumb.png") no-repeat center; min-width: 45px; - min-height: 27px; + min-height: 28px; -moz-box-pack: center; } @@ -154,16 +155,15 @@ .timeLabel { color: rgba(0,0,0,0.75); - font: 10px sans-serif; + font-size: 10px; + font-family: helvetica,arial,tahoma,sans-serif; text-shadow: rgba(102,102,153, 0.3) 0 1px; padding-top: 2px; } -.timeThumb[showhours="true"] > .timeLabel { - padding-top: 1px; -} - .statusOverlay { + -moz-box-align: center; + -moz-box-pack: center; background-color: rgba(0,0,0,0.55); }