diff --git a/dashboard-ui/css/images/media/chapter.png b/dashboard-ui/css/images/media/chapter.png new file mode 100644 index 0000000000..34269f459d Binary files /dev/null and b/dashboard-ui/css/images/media/chapter.png differ diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index ff957bb8b2..7d0209291a 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -419,7 +419,7 @@ form, .readOnlyContent { .posterViewItem img { max-width: 155px; - max-height: 110px; + max-height: 125px; vertical-align: bottom; } @@ -838,8 +838,10 @@ progress { width: 16px; } -.vjs-chapter-button div { - background-position: -100px -75px !important; +.vjs-default-skin .vjs-chapter-button div { + background: url("images/media/chapter.png"); + height: 16px; + width: 16px; } .vjs-chapter-button.vjs-menu-button ul {