Bug 493130 - Update video scrubber icons. ui-r=boriss, a192=beltzner

This commit is contained in:
Justin Dolske 2009-05-20 22:27:00 -07:00
parent caada9a07f
commit 41da348122
6 changed files with 4 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 561 B

View File

@ -119,7 +119,7 @@
.scrubber .scale-slider {
/* abs(margin-top) + margin-bottom + bar height == timeThumb height */
margin-top: -9px;
margin-top: -10px;
margin-bottom: 10px;
}
/* .scale-thumb is an element inside the <scale> implementation. */
@ -133,7 +133,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;
}
@ -148,10 +148,6 @@
padding-top: 4px;
}
.timeThumb[showhours="true"] > .timeLabel {
padding-top: 3px;
}
.statusOverlay {
background-color: rgba(0,0,0,0.55);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 561 B

View File

@ -127,7 +127,7 @@
.scrubber .scale-slider {
/* abs(margin-top) + margin-bottom + bar height == timeThumb height */
margin-top: -9px;
margin-top: -10px;
margin-bottom: 10px;
}
@ -142,7 +142,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;
}
@ -157,10 +157,6 @@
padding-top: 2px;
}
.timeThumb[showhours="true"] > .timeLabel {
padding-top: 1px;
}
.statusOverlay {
background-color: rgba(0,0,0,0.55);
}