X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fmedia%2Fvideocontrols.css;h=8229cd4552c26d6b74111898d30fb3edfbd1a0ed;hp=474933d6ae4679b1701cbc73b150053013a450ee;hb=1e140ad9404c156764e2dfddf7551f222cf630b7;hpb=ca710c53d5db01958c0a42128462487e4229c94f diff --git a/LCARStrek/global/media/videocontrols.css b/LCARStrek/global/media/videocontrols.css index 474933d6..8229cd45 100644 --- a/LCARStrek/global/media/videocontrols.css +++ b/LCARStrek/global/media/videocontrols.css @@ -102,7 +102,8 @@ padding-left: 8px; /* don't bump into the scrubber bar */ padding-top: 0px; /* center vertically with scrubber bar */ color: rgba(0,0,0,0.75); - font: 11px sans-serif; + font-size: 11px; + font-family: helvetica,arial,tahoma,sans-serif; } .backgroundBar { @@ -150,7 +151,7 @@ .scrubber .scale-slider { /* abs(margin-top) + margin-bottom + bar height == timeThumb height */ - margin-top: -9px; + margin-top: -10px; margin-bottom: 10px; } @@ -164,7 +165,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; } @@ -180,15 +181,12 @@ .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(255,259,0, 0.3) 0 1px; padding-top: 2px; } -.timeThumb[showhours="true"] > .timeLabel { - padding-top: 1px; -} - .statusOverlay { background-color: rgba(0,0,0,0.55); }