diff -r ec6849bbbdcc -r eb8677d3a663 src/widgets/MediaList.css --- a/src/widgets/MediaList.css Tue Jun 12 19:44:20 2012 +0200 +++ b/src/widgets/MediaList.css Wed Jun 20 14:45:30 2012 +0200 @@ -83,4 +83,20 @@ margin: 2px 0 2px 62px; font-size: 10px; color: #666666; -} \ No newline at end of file +} + +.Ldt-MediaList-Now-MediaView { + clear: both; width: 100%; height: 12px; margin: 5px 0 0; overflow: hidden; position: relative; +} + +.Ldt-MediaList-Other-MediaView { + clear: both; width: 100%; height: 6px; margin: 5px 0 0; overflow: hidden; position: relative; +} + +.Ldt-MediaList-MediaView-Background { + position: absolute; top: 0; left: 0; width: 100%; height: 100%; filter: alpha(opacity=50); opacity: 0.5; background: #999999; +} + +.Ldt-MediaList-Segment { + position: absolute; top: 0; height: 100%; border-style: none solid; margin-left: -1px; border-color: #ffffff; border-width: 1px; +}