Bug 493130 - Update video scrubber icons. ui-r=boriss, a192=beltzner
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 561 B |
@ -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);
|
||||
}
|
||||
|
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 561 B |
@ -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);
|
||||
}
|
||||
|